[
https://issues.apache.org/jira/browse/AMQ-5491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dumitru HUSLEAG updated AMQ-5491:
---------------------------------
Description:
We use the web console as a standalone deployed on a Jetty instance.
And we need to secure web access to it with ssl and user/password
authentication.
We need to have a session timeout and to force re-input of the credentials on
session expiry.
As BASIC authentication does not allow easily to force login again on each HTTP
session expiration I have to add a login form and a default session expiration
of 30 minutes.
I am attaching to this request the git patch proposal containing:
- a new file login.html
- the modified site.css
- and the modified web.xml (with extra <session-config>)
The Git patch is made on the current 5.11 SNAPSHOT.
was:
We use the web console as a standalone deployed on a Jetty instance.
And we need to secure web access to it with ssl and user/password
authentication.
We need to have a session timeout and to force re-input of the credentials on
session expiry.
As BASIC authentication does not allow easily to force login on HTTP session
expiration I have to add a login form and a default session expiration of 30
minutes.
I am attaching to this request the git patch containing:
- a new file login.html
- the modified site.css
- and the modified web.xml (with extra <session-config>)
Patch Info: Patch Available
Affects Version/s: 5.11.0
> Standalone Web console Session timeout with user/password input
> ---------------------------------------------------------------
>
> Key: AMQ-5491
> URL: https://issues.apache.org/jira/browse/AMQ-5491
> Project: ActiveMQ
> Issue Type: New Feature
> Components: webconsole
> Affects Versions: 5.11.0
> Environment: Ubuntu 13.10 64Bits
> Reporter: Dumitru HUSLEAG
>
> We use the web console as a standalone deployed on a Jetty instance.
> And we need to secure web access to it with ssl and user/password
> authentication.
> We need to have a session timeout and to force re-input of the credentials on
> session expiry.
> As BASIC authentication does not allow easily to force login again on each
> HTTP session expiration I have to add a login form and a default session
> expiration of 30 minutes.
> I am attaching to this request the git patch proposal containing:
> - a new file login.html
> - the modified site.css
> - and the modified web.xml (with extra <session-config>)
> The Git patch is made on the current 5.11 SNAPSHOT.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)