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)
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)