Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6425201

PIT build85 mustang: jhttp related test fail: HttpContext.getFilters()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 6
    • 6
    • core-libs
    • None
    • b91
    • generic
    • generic
    • Verified

      Mustang: PIT build85.
      com.sun.net.httpserver.*
          HttpContext.getFilters()
       
      The following sqe networking tests is failing
      on all the platforms: solaris,win,linux and linxuamd64.
       
      HttpServer20001.java
         
      The tests source code is attached HttpServer20001.jar and also the output result is also attached.

      Tests output executed on
      solaris-sparc machine jsn-sb2500-3.sfbay.sun.com is
      attached Output.txt.

      My observation:
        In HttpServer20001.java
               .........
                  ctx.getFilters().add (new TestFilter01());
                  ctx.getFilters().add (new TestFilter02());
                  ctx.getFilters().add (new TestFilter03());
                  ctx.getFilters().add (new TestFilter04());

               .....
      Handler20001 implements HttpHandler
                         testContext.getFilters().size();
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
               is returning now 5 size. ( till now it was returning 4 value)

            michaelm Michael McMahon
            spandeorcl Shantaram Pande (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: