[jira] Commented: (CXF-2652) UriInfo.getAbsolutePath throws "java.net.URISyntaxException: Illegal character in path" when there is an encoded space in the request URI

2010-02-04 Thread Julien Wajsberg (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829651#action_12829651 ] Julien Wajsberg commented on CXF-2652: -- Plese note that if getPath doesn't start with "/

[jira] Issue Comment Edited: (CXF-2652) UriInfo.getAbsolutePath throws "java.net.URISyntaxException: Illegal character in path" when there is an encoded space in the request URI

2010-02-04 Thread Julien Wajsberg (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829611#action_12829611 ] Julien Wajsberg edited comment on CXF-2652 at 2/4/10 3:01 PM: -- (

[jira] Commented: (CXF-2652) UriInfo.getAbsolutePath throws "java.net.URISyntaxException: Illegal character in path" when there is an encoded space in the request URI

2010-02-04 Thread Julien Wajsberg (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829611#action_12829611 ] Julien Wajsberg commented on CXF-2652: -- (sorry for spamming) A code which gives the cor

[jira] Updated: (CXF-2652) UriInfo.getAbsolutePath throws "java.net.URISyntaxException: Illegal character in path" when there is an encoded space in the request URI

2010-02-04 Thread Julien Wajsberg (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Wajsberg updated CXF-2652: - Description: I tried this simple code : {code} package mypackage; import javax.ws.rs.GET; import

[jira] Updated: (CXF-2652) UriInfo.getAbsolutePath throws "java.net.URISyntaxException: Illegal character in path" when there is an encoded space in the request URI

2010-02-04 Thread Julien Wajsberg (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Wajsberg updated CXF-2652: - Description: I tried this simple code : {code} package mypackage; import javax.ws.rs.GET; import

[jira] Updated: (CXF-2652) UriInfo.getAbsolutePath throws "java.net.URISyntaxException: Illegal character in path" when there is an encoded space in the request URI

2010-02-04 Thread Julien Wajsberg (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Wajsberg updated CXF-2652: - Description: I tried this simple code : {code} package mypackage; import javax.ws.rs.GET; import

[jira] Created: (CXF-2652) UriInfo.getAbsolutePath throws "java.net.URISyntaxException: Illegal character in path" when there is an encoded space in the request URI

2010-02-04 Thread Julien Wajsberg (JIRA)
UriInfo.getAbsolutePath throws "java.net.URISyntaxException: Illegal character in path" when there is an encoded space in the request URI - Key: