Hi,

In jserv when you did a resp.sendRedirect(""); you get an empty page. Since
then this has changed  and it is very annoying behaviour, because this
redirect redirects to itself without any parameters. Since our urls are
(thank god!) not hardcoded, but freely configurable, it could be that people
make a mistake, which can lead to a horrible hit on your server (that
servlet redirects when certain conditions are met and those conditions are
allways met when no parameters are provided, so you get an infinite loop in
redirecting.
I know it's best to solve that programmatically, but it's easy to make a
mistake in a complicated system. I would prefer the page to turn up blank
when a redirect to "" is done (or an exception).  Is this behaviour supposed
to act like that, or is it something that may be fixed ?
If you say fix it : I'm doing it asap ;-)) (saves a lot of time in
debugging..)

Mvgr,
Martin

Reply via email to