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 2008/07/31 00:05:31 UTC

[jira] Resolved: (CXF-1128) EnglishInflector: Plural throws Exception

     [ https://issues.apache.org/jira/browse/CXF-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Beryozkin resolved CXF-1128.
-----------------------------------

    Resolution: Won't Fix

Unless someone else decides to fix it, it's unlikely this bug will be fixed due to CXF Http Binding is not well supported 

> EnglishInflector: Plural throws Exception
> -----------------------------------------
>
>                 Key: CXF-1128
>                 URL: https://issues.apache.org/jira/browse/CXF-1128
>             Project: CXF
>          Issue Type: Bug
>          Components: REST
>    Affects Versions: 2.0.2
>            Reporter: Martin Vlcek
>
> The EnglishInflector throws an exception if  a word ends with s due to a wrong replacement string:
> The incorrect line
>         addPlural("s$", "$1s");
> should be:
>         addPlural("s$", "s");

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.