Bug 1315598 - [GSS](6.4.z) JBoss Web misses a configuration interface for sessionIdLength
Summary: [GSS](6.4.z) JBoss Web misses a configuration interface for sessionIdLength
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Web
Version: 6.4.6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: CR1
: EAP 6.4.8
Assignee: Enrique Gonzalez Martinez
QA Contact: Radim Hatlapatka
URL:
Whiteboard:
Depends On:
Blocks: eap648-payload 1313271
TreeView+ depends on / blocked
 
Reported: 2016-03-08 08:02 UTC by Osamu Nagano
Modified: 2019-10-10 11:28 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2017-01-17 12:38:10 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
patch 7.5.x (1.01 KB, patch)
2016-03-16 09:02 UTC, Enrique Gonzalez Martinez
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Knowledge Base (Solution) 454893 0 None None None 2016-03-08 08:03:38 UTC

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.


Note You need to log in before you can comment on or make changes to this bug.