You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Martin Gilday (JIRA)" <ji...@apache.org> on 2007/10/24 23:05:40 UTC

[jira] Created: (WW-2274) Annotation based parameter filtering

Annotation based parameter filtering
------------------------------------

                 Key: WW-2274
                 URL: https://issues.apache.org/struts/browse/WW-2274
             Project: Struts 2
          Issue Type: New Feature
          Components: Interceptors
            Reporter: Martin Gilday


Annotated based version of the ParameterFilterInterceptor.  Includes three annotations @Blocked, @Allowed, and @BlockByDefault.

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


[jira] Closed: (WW-2274) Annotation based parameter filtering

Posted by "Tom Schneider (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Schneider closed WW-2274.
-----------------------------

    Resolution: Not A Problem
      Assignee: Tom Schneider

> Annotation based parameter filtering
> ------------------------------------
>
>                 Key: WW-2274
>                 URL: https://issues.apache.org/struts/browse/WW-2274
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Plugin - CodeBehind
>            Reporter: Martin Gilday
>            Assignee: Tom Schneider
>             Fix For: 2.1.1
>
>         Attachments: annotationFilteringPatch.diff
>
>
> Annotated based version of the ParameterFilterInterceptor.  Includes three annotations @Blocked, @Allowed, and @BlockByDefault.

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


[jira] Commented: (WW-2274) Annotation based parameter filtering

Posted by "Tom Schneider (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42569 ] 

Tom Schneider commented on WW-2274:
-----------------------------------

This is all xwork code, so I've submitted this patch there: http://jira.opensymphony.com/browse/XW-583

> Annotation based parameter filtering
> ------------------------------------
>
>                 Key: WW-2274
>                 URL: https://issues.apache.org/struts/browse/WW-2274
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Plugin - CodeBehind
>            Reporter: Martin Gilday
>             Fix For: 2.1.1
>
>         Attachments: annotationFilteringPatch.diff
>
>
> Annotated based version of the ParameterFilterInterceptor.  Includes three annotations @Blocked, @Allowed, and @BlockByDefault.

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


[jira] Updated: (WW-2274) Annotation based parameter filtering

Posted by "Ted Husted (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Husted updated WW-2274:
---------------------------

            Flags: [Patch]
    Fix Version/s:     (was: 2.1.3)
                   2.1.1

> Annotation based parameter filtering
> ------------------------------------
>
>                 Key: WW-2274
>                 URL: https://issues.apache.org/struts/browse/WW-2274
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Interceptors
>            Reporter: Martin Gilday
>             Fix For: 2.1.1
>
>         Attachments: annotationFilteringPatch.diff
>
>
> Annotated based version of the ParameterFilterInterceptor.  Includes three annotations @Blocked, @Allowed, and @BlockByDefault.

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


[jira] Updated: (WW-2274) Annotation based parameter filtering

Posted by "Martin Gilday (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Gilday updated WW-2274:
------------------------------

    Attachment: annotationFilteringPatch.diff

First draft including the annotations, interceptor and simple tests.
Currently only allows for 'simple' parameter names, params of more than one level are not matched (e.g one.two).

> Annotation based parameter filtering
> ------------------------------------
>
>                 Key: WW-2274
>                 URL: https://issues.apache.org/struts/browse/WW-2274
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Interceptors
>            Reporter: Martin Gilday
>         Attachments: annotationFilteringPatch.diff
>
>
> Annotated based version of the ParameterFilterInterceptor.  Includes three annotations @Blocked, @Allowed, and @BlockByDefault.

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