You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Mike Rheinheimer (JIRA)" <ji...@apache.org> on 2009/09/17 18:30:57 UTC

[jira] Created: (WINK-199) JAX-RS 1.1 support: E010

JAX-RS 1.1 support:  E010
-------------------------

                 Key: WINK-199
                 URL: https://issues.apache.org/jira/browse/WINK-199
             Project: Wink
          Issue Type: Test
            Reporter: Mike Rheinheimer


Need test for E010 at http://jcp.org/aboutJava/communityprocess/maintenance/jsr311/311ChangeLog.html

Test will verify if E010 is already supported or not... which it may not be.

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


[jira] Updated: (WINK-199) JAX-RS 1.1 support: E010

Posted by "Mike Rheinheimer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Rheinheimer updated WINK-199:
----------------------------------

    Attachment: WINK-199.patch

Turns out we were returning 404 instead of the required 400 per E010.  See patch for fix and tests that verify all of bad parameter construction return codes per last paragraph of JAX-RS 3.2 and E010.

> JAX-RS 1.1 support:  E010
> -------------------------
>
>                 Key: WINK-199
>                 URL: https://issues.apache.org/jira/browse/WINK-199
>             Project: Wink
>          Issue Type: Test
>            Reporter: Mike Rheinheimer
>         Attachments: WINK-199.patch
>
>
> Need test for E010 at http://jcp.org/aboutJava/communityprocess/maintenance/jsr311/311ChangeLog.html
> Test will verify if E010 is already supported or not... which it may not be.

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


[jira] Assigned: (WINK-199) JAX-RS 1.1 support: E010

Posted by "Bryant Luk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryant Luk reassigned WINK-199:
-------------------------------

    Assignee: Bryant Luk

> JAX-RS 1.1 support:  E010
> -------------------------
>
>                 Key: WINK-199
>                 URL: https://issues.apache.org/jira/browse/WINK-199
>             Project: Wink
>          Issue Type: Test
>            Reporter: Mike Rheinheimer
>            Assignee: Bryant Luk
>         Attachments: WINK-199.patch
>
>
> Need test for E010 at http://jcp.org/aboutJava/communityprocess/maintenance/jsr311/311ChangeLog.html
> Test will verify if E010 is already supported or not... which it may not be.

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


[jira] Commented: (WINK-199) JAX-RS 1.1 support: E010

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WINK-199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761448#action_12761448 ] 

Hudson commented on WINK-199:
-----------------------------

Integrated in Wink-Trunk-JDK1.5 #194 (See [http://hudson.zones.apache.org/hudson/job/Wink-Trunk-JDK1.5/194/])
    Return 400 for invalid FormParam

Thanks Mike Rheinheimer for the contribution.

See []


> JAX-RS 1.1 support:  E010
> -------------------------
>
>                 Key: WINK-199
>                 URL: https://issues.apache.org/jira/browse/WINK-199
>             Project: Wink
>          Issue Type: Test
>            Reporter: Mike Rheinheimer
>            Assignee: Bryant Luk
>             Fix For: 0.2
>
>         Attachments: WINK-199.patch
>
>
> Need test for E010 at http://jcp.org/aboutJava/communityprocess/maintenance/jsr311/311ChangeLog.html
> Test will verify if E010 is already supported or not... which it may not be.

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


[jira] Updated: (WINK-199) JAX-RS 1.1 support: E010

Posted by "Mike Rheinheimer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Rheinheimer updated WINK-199:
----------------------------------

    Patch Info: [Patch Available]

> JAX-RS 1.1 support:  E010
> -------------------------
>
>                 Key: WINK-199
>                 URL: https://issues.apache.org/jira/browse/WINK-199
>             Project: Wink
>          Issue Type: Test
>            Reporter: Mike Rheinheimer
>         Attachments: WINK-199.patch
>
>
> Need test for E010 at http://jcp.org/aboutJava/communityprocess/maintenance/jsr311/311ChangeLog.html
> Test will verify if E010 is already supported or not... which it may not be.

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


[jira] Closed: (WINK-199) JAX-RS 1.1 support: E010

Posted by "Mike Rheinheimer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Rheinheimer closed WINK-199.
---------------------------------


> JAX-RS 1.1 support:  E010
> -------------------------
>
>                 Key: WINK-199
>                 URL: https://issues.apache.org/jira/browse/WINK-199
>             Project: Wink
>          Issue Type: Test
>            Reporter: Mike Rheinheimer
>            Assignee: Bryant Luk
>             Fix For: 1.0
>
>         Attachments: WINK-199.patch
>
>
> Need test for E010 at http://jcp.org/aboutJava/communityprocess/maintenance/jsr311/311ChangeLog.html
> Test will verify if E010 is already supported or not... which it may not be.

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


[jira] Resolved: (WINK-199) JAX-RS 1.1 support: E010

Posted by "Bryant Luk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryant Luk resolved WINK-199.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 0.2

Thanks Mike.

> JAX-RS 1.1 support:  E010
> -------------------------
>
>                 Key: WINK-199
>                 URL: https://issues.apache.org/jira/browse/WINK-199
>             Project: Wink
>          Issue Type: Test
>            Reporter: Mike Rheinheimer
>            Assignee: Bryant Luk
>             Fix For: 0.2
>
>         Attachments: WINK-199.patch
>
>
> Need test for E010 at http://jcp.org/aboutJava/communityprocess/maintenance/jsr311/311ChangeLog.html
> Test will verify if E010 is already supported or not... which it may not be.

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