You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-auto@ws.apache.org by "James Baldassari (JIRA)" <xm...@ws.apache.org> on 2008/10/20 19:29:44 UTC

[jira] Updated: (XMLRPC-160) Some access modifiers in org.apache.xmlrpc.webserver.WebServer are too restrictive

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

James Baldassari updated XMLRPC-160:
------------------------------------

    Attachment: WebServer.patch

Changes to provide required access to certain WebServer members/inner classes by subclasses.

> Some access modifiers in org.apache.xmlrpc.webserver.WebServer are too restrictive
> ----------------------------------------------------------------------------------
>
>                 Key: XMLRPC-160
>                 URL: https://issues.apache.org/jira/browse/XMLRPC-160
>             Project: XML-RPC
>          Issue Type: Improvement
>          Components: Source
>    Affects Versions: 3.1
>            Reporter: James Baldassari
>         Attachments: WebServer.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> I would like to extend WebServer in order to override the boolean allowConnection(Socket) method, but I am unable to do so because the paranoid member and AddressMatcher inner class are both private.

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