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
a90a219c
Commit
a90a219c
authored
Feb 06, 2004
by
Anil Kumar Kommuri
Browse files
Defect fix related to control encoding for isCritical=FALSE
parent
0f662cac
Changes
1
Hide whitespace changes
Inline
Side-by-side
com/novell/ldap/rfc2251/RfcControl.java
View file @
a90a219c
...
...
@@ -171,5 +171,11 @@ public class RfcControl extends ASN1Sequence {
return
;
}
}
else
if
(
size
()
==
1
)
{
// in case iscritical is false
// add a new one at the end
add
(
controlValue
);
return
;
}
}
}
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