Mico Siahaan wrote:
> can you explain more about redirect?
Webware provides several ways to redirect a request, on the server side
and on the client side with methods such as forward() or sendRedirect().
> Actually it works with simple servlet, even it works with Webware
> Examples such as KidKit Examples. But what is the cause of Maximum
> Recursion Exceeded error?
I guess your Index.py creates such circular redirects, maybe because the
handling of absolute and relative URLs has somewhat changed since
Webware 0.6. Otherwise, the API has not changed much. No need to recode
everything. If you send me the Index.py that is creating the error, I
can try to find out what's wrong exactly.
-- Christoph
|