Re: [Simpleweb-Support] how to make a redirect instead of a request dispacher?
Brought to you by:
niallg
From: Niall G. <gal...@ya...> - 2007-04-30 20:58:04
|
Hi, The redirect will forward to a relative path, it will only redirect to an absolute URL. For example: /path/service.html = forward http://host:port/path/service.html = redirect host:port/path/service.html = redirect Niall ----- Original Message ---- From: Hugo Weber <ug...@li...> To: sim...@li... Sent: Monday, April 30, 2007 12:34:04 PM Subject: [Simpleweb-Support] how to make a redirect instead of a request dispacher? I'm trying to make a redirect extending simple.http.load.Redirect, however it's behavior is like a request dispacher. How can I make a redirect that will change the URL on the broser, like a HttpServlet.redirect? Thanks, Hugo. = -- Powered by Outblaze ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Simpleweb-Support mailing list Sim...@li... https://lists.sourceforge.net/lists/listinfo/simpleweb-support __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |