[
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.
The top commit at the moment I cloned the project from Git on the master branch
is:
<code>
commit d25c52ccb2c9c23535f9d4488fe8be8600148852
Author: gtully <[email protected]>
Date: Thu Dec 11 14:40:56 2014 +0000
https://issues.apache.org/jira/browse/AMQ-5483 - fix and test - assigned
group counts are updated when lru map evicts a group assignment
</code>
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 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.
> 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
> Attachments:
> 0001-AMQ-5491-Standalone-Web-console-Session-timeout-with.patch
>
>
> 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.
> The top commit at the moment I cloned the project from Git on the master
> branch is:
> <code>
> commit d25c52ccb2c9c23535f9d4488fe8be8600148852
> Author: gtully <[email protected]>
> Date: Thu Dec 11 14:40:56 2014 +0000
> https://issues.apache.org/jira/browse/AMQ-5483 - fix and test - assigned
> group counts are updated when lru map evicts a group assignment
> </code>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)