Bug in xmlrpc-3.0b1

2006-07-31 Thread Stanislav Miklik
Hello, I think I found bug in xmlrpc-3.0b1. Maybe it is corrected now, but also in rc1 it was the same. I can't find the way to report this bug, also I write email to you. Bug - more correctly: class: org.apache.xmlrpc.webserver.WebServer method * private **synchronized* *void*

[jira] Assigned: (XMLRPC-99) Maven repository on ibiblio seems to be invalid for 3.0rc1

2006-07-31 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-99?page=all ] Jochen Wiedmann reassigned XMLRPC-99: - Assignee: Jochen Wiedmann Please retry Maven repository on ibiblio seems to be invalid for 3.0rc1

[jira] Created: (XMLRPC-100) Misspelt method name in org.apache.xmlrpc.serializer.CharSetXmlWriterFactory

2006-07-31 Thread Matt Preston (JIRA)
Misspelt method name in org.apache.xmlrpc.serializer.CharSetXmlWriterFactory Key: XMLRPC-100 URL: http://issues.apache.org/jira/browse/XMLRPC-100 Project: XML-RPC

[jira] Created: (XMLRPC-101) Possibility to subclass XmlRpcSunHttpTransport for added functionality

2006-07-31 Thread Julio Francisco Veronelli (JIRA)
Possibility to subclass XmlRpcSunHttpTransport for added functionality -- Key: XMLRPC-101 URL: http://issues.apache.org/jira/browse/XMLRPC-101 Project: XML-RPC Issue Type:

[jira] Commented: (XMLRPC-101) Possibility to subclass XmlRpcSunHttpTransport for added functionality

2006-07-31 Thread Julio Francisco Veronelli (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-101?page=comments#action_12424598 ] Julio Francisco Veronelli commented on XMLRPC-101: -- I copy the method i'm trying to overwrite as an example. I think it would be a nice

svn commit: r427245 - in /webservices/xmlrpc/trunk: common/src/main/java/org/apache/xmlrpc/serializer/CharSetXmlWriterFactory.java pom.xml src/changes/changes.xml

2006-07-31 Thread jochen
Author: jochen Date: Mon Jul 31 13:34:04 2006 New Revision: 427245 URL: http://svn.apache.org/viewvc?rev=427245view=rev Log: Fixed the spelling of CharSetXmlWriterFactory, which made the class basically useless. Submitted-by: Matt Preston, [EMAIL PROTECTED] PR: XMLRPC-100 Modified:

[jira] Commented: (XMLRPC-101) Possibility to subclass XmlRpcSunHttpTransport for added functionality

2006-07-31 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-101?page=comments#action_12424645 ] Jochen Wiedmann commented on XMLRPC-101: I see two completely different topics here: - The use of a proxy server is definitely of general interest and a

[jira] Commented: (XMLRPC-101) Possibility to subclass XmlRpcSunHttpTransport for added functionality

2006-07-31 Thread Julio Francisco Veronelli (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-101?page=comments#action_12424741 ] Julio Francisco Veronelli commented on XMLRPC-101: -- I'm tackling the SSL thingy first. Attached is a patch for setting a SSLSocketFactory that

[jira] Commented: (XMLRPC-101) Possibility to subclass XmlRpcSunHttpTransport for added functionality

2006-07-31 Thread Julio Francisco Veronelli (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-101?page=comments#action_12424750 ] Julio Francisco Veronelli commented on XMLRPC-101: -- Now, about the HTTP proxy thing, seems ok what you suggest. But I think there are a couple of

[jira] Commented: (XMLRPC-101) Possibility to subclass XmlRpcSunHttpTransport for added functionality

2006-07-31 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-101?page=comments#action_12424752 ] Jochen Wiedmann commented on XMLRPC-101: There's nothing wrong with using Java 1.4 (or even 1.5 features), as long as the respective code is clearly

[jira] Assigned: (XMLRPC-101) Possibility to subclass XmlRpcSunHttpTransport for added functionality

2006-07-31 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-101?page=all ] Jochen Wiedmann reassigned XMLRPC-101: -- Assignee: Jochen Wiedmann Possibility to subclass XmlRpcSunHttpTransport for added functionality