> From: Upayavira [mailto:[EMAIL PROTECTED]

> > > How does forwarding differ from redirection?
> > With redirect I lose the request parameters
> 
> > > What specifically are you trying to achieve?
> > 
> > When the user asks for a URL like customweb/login,
> > if the profile file for customweb does not exist,
> > this will be processed as a request for dialog/login
> > and all subsequent URLs he gets will start with dialog/
> > 
> > Many different request parameters can be sent to the login page.
> 
> You can do:
> <map:redirect-to uri="foo.html?param={request-param:param}"/>
> 
> Does that help you?

It helps a bit. However, what happens if param does not exist? Also,
I wouldn't like to have to keep the sitemap in sync with the page
details. Why not providing a way of passing through all parameters?

Reply via email to