mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
01.02.2012 c309e56180822d3a4bfe58cfa15241c55dd27b58
opendj-sdk/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/controls/ProxiedAuthV2RequestControl.java
@@ -123,8 +123,7 @@
                    try {
                        if (reader.elementAvailable()) {
                            // Try the legacy encoding where the value is
                            // wrapped by an
                            // extra octet string
                            // wrapped by an extra octet string
                            authorizationID = reader.readOctetStringAsString();
                        } else {
                            authorizationID = control.getValue().toString();