[jira] [Commented] (CXF-6015) Path parameters containing semicolon are truncated due to missing encoding

2014-10-07 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14161765#comment-14161765 ] Sergey Beryozkin commented on CXF-6015: --- I've excluded HeaderParam and CookieParam

[jira] [Commented] (CXF-6015) Path parameters containing semicolon are truncated due to missing encoding

2014-09-25 Thread Daniel (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14147720#comment-14147720 ] Daniel commented on CXF-6015: - [~sergey_beryozkin] thanks for taking care of this issue! Will

[jira] [Commented] (CXF-6015) Path parameters containing semicolon are truncated due to missing encoding

2014-09-25 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14147741#comment-14147741 ] Sergey Beryozkin commented on CXF-6015: --- Right, all parameter values would be URL

[jira] [Commented] (CXF-6015) Path parameters containing semicolon are truncated due to missing encoding

2014-09-24 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14146452#comment-14146452 ] Sergey Beryozkin commented on CXF-6015: --- Daniel, I've done some work on this issue.

[jira] [Commented] (CXF-6015) Path parameters containing semicolon are truncated due to missing encoding

2014-09-23 Thread Daniel (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14144582#comment-14144582 ] Daniel commented on CXF-6015: - I tried to use a ParamConverter and it worked in the example

[jira] [Commented] (CXF-6015) Path parameters containing semicolon are truncated due to missing encoding

2014-09-23 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14144649#comment-14144649 ] Sergey Beryozkin commented on CXF-6015: --- {code:java} URI u2 = new URI(http, localhost,

[jira] [Commented] (CXF-6015) Path parameters containing semicolon are truncated due to missing encoding

2014-09-23 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14144650#comment-14144650 ] Sergey Beryozkin commented on CXF-6015: --- That was not a good example. But either way

[jira] [Commented] (CXF-6015) Path parameters containing semicolon are truncated due to missing encoding

2014-09-23 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14144651#comment-14144651 ] Sergey Beryozkin commented on CXF-6015: --- A better example: {code:java} URI u2 = new

[jira] [Commented] (CXF-6015) Path parameters containing semicolon are truncated due to missing encoding

2014-09-23 Thread Daniel (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14144686#comment-14144686 ] Daniel commented on CXF-6015: - Probably the {{java.net.URI}} class is not a very good example as

[jira] [Commented] (CXF-6015) Path parameters containing semicolon are truncated due to missing encoding

2014-09-23 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14144688#comment-14144688 ] Sergey Beryozkin commented on CXF-6015: --- RFC2396 has pretty much the same text re

[jira] [Commented] (CXF-6015) Path parameters containing semicolon are truncated due to missing encoding

2014-09-23 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14144694#comment-14144694 ] Sergey Beryozkin commented on CXF-6015: --- And once again, in the JAX-RS land it is

[jira] [Commented] (CXF-6015) Path parameters containing semicolon are truncated due to missing encoding

2014-09-19 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14140298#comment-14140298 ] Sergey Beryozkin commented on CXF-6015: --- Hi, the issue is invalid. A single path

[jira] [Commented] (CXF-6015) Path parameters containing semicolon are truncated due to missing encoding

2014-09-19 Thread Daniel (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14140441#comment-14140441 ] Daniel commented on CXF-6015: - Of course you're right ';' is a valid character in a path and

[jira] [Commented] (CXF-6015) Path parameters containing semicolon are truncated due to missing encoding

2014-09-19 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14140449#comment-14140449 ] Sergey Beryozkin commented on CXF-6015: --- It is not Tomcat or Jetty that strips ;digger

[jira] [Commented] (CXF-6015) Path parameters containing semicolon are truncated due to missing encoding

2014-09-19 Thread Daniel (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14140459#comment-14140459 ] Daniel commented on CXF-6015: - Actually it is tomcat that strips the ;digger while trying to

[jira] [Commented] (CXF-6015) Path parameters containing semicolon are truncated due to missing encoding

2014-09-19 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14140636#comment-14140636 ] Sergey Beryozkin commented on CXF-6015: --- Client proxy converts the parameters works

[jira] [Commented] (CXF-6015) Path parameters containing semicolon are truncated due to missing encoding

2014-09-19 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-6015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14140653#comment-14140653 ] Sergey Beryozkin commented on CXF-6015: --- The String converter can be registered by