Hello,

  I have a matcher for customized logins, if a resource is not found, I want
to redirect to the standard login processing:

  <map:resource name="Standard Login">
    ...
  </map:resource>

  ...

  <map:match pattern="dialog/login">
    <map:redirect-to resource="Standard Login"/>
  </map:match>

  <map:match pattern="*/login">
    ... act if resource found ...
    <!-- else -->
    <map:redirect-to uri="dialog/login"/> 
  </map:match>

However, this does not work. If for the uri foo/login the resource is not
found,
it redirects too foo/dialog/login, not to dialog/login. Using absolute uri
path is out of the question,
as this is in a subsitemap. And I cannot redirect to the resource, as I need
to rewrite the uri, not
keep using the original one.

Thanks

--
Fernando D. Mato Mira       [EMAIL PROTECTED]         
Thomson Dialog
www.dialog.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to