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 "kamin (JIRA)" <xm...@ws.apache.org> on 2006/12/21 15:51:23 UTC

[jira] Created: (XMLRPC-128) three bugs in the FAQ

three bugs in the FAQ
---------------------

                 Key: XMLRPC-128
                 URL: http://issues.apache.org/jira/browse/XMLRPC-128
             Project: XML-RPC
          Issue Type: Bug
          Components: Website
    Affects Versions: 3.0
         Environment: linux, java 1.4.2
            Reporter: kamin


The newPropertyHandlerMapping function on
this page of the FAQ:
http://ws.apache.org/xmlrpc/faq.html#client_ip

has three bugs in it:
1.  The  RequestSpecificProcessorFactoryFactory class
is calling a function of "super" even though it does
not extend anything
2.  the proc.init function is taking a param of the
wrong type
3.  the second to last line should take "factory" as a
paramater, not "mapping" (this is just a typo)

I copy/pasted the code from the
FAQ into a set of files that actually compile (besides
these three bugs, of course) as long as you have the
xmlrpc and javax.servlet jars are in your classpath. 
You can find the code here:

http://www.geocities.com/kaminw/xmlrpcTest.tgz





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (XMLRPC-128) three bugs in the FAQ

Posted by "Jochen Wiedmann (JIRA)" <xm...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/XMLRPC-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jochen Wiedmann resolved XMLRPC-128.
------------------------------------

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

I have replaced the old example with a simplified version, based on a ThreadLocal.


> three bugs in the FAQ
> ---------------------
>
>                 Key: XMLRPC-128
>                 URL: https://issues.apache.org/jira/browse/XMLRPC-128
>             Project: XML-RPC
>          Issue Type: Bug
>          Components: Website
>    Affects Versions: 3.0
>         Environment: linux, java 1.4.2
>            Reporter: kamin
>            Assignee: Jochen Wiedmann
>             Fix For: 3.1.1
>
>
> The newPropertyHandlerMapping function on
> this page of the FAQ:
> http://ws.apache.org/xmlrpc/faq.html#client_ip
> has three bugs in it:
> 1.  The  RequestSpecificProcessorFactoryFactory class
> is calling a function of "super" even though it does
> not extend anything
> 2.  the proc.init function is taking a param of the
> wrong type
> 3.  the second to last line should take "factory" as a
> paramater, not "mapping" (this is just a typo)
> I copy/pasted the code from the
> FAQ into a set of files that actually compile (besides
> these three bugs, of course) as long as you have the
> xmlrpc and javax.servlet jars are in your classpath. 
> You can find the code here:
> http://www.geocities.com/kaminw/xmlrpcTest.tgz

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