Uploaded image for project: 'Harmony'
  1. Harmony
  2. HARMONY-6571

[classlib][jndi]Bad URL syntax when we ask a reverse DNS

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      Try this testcase:

      DirContext ictx = new InitialDirContext();
      Attributes attribute;
      try {
      attribute = ictx.getAttributes("dns:///1.0.0.127.in-addr.arpa", new String[]

      { "PTR" }

      );
      } finally

      {ictx.close();}

      System.out.println(attribute.get("PTR").get().toString());

      Attachments

        Activity

          People

            Unassigned Unassigned
            littlee Charles Lee
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: