You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jarek Gawor <jg...@gmail.com> on 2009/06/04 23:15:13 UTC

problems with enforcing transport security constraint in trunk?

Hey,

I wrote simple tests that test secure access to servlet-based web
services (see http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-tests/jaxws-war-sec/).
The tests test 1) basic authentication and 2) enforcing transport
(CONFIDENTIAL) guarantee. The basic authentication tests work as
expected but the transport guarantee do not on both tomcat and jetty.
It acts like the transport guarantee wasn't performed at all.

I deployed the same tests on 2.1.5-SNAPSHOT and things are working as
expected in all cases. So I'm not sure if this is a new bug in trunk,
or if I missed something.

Any ideas?

Thanks,
Jarek