Uploaded image for project: 'Directory ApacheDS'
  1. Directory ApacheDS
  2. DIRSERVER-1135

NullPointerException in ClientBinaryValue

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.5.2
    • core
    • None

    Description

      The below code in ClientBinaryValue.java will trow a NullPointerException if the value of variable 'valid' is null
      public final boolean isValid() throws NamingException
      {
      if ( valid != null )

      { return valid; }

      return valid;
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            akiran Kiran Ayyagari
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: