On 11/06/2010 14:31, Luca Fagioli wrote:
> 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?

Ideas no, questions yes:


Exact Tomcat, JVM, OS versions?

Are you using HTTPD/IIS as well?

Does the HTML contain hardcoded URLs?

Are you using a framework like Struts?


p


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


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to