Is there a way to force URL Encoding for a single URL?  Here's my
problem, for most of my site, I'm perfectly happy letting Resin take
care of whether to use Cookies or URL Rewriting to track sessions.
But I have one situation where I need to pass a URL into a PDF
generator so that it can call back into the system to load a client's
logo image for inclusion in the generated PDF.  Since the PDF
generator definitely isn't going to support cookies, I need the
session id in the URL.  But, by the time I'm ready to call
res.encodeURL() the server is convinced it doesn't need to be
rewritten.  I searched the API and the Archive but I can't find a
solution.  Thanks.
  (*Chris*)

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to