[ 
https://issues.apache.org/jira/browse/TRINIDAD-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001072#comment-13001072
 ] 

Scott O'Bryan commented on TRINIDAD-1436:
-----------------------------------------

Thomas,

I'm going through some very old bugs.  Have you found a solution to this?  I 
suspect your configuration was wrong and should be:

<web-resource-collection> 
               <url-pattern>/f/__ADFv__</url-pattern>   
</web-resource-collection>

Let me know is there is still an issue here and, if so, what you think a 
solution might look like.

> 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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to