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

Sergey Beryozkin commented on CXF-7304:
---------------------------------------

The problem is that at the CXF level the address is "/кирилица" but when the 
browser issues a request, each Cyrrilic char is percent-encoded, hence the 
mismatch. The runtime must not decode the %-encoded chars before the service is 
invoked.
The same problem would apply if you had @Path("кирилица") on one of the 
resource methods.

I don't know how it should be processed. For ex, if one has @Path("some path") 
then the runtime will ensure that the actual path value is "some%20path". I'm 
not sure yet if "кирилица" should be automatically URL-encoded 

In the short term set the URLEncoded value of "кирилица"
  

> WADL generator doesn't work properly in case cyrillic characters is used in 
> URL
> -------------------------------------------------------------------------------
>
>                 Key: CXF-7304
>                 URL: https://issues.apache.org/jira/browse/CXF-7304
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 3.0.11
>         Environment: Windows 10, Java 8
>            Reporter: Marat
>            Priority: Minor
>         Attachments: org.open.cxf.issue-0.0.1-SNAPSHOT.war, 
> org.open.cxf.issue.zip, screenshot-1.png, screenshot-2.png
>
>
> WADL generator doesn't work properly in case Cyrillic characters is used in 
> URL. WADL generator skips all methods description when URL contains Cyrillic 
> characters. If I replace Cyrillic characters in URL to Latin characters 
> generator will work fine.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to