OK, thanks. Now what I need is a way to do forwarding. I started looking at using some other framework because of this.
-- Fernando D. Mato Mira [EMAIL PROTECTED] Thomson Dialog www.dialog.com E-MAIL NOTICE: This message (plus any attachments) is confidential and may be subject to lawyer-client privilege. Use without permission is strictly prohibited. > -----Original Message----- > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED] > Sent: Friday, June 13, 2003 2:29 PM > To: [EMAIL PROTECTED] > Subject: Re: Design bug or implementation bug in redirector? > > > Mato Mira, Fernando wrote: > > >When trying > > > ><map:match pattern="*/baz"> > > <map:redirect-to uri="bar/baz"/> > ></map:match> > > > >foo/baz will get redirected to foo/bar/baz, not to bar/baz > > > > > > It's a feature. Redirect sends redirect which is resolved by browser. > Sitemap does not process redirect URI. Thus, if you want to > redirect to > <sitemap-root>/bar/baz, type: > > <map:redirect-to uri="../bar/baz"/> > > > > > Vadim >