You should check the prefix before matching for a special pipeline whitch shows the content... i.e. use the request matcher only for the requests that do not match the special pipeline. You can achieve that by matching the special pipeline first, and matching the request parameter then. I meant something like this: <map:pipelines> <map:pipeline internal-> <map:match pattern="loggedin/**"> ... show content ... </map:match> <map:pipeline> <map:pipeline> <map:match type="parameter" pattern="username"> ... decide which content to show and redirect/sendPage using loggedin/ pipeline ... </map:match> <map:pipeline> <map:pipelnies> If I am still missing your point, submit a portion of your sitemap for better understanding. |
- Re: Puzzle: Login method using the following criteria Nils Kaiser
- Re: Puzzle: Login method using the following criteria Mark Lundquist
