Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BF2EDC31E for ; Wed, 17 Dec 2014 14:49:13 +0000 (UTC) Received: (qmail 13814 invoked by uid 500); 17 Dec 2014 14:49:13 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 13749 invoked by uid 500); 17 Dec 2014 14:49:13 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 13737 invoked by uid 99); 17 Dec 2014 14:49:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2014 14:49:13 +0000 Date: Wed, 17 Dec 2014 14:49:13 +0000 (UTC) From: "Hadrian Zbarcea (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (AMQ-5491) Standalone Web console Session timeout with user/password input MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-5491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea reassigned AMQ-5491: ------------------------------------ Assignee: Hadrian Zbarcea > 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 > Assignee: Hadrian Zbarcea > Fix For: 5.11.0 > > Attachments: 0001-AMQ-5491-Standalone-Web-console-Session-timeout-with.patch > > > We use the web console as a standalone application 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 each 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 (modified copy of 403.html) > - the modified site.css > - and the modified web.xml (with extra ) > 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: > {quote} > commit d25c52ccb2c9c23535f9d4488fe8be8600148852 > Author: gtully > 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 > {quote} -- This message was sent by Atlassian JIRA (v6.3.4#6332)