You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Thomas Modeneis (JIRA)" <de...@myfaces.apache.org> on 2009/03/25 15:04:51 UTC

[jira] Created: (TRINIDAD-1436) component inputDate allways bloqued by security constraint on my app

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.