You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Marat (JIRA)" <ji...@apache.org> on 2017/03/29 18:53:42 UTC

[jira] [Comment Edited] (CXF-7304) WADL generator doesn't work properly in case cyrillic characters is used in URL

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

Marat edited comment on CXF-7304 at 3/29/17 6:53 PM:
-----------------------------------------------------

No, we don't have Cyrillic characters in interface annotations. All characters in annotations has only Latin characters. Sorry, we don't have interface code for show you, because it generates in runtime. Cyrillic characters are used only in one  line of code:
JAXRSServerFactoryBean svrFactory = ....;
svrFactory.setAddress(url);
Url variable contains Cyrillic characters.
Please, could you check that WadlGenerator with JAXRSServerFactoryBean that uses URL with Cyrillic characters works properly?
WadlGenerator doesn't generate body if url variable contains Cyrillic characters. We don't use Cyrillic characters in other places.


was (Author: mkamalov):
No, we don't have Cyrillic characters in interface annotations. All characters in annotations has only Latin characters. Sorry, we don't have interface code for show you, because it generates in runtime. Cyrillic characters are used only in one  line of code:

> 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
>
> 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)