Bug 1315598

Summary: [GSS](6.4.z) JBoss Web misses a configuration interface for sessionIdLength
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Osamu Nagano <onagano>
Component: WebAssignee: Enrique Gonzalez Martinez <egonzale>
Status: CLOSED CURRENTRELEASE QA Contact: Radim Hatlapatka <rhatlapa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4.6CC: bbaranow, bmaxwell, egonzale, jtruhlar, mcada, rmaucher
Target Milestone: CR1   
Target Release: EAP 6.4.8   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-01-17 12:38:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1279553, 1313271    
Attachments:
Description Flags
patch 7.5.x none

Description Osamu Nagano 2016-03-08 08:02:44 UTC
In EAP 5 or Tomcat, sessionIdLength can be configured in <Manager> component of context.xml.
In EAP 7 or Undertow, session-id-length can be configured in undertow subsystem.
It is missed only in EAP 6 despite Manager MBean has setSessionIdLength() method.  Easier way to configure it is expected just like "org.apache.catalina.session.StandardManager.MAX_ACTIVE_SESSIONS" system property for maxActiveSessions.

Comment 2 Enrique Gonzalez Martinez 2016-03-16 09:02:44 UTC
Created attachment 1136935 [details]
patch 7.5.x

property added to setup session-id-length. org.apache.catalina.session.ManagerBase.SESSION_ID_LENGTH

no upstream required as this is supported through the jboss-web.xml configuration.

Comment 6 Michael Cada 2016-05-16 09:58:18 UTC
Verified with EAP 6.4.8.CP.CR2

Comment 7 Petr Penicka 2017-01-17 12:38:10 UTC
Retroactively bulk-closing issues from released EAP 6.4 cumulative patches.