ASF Bugzilla – Attachment 24972 Details for
Bug 48729
JNDIRealm.java not parsing roles correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
small patch for JNDIRealm.java
patch (text/plain), 360 bytes, created by
eric
on 2010-02-11 17:27:55 UTC
(
hide
)
Description:
small patch for JNDIRealm.java
Filename:
MIME Type:
Creator:
eric
Created:
2010-02-11 17:27:55 UTC
Size:
360 bytes
patch
obsolete
>--- ./java/org/apache/catalina/realm/JNDIRealm.java 2010-01-19 08:43:40.000000000 -0500 >+++ ./java/org/apache/catalina/realm/JNDIRealm.java.new 2010-02-11 11:44:04.548054286 -0500 >@@ -1720,7 +1720,8 @@ > } > } > >- return new ArrayList<String>(groupMap.values()); >+ list.addAll(groupMap.values()); >+ return list; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 48729
: 24972