I just noticed that application.forward() only supports relative URL's
in Webware 0.7
Any particular reason for this? It's pretty common practice to want to
authenticate using SSL and then forward the request to the same url but
with the non-SSL scheme like:
app.forward(trans, "http://www.somedomain.com/success.py")
is there a reasonable workaround for this or has it been fixed in CVS?
Thanks for any advice
Mike
-------------------------------------------------------
This SF.NET email is sponsored by: Order your Holiday Geek Presents Now!
Green Lasers, Hip Geek T-Shirts, Remote Control Tanks, Caffeinated Soap,
MP3 Players, XBox Games, Flying Saucers, WebCams, Smart Putty.
T H I N K G E E K . C O M http://www.thinkgeek.com/sf/
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss
- RE: [Webware-discuss] forward() absolute URL Michael Engelhart
- RE: [Webware-discuss] forward() absolute URL Geoffrey Talvola