I have this very weird problem: when I call response.sendRedirect with a
RELATIVE url from a jsp page that's accessed over https (ssl site), the
redirect is sent to http and not https.
For example, if I have a page at https://mysite.com/test.jsp
with this code
response.sendRedirect("test2.jsp")
the user will be sent to http://mysite.com/test2.jsp
This is what I'm running:
Solaris 8
Jrun 3.0 (no service packs) - JDK 1.3
IBM Apache Web Server based on Apache 1.3.6
Now, if I use an absolute URL with https:// in it, the redirect works fine.
What is going on? Is the web server messed up? Does jrun need some tweaking?
I don't know where to look and I don't want to rewrite 100 redirects (moving
app from development to production).
Thanks,
Cristian
----------------------------------
Cristian Satnic
Sr. Consultant
Tigris Consulting
212.481.1174 x10
[EMAIL PROTECTED]
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists