mirror of
https://github.com/apache/activemq.git
synced 2025-02-18 07:56:20 +00:00
AMQ-7322 - Add HTTPOnly flag to the webconsole + REST API Cookies
This commit is contained in:
parent
c26742235f
commit
63b1238c4d
@ -155,7 +155,10 @@
|
|||||||
</error-page>
|
</error-page>
|
||||||
|
|
||||||
<session-config>
|
<session-config>
|
||||||
<session-timeout>30</session-timeout>
|
<session-timeout>30</session-timeout>
|
||||||
|
<cookie-config>
|
||||||
|
<http-only>true</http-only>
|
||||||
|
</cookie-config>
|
||||||
</session-config>
|
</session-config>
|
||||||
|
|
||||||
<context-param>
|
<context-param>
|
||||||
|
@ -71,4 +71,10 @@
|
|||||||
<url-pattern>/jolokia/*</url-pattern>
|
<url-pattern>/jolokia/*</url-pattern>
|
||||||
</servlet-mapping>
|
</servlet-mapping>
|
||||||
|
|
||||||
</web-app>
|
<session-config>
|
||||||
|
<cookie-config>
|
||||||
|
<http-only>true</http-only>
|
||||||
|
</cookie-config>
|
||||||
|
</session-config>
|
||||||
|
|
||||||
|
</web-app>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user