Re: unable to exclude /j_security_check
Matt Raible <[email protected]> Sun, 4 Sep 2005 07:35:01 -0600
| Newsgroups | gmane.comp.web.sitemesh.general,gmane.comp.lang.pnuts.user |
|---|---|
| Message-ID | <[email protected]> |
The /j_security_check servlet is only used to authenticate users - and doesn't spit out any view code. It's likely the pages that it redirects to that you want to exclude from decoration. Can you explain your problem in more detail - and why you're trying to exclude this URL? Matt On 9/3/05, Torgeir Veimo <[email protected]> wrote: > If I have a defult decorator for pages, such as > > <decorator name="member" page="member.jsp"> > <pattern>/*</pattern> > </decorator> > > Then putting /j_security_check in the excludes section doesn't work. > > <excludes> > <pattern>/j_security_check</pattern> > </excludes> > > (Have tried various variations combinations with * prefix and/or suffix, > with and without leading slash. ) > > > Other than that I have to say that once again extremely frustrated at > how impossible it is to get *any* logging information out of sitemesh. > > > -- > Torgeir Veimo <[email protected]> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]