Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Norbert Klasen
JLDAP
Commits
0df870c0
Commit
0df870c0
authored
Apr 30, 2004
by
Sunil Kumar
Browse files
Fix Bug LDAPUrl fails to parse attribute correctly (ITS
#3049
)
parent
f6428fe7
Changes
1
Hide whitespace changes
Inline
Side-by-side
com/novell/ldap/LDAPUrl.java
View file @
0df870c0
...
...
@@ -697,7 +697,7 @@ public class LDAPUrl implements java.lang.Cloneable,java.io.Serializable
// Parse out the attributes
int
scopeStart
=
url
.
indexOf
(
'?'
,
scanStart
);
if
(
scopeStart
<
0
)
scopeStart
=
scanEnd
-
1
;
scopeStart
=
scanEnd
;
attrs
=
parseList
(
url
,
','
,
attrsStart
+
1
,
scopeStart
);
if
(
Debug
.
LDAP_DEBUG
)
{
if
(
attrs
!=
null
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment