Log of /webservices/xmlrpc/trunk/pom.xml
Parent Directory
|
Revision Log
Revision
813462 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 10 14:44:55 2009 UTC
(2 months, 2 weeks ago)
by
jochen
File length: 17779 byte(s)
Diff to
previous 785940
(
colored)
Submitted-By: Gam <gamaliel@fastmail.fm>
Added support for configured timeouts to the XmlRpcSun15HttpTransport class.
Revision
785940 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 18 07:19:25 2009 UTC
(5 months, 1 week ago)
by
jochen
File length: 17677 byte(s)
Diff to
previous 769514
(
colored)
PR: XMLRPC-174
Submitted-By: Livnat Peer <livnats@gmail.com>
The ClientFactory is now supporting an empty remote class.
Revision
763543 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 9 07:30:11 2009 UTC
(7 months, 2 weeks ago)
by
jochen
File length: 19837 byte(s)
Diff to
previous 721567
(
colored)
PR: XMLRPC-164
Submitted-By: Greg Wurth <hackwurth@mac.com>
The platforms default encoding has been used at some point when
decoding HTTP headers.
Revision
721567 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 28 21:48:43 2008 UTC
(11 months, 3 weeks ago)
by
jochen
File length: 19707 byte(s)
Diff to
previous 721564
(
colored)
Weakened the access control in the WebServer class in order to make subclassing easier.
PR: XMLRPC-160
Submitted-By: James Baldassari <jbaldassari@gmail.com>
Revision
721564 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 28 21:36:58 2008 UTC
(11 months, 3 weeks ago)
by
jochen
File length: 19567 byte(s)
Diff to
previous 721558
(
colored)
Improved the handling of HTTP status codes that indicate an error.
PR: XMLRPC-160
Submitted-By: Brandon DuRette <brandond@alum.mit.edu>
Revision
721558 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 28 20:46:35 2008 UTC
(11 months, 3 weeks ago)
by
jochen
File length: 19428 byte(s)
Diff to
previous 684497
(
colored)
Eliminated a possible race condition in the ThreadPool.
PR: XMLRPC-162
Submitted-By: Mark Gertsvolf <markg@nortel.com>
Revision
589197 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 27 19:51:57 2007 UTC
(2 years ago)
by
jochen
File length: 18351 byte(s)
Diff to
previous 589121
(
colored)
Added support for javax.net.ssl.SSLSocketFactory and javax.net.Proxy to the Sun transport factory.
PR: XMLRPC-101
Submitted-By: Julio Francisco Veronelli <ckjfveronelli@fibertel.com.ar>
Revision
589121 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 27 14:50:27 2007 UTC
(2 years ago)
by
jochen
File length: 17889 byte(s)
Diff to
previous 572781
(
colored)
It is now possible to set the user-agent header in the clients configuration.
PR: XMLRPC-149
Submitted-By: Andreas Sahlbach <andreas.sahlbach@gmail.com>
Revision
572781 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 4 19:28:37 2007 UTC
(2 years, 2 months ago)
by
jochen
File length: 17744 byte(s)
Diff to
previous 564999
(
colored)
The XmlRpcCommonsTransport is now always declaring its entities as repeatable.
Submitted-By: Póka Balázs (p.balazs@gmail.com)
Revision
561948 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 1 20:55:13 2007 UTC
(2 years, 3 months ago)
by
jochen
File length: 14507 byte(s)
Diff to
previous 559328
(
colored)
Address matching in the Webserver wasn't actually working,
because casting of integers to bytes was implemented wrong.
PR: XMLRPC-145
Submitted-by: Gamaliel Amaudruz, gamaliel@fastmail.fm
Revision
559328 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 25 06:16:51 2007 UTC
(2 years, 4 months ago)
by
jochen
File length: 14367 byte(s)
Diff to
previous 557225
(
colored)
The redirect handling (XMLRPC-132) wasn't actually working,
because it treated an URI as a charset name.
PR: XMLRPC-144
Submitted-by: Steve Cohen <sc1478@att.com>
Revision
557225 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 18 11:06:04 2007 UTC
(2 years, 4 months ago)
by
sgoeschl
File length: 14366 byte(s)
Diff to
previous 554000
(
colored)
+) reindented th document
+) added a version number to the "maven-changes-plugin" since it refused to build the site otherwise
Revision
538548 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 16 11:45:57 2007 UTC
(2 years, 6 months ago)
by
jochen
File length: 13722 byte(s)
Diff to
previous 517038
(
colored)
The XmlRpcRequestParser didn't reset its params field in startDocument(). Consequently, it wasn't reusable.
PR: XMLRPC-141
Submitted-By: Keith McNeill <mcneill@streambase.com>
Revision
517038 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 11 22:45:09 2007 UTC
(2 years, 8 months ago)
by
jochen
File length: 13584 byte(s)
Diff to
previous 515037
(
colored)
Fixed an error in a sample in the "advanced" document.
Submitted-by: Mario Linke, linke.mario@web.de
PR: XMLRPC-136
Revision
508114 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Feb 15 20:03:55 2007 UTC
(2 years, 9 months ago)
by
jochen
File length: 13456 byte(s)
Diff to
previous 506148
(
colored)
Fixed a broken link referring to an "SSL with Jetty" HOW-TO.
PR: XMLRPC-134
Submitted-by: Sir Bode Rafael, sirboderafael@gmail.com
Revision
501568 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 30 21:20:09 2007 UTC
(2 years, 9 months ago)
by
jochen
File length: 13056 byte(s)
Diff to
previous 496491
(
colored)
The DateParser is now treating an empty string as null.
Submitted-by: Carsten Wolters, c.wolters@gmx.de
PR: XMLRPC-133
Revision
496491 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jan 15 21:00:24 2007 UTC
(2 years, 10 months ago)
by
jochen
File length: 12922 byte(s)
Diff to
previous 478685
(
colored)
Made extending the XmlRpcCommonsTransportFactory easier.
Submitted-by: Steffen Pingel, steffenp@gmx.de
PR: XMLRPC-131
Revision
478678 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 23 21:36:41 2006 UTC
(3 years ago)
by
jochen
File length: 12796 byte(s)
Diff to
previous 473632
(
colored)
The ClientFactory is now able to use a custom name for
the remote handler. So far, it was always using the
interface name.
PR: XMLRPC-126
Submitted-by: Eugene Prokopiev, prokopiev@stc.donpac.ru
Revision
471286 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Nov 4 22:39:47 2006 UTC
(3 years ago)
by
jochen
File length: 11987 byte(s)
Diff to
previous 468143
(
colored)
The configuration of the reply timeout in the commons transport was wrong.
PR: XMLRPC-120
Submitted-by: Juho Yli-Krekola, Juho.Yli-Krekola@iki.fi
Revision
468143 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 26 21:26:38 2006 UTC
(3 years ago)
by
jochen
File length: 11849 byte(s)
Diff to
previous 463093
(
colored)
Fixed a serious performance problem, if the XML parser was sending large
content in small pieces. This could happen, for example, if the content
contained a large number of character entities.
PR: XMLRPC-119
Revision
463093 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 12 01:03:54 2006 UTC
(3 years, 1 month ago)
by
jochen
File length: 11844 byte(s)
Diff to
previous 454657
(
colored)
Rework of the WebServer/ThreadPool framework, in order to overcome an
unreliable Shutdown, as detected by Stanislav Miklik.
Revision
453764 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 6 21:08:08 2006 UTC
(3 years, 1 month ago)
by
jochen
File length: 11835 byte(s)
Diff to
previous 453362
(
colored)
The method TimingOutCallback.waitForResponse is now checking, whether
a response has already arrived before waiting.
Submitted-By: Jonathan Oexner, jonathan.oexner@alum.wpi.edu
Revision
453362 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 5 20:25:23 2006 UTC
(3 years, 1 month ago)
by
jochen
File length: 11693 byte(s)
Diff to
previous 448354
(
colored)
Added PropertyHandlerMapping.load(ClassLoader, Map).
PR: XMLRPC-118
Submitted-By: Perry NGuyen, pfnguyen@hanhuy.com
Revision
434521 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 24 20:44:17 2006 UTC
(3 years, 3 months ago)
by
jochen
File length: 12819 byte(s)
Diff to
previous 433738
(
colored)
The XmlRpcLiteHttpTransport is now creating sockets in a protected
method. This allows to switch to alternative socket implementations.
Submitted-by: Catalin Hritcu, Catalin.Hritcu@gmail.com
PR: XMLRPC-107
Revision
432707 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 18 20:05:03 2006 UTC
(3 years, 3 months ago)
by
jochen
File length: 12337 byte(s)
Diff to
previous 432690
(
colored)
Basic authentication didn't work with the commons http transport,
if user name or password contained non-ASCII characters.
Revision
432537 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 18 09:55:18 2006 UTC
(3 years, 3 months ago)
by
jochen
File length: 12457 byte(s)
Diff to
previous 427709
(
colored)
Various fixes related to basic authentication.
PR: XMLRPC-103
PR: XMLRPC-104
Submitted by: Landon Fuller, landonf@threerings.net
Revision
427709 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 1 20:23:04 2006 UTC
(3 years, 3 months ago)
by
jochen
File length: 12323 byte(s)
Diff to
previous 427245
(
colored)
Fixed that the WebServer didn't wait before retrying to
bind to the server socket.
Submitted-by: Stanislav Miklik, stanislav.miklik@gmail.com
Revision
427245 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 31 20:34:04 2006 UTC
(3 years, 3 months ago)
by
jochen
File length: 12182 byte(s)
Diff to
previous 425856
(
colored)
Fixed the spelling of CharSetXmlWriterFactory, which made
the class basically useless.
Submitted-by: Matt Preston, matt@knowledgeview.co.uk
PR: XMLRPC-100
Revision
423606 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 19 21:06:08 2006 UTC
(3 years, 4 months ago)
by
jochen
File length: 11869 byte(s)
Diff to
previous 421821
(
colored)
The "long" type was missing in the types reference.
PR: XMLRPC-97
Submitted-by: Jimisola Laursen, lists@jimisola.com
Revision
421821 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 14 07:22:02 2006 UTC
(3 years, 4 months ago)
by
jochen
File length: 11736 byte(s)
Diff to
previous 421415
(
colored)
ReflectiveXmlRpcHandler.execute fails to properly lookup method
PR: XMLRPC-94
Submitted-by: Chris Conrad, rhavyn@gmail.com
Revision
409232 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 24 18:56:56 2006 UTC
(3 years, 6 months ago)
by
jochen
File length: 11131 byte(s)
Diff to
previous 406095
(
colored)
Added the possibility to configure the XmlRpcServlet via init parameters.
PR: XMLRPC-84
Submitted-By: Denis Carniel, 2nis@aktiv-design.com
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.