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
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'