You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Ted Husted (JIRA)" <ji...@apache.org> on 2006/06/13 00:01:16 UTC

[jira] Created: (WW-1343) Deprecate selected legacy API members (e.g. Around``Interceptor, "do" clause)

Deprecate selected legacy API members (e.g. Around``Interceptor, "do" clause)
-----------------------------------------------------------------------------

         Key: WW-1343
         URL: http://issues.apache.org/struts/browse/WW-1343
     Project: Struts Action 2
        Type: Task

  Components: Misc  
    Versions: 2.0.0    
    Reporter: Ted Husted
    Priority: Critical




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (WW-1343) Deprecate selected legacy API members (e.g. Around``Interceptor, "do" clause)

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/WW-1343?page=all ]

Don Brown resolved WW-1343.
---------------------------

    Resolution: Duplicate

This is a duplicate of several other issues

> Deprecate selected legacy API members (e.g. Around``Interceptor, "do" clause)
> -----------------------------------------------------------------------------
>
>                 Key: WW-1343
>                 URL: http://issues.apache.org/struts/browse/WW-1343
>             Project: Struts 2
>          Issue Type: Task
>          Components: Misc
>    Affects Versions: 2.0.0
>            Reporter: Ted Husted
>         Assigned To: Don Brown
>            Priority: Critical
>             Fix For: 2.0.0
>
>
> * Deprecate or remove the AroundInterceptor. (See Rough Spot #7.)
> * Eliminate "do" clause for Action alias lookups. Scan Actions at load time for known aliases, and fail fast. 
>  * Change the default submit method for the form tag from GET to POST (See Ted, #2.)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WW-1343) Deprecate selected legacy API members (e.g. Around``Interceptor, "do" clause)

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/WW-1343?page=all ]

Don Brown updated WW-1343:
--------------------------

    Fix Version/s: 2.0.0
         Assignee: Don Brown

AroundInterceptor from XWork has been removed - http://jira.opensymphony.com/browse/XW-393 and WW-1360

"do" clause has been removed, also WW-1360

Now, about the default method, the current default is no method is specified.  Are you requesting the Form component start with "POST" and use that if none others are specified?

> Deprecate selected legacy API members (e.g. Around``Interceptor, "do" clause)
> -----------------------------------------------------------------------------
>
>                 Key: WW-1343
>                 URL: http://issues.apache.org/struts/browse/WW-1343
>             Project: Struts 2
>          Issue Type: Task
>          Components: Misc
>    Affects Versions: 2.0.0
>            Reporter: Ted Husted
>         Assigned To: Don Brown
>            Priority: Critical
>             Fix For: 2.0.0
>
>
> * Deprecate or remove the AroundInterceptor. (See Rough Spot #7.)
> * Eliminate "do" clause for Action alias lookups. Scan Actions at load time for known aliases, and fail fast. 
>  * Change the default submit method for the form tag from GET to POST (See Ted, #2.)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WW-1343) Deprecate selected legacy API members (e.g. Around``Interceptor, "do" clause)

Posted by "Ted Husted (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/WW-1343?page=comments#action_37798 ] 
            
Ted Husted commented on WW-1343:
--------------------------------

> Now, about the default method, the current default is no method is specified.
>  Are you requesting the Form component start with "POST" and use that if none others are specified?

The form tag 

<s:form method="POST"> as the default. 

Right now the default is GET. 

-T.








> Deprecate selected legacy API members (e.g. Around``Interceptor, "do" clause)
> -----------------------------------------------------------------------------
>
>                 Key: WW-1343
>                 URL: http://issues.apache.org/struts/browse/WW-1343
>             Project: Struts 2
>          Issue Type: Task
>          Components: Misc
>    Affects Versions: 2.0.0
>            Reporter: Ted Husted
>         Assigned To: Don Brown
>            Priority: Critical
>             Fix For: 2.0.0
>
>
> * Deprecate or remove the AroundInterceptor. (See Rough Spot #7.)
> * Eliminate "do" clause for Action alias lookups. Scan Actions at load time for known aliases, and fail fast. 
>  * Change the default submit method for the form tag from GET to POST (See Ted, #2.)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WW-1343) Deprecate selected legacy API members (e.g. Around``Interceptor, "do" clause)

Posted by "Ted Husted (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/WW-1343?page=all ]

Ted Husted updated WW-1343:
---------------------------

    Description: 
* Deprecate or remove the AroundInterceptor. (See Rough Spot #7.)
* Eliminate "do" clause for Action alias lookups. Scan Actions at load time for known aliases, and fail fast. 
 * Change the default submit method for the form tag from GET to POST (See Ted, #2.)



  was:

* Deprecate or remove the AroundInterceptor. (See Rough Spot #7.)
* Eliminate "do" clause for Action alias lookups. Scan Actions at load time for known aliases, and fail fast. 



> Deprecate selected legacy API members (e.g. Around``Interceptor, "do" clause)
> -----------------------------------------------------------------------------
>
>          Key: WW-1343
>          URL: http://issues.apache.org/struts/browse/WW-1343
>      Project: Struts Action 2
>         Type: Task

>   Components: Misc
>     Versions: 2.0.0
>     Reporter: Ted Husted
>     Priority: Critical

>
> * Deprecate or remove the AroundInterceptor. (See Rough Spot #7.)
> * Eliminate "do" clause for Action alias lookups. Scan Actions at load time for known aliases, and fail fast. 
>  * Change the default submit method for the form tag from GET to POST (See Ted, #2.)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (WW-1343) Deprecate selected legacy API members (e.g. Around``Interceptor, "do" clause)

Posted by "Ted Husted (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/WW-1343?page=all ]

Ted Husted updated WW-1343:
---------------------------

    Description: 

* Deprecate or remove the AroundInterceptor. (See Rough Spot #7.)
* Eliminate "do" clause for Action alias lookups. Scan Actions at load time for known aliases, and fail fast. 


> Deprecate selected legacy API members (e.g. Around``Interceptor, "do" clause)
> -----------------------------------------------------------------------------
>
>          Key: WW-1343
>          URL: http://issues.apache.org/struts/browse/WW-1343
>      Project: Struts Action 2
>         Type: Task

>   Components: Misc
>     Versions: 2.0.0
>     Reporter: Ted Husted
>     Priority: Critical

>
> * Deprecate or remove the AroundInterceptor. (See Rough Spot #7.)
> * Eliminate "do" clause for Action alias lookups. Scan Actions at load time for known aliases, and fail fast. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira