Hi!

I'm using Apache and tomcat version 4. Apache has ssl turned on and I 
use https.

I'm trying to make a redirect using HttpServletResponse.sendRedirect(...)

When I enter the absolute or relative url to the page it adds only http 
instead of https. This has been discussed before and the only real 
answer I've seen working is to hardcode the full url, like 
HttpServletResponse.sendRedirect("https://server/path/file";)

But that doesnt work for me, I get a java.lang.IllegalArgumentException

When I try to enter something with https.


Thankful for any help!

/Erik Melkersson


-----------------------------------
Erik Melkersson
[EMAIL PROTECTED]
http://www.edu.isy.liu.se/~erime844

Reply via email to