Bug 1301732

Summary: [GSS](6.4.z) IBM JDK 6 has issues handling a role with a "/" in the name when -Dorg.jboss.as.domain.management.security.parseGroupNameFromLdapDN=true
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Brad Maxwell <bmaxwell>
Component: SecurityAssignee: Ivo Studensky <istudens>
Status: CLOSED CURRENTRELEASE QA Contact: Josef Cacek <jcacek>
Severity: medium Docs Contact:
Priority: urgent    
Version: 6.4.6CC: anmiller, bbaranow, bdawidow, bmaxwell, cdewolf, cdolphy, darran.lofthouse, dhorton, dpospisi, istudens, jawilson, jbilek, jcacek, jtruhlar, olukas, philfest, pskopek, rsvoboda, vtunka
Target Milestone: CR1   
Target Release: EAP 6.4.7   
Hardware: Unspecified   
OS: Unspecified   
URL: https://github.com/jbossas/jboss-eap/pull/2654
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1196343 Environment:
Last Closed: 2017-01-17 11:54:21 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: 1196343    
Bug Blocks: 1279552    

Comment 1 Brad Maxwell 2016-01-25 20:58:04 UTC
Issue only appears on IBM JDK 6, it appears to result from IBM JDK 6 using apache harmony and hitting this bug: https://issues.apache.org/jira/browse/HARMONY-4229

Comment 5 Jiří Bílek 2016-03-09 07:38:35 UTC
Verified in EAP 6.4.7.CP.CR2. 

Due to bug in Apache Harmony with IBM JDK 1.6 [1] expected role with '/' character is still not assigned to user. However fix of this BZ causes that authentication can proceed and does not fail with IllegalArgumentException (caused by Apache Harmony bug).

[1] https://issues.apache.org/jira/browse/HARMONY-4229

Comment 6 Petr Penicka 2017-01-17 11:54:21 UTC
Retroactively bulk-closing issues from released EAP 6.4 cumulative patches.