[
https://issues.apache.org/jira/browse/CXF-7304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15949281#comment-15949281
]
Marat commented on CXF-7304:
----------------------------
If I used URL-encoded value for address, CXF can't find service.
Path level is not acceptable for these purposes, because you can't use empty
address for service and have to define something and Path is different level (
you will not have WADL on
http://localhost:8110/org.open.cxf.issue-0.0.1-SNAPSHOT/кирилица?_wadl you will
have wadl on
http://localhost:8110/org.open.cxf.issue-0.0.1-SNAPSHOT/someaddress?_wadl)
> 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)