Hi,

I have an jsp page page1.jsp with a form

<form action="page2.jsp" method="post">...</form>

When page2.jsp is secured in web.xml via security-constraint - transport
confidential, the posted data from page1.jsp is lost on submit (it's simply
missing missing in the request). Without the constraint everything works,
when changing action to https://server:port/page2.jsp it works too.

I'm wondering whether this could be a tomcat bug?

My tomcat's version is

Server version: Apache Tomcat/6.0.9
Server built:   Feb 1 2007 02:12:46
Server number:  6.0.9.0

Thanks a lot, regards

Jan
-- 
View this message in context: 
http://www.nabble.com/post-data-lost-when-redirecting-from-http-to-https-tp15799796p15799796.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to