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

Jochen Wiedmann resolved XMLRPC-182.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.1.4
         Assignee: Jochen Wiedmann

Applied, thank you!


> PropertyHandlerMapping should allow unprefixed names
> ----------------------------------------------------
>
>                 Key: XMLRPC-182
>                 URL: https://issues.apache.org/jira/browse/XMLRPC-182
>             Project: XML-RPC
>          Issue Type: Improvement
>          Components: Source
>    Affects Versions: 3.1.3
>            Reporter: Oliver Wagner
>            Assignee: Jochen Wiedmann
>            Priority: Minor
>             Fix For: 3.1.4
>
>
> Currently PropertyHandlerMapping will always register method names with the 
> form "<pKey>.<methodname>", there is no way to create a method without 
> prefix. Even when pKey is null, the name generated will be 
> "null.<methodname>".
> Similiar to the recent change on the client side, I propose to change name 
> generation to not generate a prefix if pKey is null, e.g. in 
> registerPublicMethods():
>                       String name=(pKey!=null)?(pKey + "." + 
> method.getName()):method.getName();

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ws.apache.org
For additional commands, e-mail: dev-h...@ws.apache.org

Reply via email to