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

matthew_swift
26.56.2009 08bf6a1c5e5a5fa064a617c113e6d0d0e056e7af
Additional fix for issue 4070: Wrong ASN.1 element type used encoding pwp state extended operation.
1 files modified
6 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/extensions/PasswordPolicyStateExtendedOperation.java 6 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/extensions/PasswordPolicyStateExtendedOperation.java
@@ -773,7 +773,7 @@
      throws IOException
  {
    writer.writeStartSequence();
    writer.writeInteger(opType);
    writer.writeEnumerated(opType);
    if ((value != null))
    {
@@ -801,7 +801,7 @@
      throws IOException
  {
    writer.writeStartSequence();
    writer.writeInteger(opType);
    writer.writeEnumerated(opType);
    if ((values != null) && (values.length > 0))
    {
@@ -830,7 +830,7 @@
      throws IOException
  {
    writer.writeStartSequence();
    writer.writeInteger(opType);
    writer.writeEnumerated(opType);
    if ((values != null) && (values.size() > 0))
    {