----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Tomcat does not seem to support URL rewriting. If a customer has a
browser with cookies turned off, a servlet attempting to cope with this
with
out.print( "<form action=\"");
out.print(response.encodeURL("/gf/servlet/UseSession2"));
out.println("\" method=GET>" );
will not have the URL modified by the encodeURL call. Tomcat does not seem
to detect correctly that the browser is not accepting cookies. If cookies
are turned on, the program works fine, and session is preserved as expected.
(I can provide the source code and HTML to demonstrate the problem.
I am running Tomcat 3.1 with Apache 1.3.14 and Java 1.3 on Red Hat Linux
6.2.)
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]