Why did you put part of the query string - "?_t" - in the pattern?
On Wed, Mar 25, 2009 at 8:25 AM, Thomas Modeneis < [email protected]> wrote: > Anyone have fix to solve this problem ? > > Thks. > > ---------- Forwarded message ---------- > From: Thomas Modeneis (JIRA) <[email protected]> > Date: Wed, Mar 25, 2009 at 11:04 AM > Subject: [jira] Created: (TRINIDAD-1436) component inputDate allways > bloqued by security constraint on my app > To: [email protected] > > > component inputDate allways bloqued by security constraint on my app > -------------------------------------------------------------------- > > Key: TRINIDAD-1436 > URL: https://issues.apache.org/jira/browse/TRINIDAD-1436 > Project: MyFaces Trinidad > Issue Type: Improvement > Environment: trinidad 1.2.5, jsf 1.2.1 > Reporter: Thomas Modeneis > Priority: Blocker > > > On my app i got some areas that users can view without login, and some > aread user have to be logged. > > but inputDate component open this url: > f/__ADFv__?_t=fred&_red=cd&value=1237992755752&loc=en&enc=utf-8 > > and i can´t make this url away from security constraint, i try many things > like: > > <security-constraint> > <display-name>free</display-name> > <description>Public</description> > <web-resource-collection> > <url-pattern>/f/__ADFv__?_t</url-pattern> > </web-resource-collection> > </security-constraint> > > but this dont work.... > > i want use tinidad component, but if i cant solve this....i will not have > another try, so i will implement rich:calendar. > > Thank you, > > Thomas. > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > > > > -- > Sun Certified Programmer for Java Platform, SE 5.0 – 310-055. > [email protected] >
