You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Tam Du (JIRA)" <ji...@apache.org> on 2009/05/15 03:49:45 UTC

[jira] Created: (TAP5-702) Improvement TapestryFilter class

Improvement TapestryFilter class
--------------------------------

                 Key: TAP5-702
                 URL: https://issues.apache.org/jira/browse/TAP5-702
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.0.18, 5.1.0.5
            Reporter: Tam Du


I use Tapestry and Flex Blaze-DS to develop my project. Current TapestryFilter class filters not only Tapestry patterns but also Flex Blaze-DS patterns. I think it had better have an option so that we can control what Tapestry filters.  In this case, I suggest that we need to improve TapestryFilter class for the purpose of ignoring any patterns that developers don't want Tapestry to filter.
For example: I want TapestryFilter ignore some patterns which contain string "/messageBroker/". The source code may be like this:
        <filter>
              <filter-name>app</filter-name>
              <filter-class>org.apache.tapestry5.TapestryFilter</filter-class>
              <ignore-pattern>/messageBroker/</ignore-pattern>
        </filter>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (TAP5-702) Improvement TapestryFilter class

Posted by "Thiago H. de Paula Figueiredo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiago H. de Paula Figueiredo closed TAP5-702.
----------------------------------------------

    Resolution: Invalid

Tapestry already has one way to do what you need. It's documented in the bottom of http://tapestry.apache.org/tapestry5.1/guide/conf.html (Ignored Paths section).

Please discuss improvements in the mailing list before creating a JIRA for that. ;)

> Improvement TapestryFilter class
> --------------------------------
>
>                 Key: TAP5-702
>                 URL: https://issues.apache.org/jira/browse/TAP5-702
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5, 5.0.18
>            Reporter: Tam Du
>
> I use Tapestry and Flex Blaze-DS to develop my project. Current TapestryFilter class filters not only Tapestry patterns but also Flex Blaze-DS patterns. I think it had better have an option so that we can control what Tapestry filters.  In this case, I suggest that we need to improve TapestryFilter class for the purpose of ignoring any patterns that developers don't want Tapestry to filter.
> For example: I want TapestryFilter ignore some patterns which contain string "/messageBroker/". The source code may be like this:
>         <filter>
>               <filter-name>app</filter-name>
>               <filter-class>org.apache.tapestry5.TapestryFilter</filter-class>
>               <ignore-pattern>/messageBroker/</ignore-pattern>
>         </filter>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (TAP5-702) Improvement TapestryFilter class

Posted by "Thiago H. de Paula Figueiredo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiago H. de Paula Figueiredo closed TAP5-702.
----------------------------------------------

    Resolution: Invalid

Tapestry already has one way to do what you need. It's documented in the bottom of http://tapestry.apache.org/tapestry5.1/guide/conf.html (Ignored Paths section).

Please discuss improvements in the mailing list before creating a JIRA for that. ;)

> Improvement TapestryFilter class
> --------------------------------
>
>                 Key: TAP5-702
>                 URL: https://issues.apache.org/jira/browse/TAP5-702
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5, 5.0.18
>            Reporter: Tam Du
>
> I use Tapestry and Flex Blaze-DS to develop my project. Current TapestryFilter class filters not only Tapestry patterns but also Flex Blaze-DS patterns. I think it had better have an option so that we can control what Tapestry filters.  In this case, I suggest that we need to improve TapestryFilter class for the purpose of ignoring any patterns that developers don't want Tapestry to filter.
> For example: I want TapestryFilter ignore some patterns which contain string "/messageBroker/". The source code may be like this:
>         <filter>
>               <filter-name>app</filter-name>
>               <filter-class>org.apache.tapestry5.TapestryFilter</filter-class>
>               <ignore-pattern>/messageBroker/</ignore-pattern>
>         </filter>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.