You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2015/03/18 12:45:40 UTC

[jira] [Commented] (CXF-6302) JAXRS issue with encoding in URL

    [ https://issues.apache.org/jira/browse/CXF-6302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14367027#comment-14367027 ] 

Sergey Beryozkin commented on CXF-6302:
---------------------------------------

Can you clarify please ?
What address do you use when creating the server ?

> JAXRS issue with encoding in URL
> --------------------------------
>
>                 Key: CXF-6302
>                 URL: https://issues.apache.org/jira/browse/CXF-6302
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 3.0.3
>            Reporter: Marat
>            Priority: Minor
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> I use url "/Test%20Test/Test%20Test/Hello" that define while create server via JAXRSServerFactoryBean. And I have error "No service was found." for my URL.
> I found that class org.apache.cxf.transport.http.DestinationRegistryImpl has decoding logic for SOAP requests, but Restful requests skip this logic. Please, chec checkRestfulRequest method in this class. Thsi method doesn't use decodedDestinations map.
> Please, could you fix this issue. It is critical for us, because our URL can contains whitespaces. 
> Thank you.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)