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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • 6
    • Affects Version/s: 6
    • Component/s: 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)

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: