You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2012/05/05 00:53:49 UTC

[jira] [Created] (GERONIMO-6344) UriBuilder (in jaxrs) is badly implemented

Romain Manni-Bucau created GERONIMO-6344:
--------------------------------------------

             Summary: UriBuilder (in jaxrs) is badly implemented
                 Key: GERONIMO-6344
                 URL: https://issues.apache.org/jira/browse/GERONIMO-6344
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: specs
            Reporter: Romain Manni-Bucau


please see CXF-4281

URIBuilder.fromPath() shouldn't call replacePath (https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jaxrs_1.1_spec/src/main/java/javax/ws/rs/core/UriBuilder.java)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (GERONIMO-6344) UriBuilder (in jaxrs) is badly implemented

Posted by "Kevan Miller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13270872#comment-13270872 ] 

Kevan Miller commented on GERONIMO-6344:
----------------------------------------

Thanks for the patch Romain.

I've committed to trunk. 

We should run this through TCK with Wink
                
> UriBuilder (in jaxrs) is badly implemented
> ------------------------------------------
>
>                 Key: GERONIMO-6344
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6344
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: specs
>            Reporter: Romain Manni-Bucau
>            Assignee: Kevan Miller
>
> please see CXF-4281
> URIBuilder.fromPath() shouldn't call replacePath (https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jaxrs_1.1_spec/src/main/java/javax/ws/rs/core/UriBuilder.java)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (GERONIMO-6344) UriBuilder (in jaxrs) is badly implemented

Posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13271329#comment-13271329 ] 

Romain Manni-Bucau commented on GERONIMO-6344:
----------------------------------------------

please see http://java.net/jira/browse/JAX_RS_SPEC-194 too
                
> UriBuilder (in jaxrs) is badly implemented
> ------------------------------------------
>
>                 Key: GERONIMO-6344
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6344
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: specs
>            Reporter: Romain Manni-Bucau
>            Assignee: Kevan Miller
>
> please see CXF-4281
> URIBuilder.fromPath() shouldn't call replacePath (https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jaxrs_1.1_spec/src/main/java/javax/ws/rs/core/UriBuilder.java)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (GERONIMO-6344) UriBuilder (in jaxrs) is badly implemented

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

Kevan Miller reassigned GERONIMO-6344:
--------------------------------------

    Assignee: Kevan Miller
    
> UriBuilder (in jaxrs) is badly implemented
> ------------------------------------------
>
>                 Key: GERONIMO-6344
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6344
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: specs
>            Reporter: Romain Manni-Bucau
>            Assignee: Kevan Miller
>
> please see CXF-4281
> URIBuilder.fromPath() shouldn't call replacePath (https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jaxrs_1.1_spec/src/main/java/javax/ws/rs/core/UriBuilder.java)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (GERONIMO-6344) UriBuilder (in jaxrs) is badly implemented

Posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13270847#comment-13270847 ] 

Romain Manni-Bucau commented on GERONIMO-6344:
----------------------------------------------

openejb (temp) patch: http://svn.apache.org/repos/asf/openejb/trunk/javaee-api/src/main/java/javax/ws/rs/core/UriBuilder.java
                
> UriBuilder (in jaxrs) is badly implemented
> ------------------------------------------
>
>                 Key: GERONIMO-6344
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6344
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: specs
>            Reporter: Romain Manni-Bucau
>
> please see CXF-4281
> URIBuilder.fromPath() shouldn't call replacePath (https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jaxrs_1.1_spec/src/main/java/javax/ws/rs/core/UriBuilder.java)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira