Yep, that was it exactly... I've been spoiled by frameworks :)
I did some experimentation myself, and dug a little in framework code, and
indeed, this has been taken care for me in the past, and I assumed it's done
by Tomcat (or any servlet container, for that matter), but it isn't.
Thanks,
Naama
Hi,
Pimping the JSP XML syntax and XSL... :)
If, by any chance your JSPs are using XML syntax (or well-formed or
can be well-formed), you can use XSL to transform all of your links to
be encoded for cookie-less users.
For example, the following JSP:
http://java.sun.com/JSP/Page"; xmlns:c=
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
André Warnier wrote:
> Actually, I was just perusing a page in the Tomcat 6 docs :
> http://tomcat.apache.org/tomcat-6.0-doc/config/context.html
>
> and it actually says, for the "cookies" attribute :
> Set to true if you want cookies to be us
> From: Gregor Schneider [mailto:rc4...@googlemail.com]
> Subject: Re: No URL rewriting when cookies are disabled
>
> It's a known bug in Tomcat, if I'm not mistaken:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=43839
That bug was fixed over a year ago, and the
It's a known bug in Tomcat, if I'm not mistaken:
https://issues.apache.org/bugzilla/show_bug.cgi?id=43839
Rgds
Gregor
--
just because your paranoid, doesn't mean they're not after you...
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371
nlif wrote:
Hi all,
I am using Tomcat 6.0.18, with Firefox 3.0.6.
I have a simple servlet, which calls request.getSession(true), and expects
to create a session only on the first request, and resume an existing
session on all subsequent requests. As far as I know, according to the
servlet-spec,