Why my web application automatically switch to https?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux