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 <th...@soujava.org.br> on 2009/03/25 15:25:07 UTC

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

Anyone have fix to solve this problem ?

Thks.

---------- Forwarded message ----------
From: Thomas Modeneis (JIRA) <de...@myfaces.apache.org>
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: thomas.modeneis@soujava.org.br


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.
thomas.modeneis@soujava.org.br

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

Posted by Andrew Robinson <an...@gmail.com>.
Why did you put part of the query string - "?_t" - in the pattern?

On Wed, Mar 25, 2009 at 8:25 AM, Thomas Modeneis <
thomas.modeneis@soujava.org.br> wrote:

> Anyone have fix to solve this problem ?
>
> Thks.
>
> ---------- Forwarded message ----------
> From: Thomas Modeneis (JIRA) <de...@myfaces.apache.org>
> 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: thomas.modeneis@soujava.org.br
>
>
> 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.
> thomas.modeneis@soujava.org.br
>