Hi,
i can't figure out why a web application i'm working with, keep on switching automatically from http to https after each jsp:forward.

I've tried to add to web.xml the following snippet:

<security-constraint>

<web-resource-collection>

<web-resource-name>The entire dashboard
           application</web-resource-name>
<url-pattern>/*</url-pattern>

</web-resource-collection>
<user-data-constraint>

<transport-guarantee>NONE</transport-guarantee>

</user-data-constraint>

</security-constraint>


hoping to force the application to a plain http communication, but no results.

Any ideas?


Thanks,
Luca

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

Reply via email to