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 --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx