-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hisham,

On 3/11/2009 5:52 AM, Hisham wrote:
> My concern is that because i have this <security-constraint> which makes any
> url pattern "CONFIDENTIAL", that it's causing the web service call to be
> redirected as well.  And its very frustrating why the following config is
> NOT working (where i specify that urls starting with axis2 should be
> ignored), and ws calls STILL get redirected:
> 
> <security-constraint>
>         <web-resource-collection>
>                 <url-pattern>/axis2/*</url-pattern>
>                 <url-pattern>/axis2/rest/*</url-pattern>
>         </web-resource-collection>
>         <user-data-constraint>
>                 <transport-guarantee>NONE</transport-guarantee>

That's odd. How do you know it's being redirected? Are you using a
packet capture utility? I would definitely use one of you aren't already.

Are you sure the web.xml that is deployed is the one you are editing?
Sounds like a stupid question, but sometimes one forgets to actually do
a redeploy after a change is made.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkm4IWgACgkQ9CaO5/Lv0PCf1QCgpvXosC2TxoTMRN8ZD6kfY5FT
j6wAoKpuv1oY5jmAw7y9Q6B+/kNdmTiQ
=7c4V
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to