Re: How to use the pattern

2002-03-21 Thread KOZLOV Roman
Hello, If you use "wildcard" matcher then you have to know that its pattern is matched to URL WITHOUT query string, i.e. URL part before "?" sign. Query string is passed in request object to your generator's src. So in your first example {1} is "jsp/hello.htm" and {2} is EMPTY. Your seco

Re: How to use the pattern

2002-03-21 Thread KOZLOV Roman
Sorry, my mistake: in the first example {1} is "hello". KOZLOV Roman wrote: > Hello, > > If you use "wildcard" matcher then you have to know that its pattern is > matched to URL WITHOUT query string, i.e. URL part before "?" sign. Query > string is passed in request object to your generator'