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

Marat commented on CXF-7304:
----------------------------

I prepared a simple HelloWorld example for you. Sample WAR file and sources was 
attached to ticket.

"my-beans.xml" file has following bean:
        <bean class="org.open.cxf.issue.CXFServiceBean">
                <property name="address" value="/кирилица"/>
                <property name="jaxrsServerFactoryBean" 
ref="JAXRSServerFactoryBean"/>
        </bean>
Please, replace address property to "/latin" and compare results.

http://localhost:8110/org.open.cxf.issue-0.0.1-SNAPSHOT/latin/hello - works! 
http://localhost:8110/org.open.cxf.issue-0.0.1-SNAPSHOT/кирилица/hello - server 
responds 404

And, please, compare WADLs for Latin and Cyrillic chars. There are different.

> 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