5
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
XmlRpcDispatcher now supports method names without a namespace
gregerolsson
as gregerohlson
More... over 13 years ago
XmlRpcProxy now accepts an empty handler name which would result in no prefix being appended to the method names when invoking a server.
gregerolsson
as gregerohlson
More... over 15 years ago
Patches applied for JavaDoc by Jesus Miguel Rodriguez (thanks for that)
gregerolsson
as gregerohlson
More... over 15 years ago
New version.
gregerolsson
as gregerohlson
More... over 16 years ago
Fixed bug with character encoding where default platform encoding is other than what is stated in XmlRpcMessages.properties.
gregerolsson
as gregerohlson
More... over 16 years ago
Error messages generated by the XML-RPC library or by invocation handlers (by way of exceptions) are now serialized using the internal serialization mechanism in XmlRpcSerializer to accommodate for special characters that need encoding. Thanks to Jesus Rodriguez for the patch!
gregerolsson
as gregerohlson
More... over 16 years ago
Patch allowing error codes in XmlRpcFaults raised by invocation handlers to be included in the XML-RPC fault message.
gregerolsson
as gregerohlson
More... over 16 years ago
Debug interceptor now uses the log from the servlet context for outputs.
gregerolsson
as gregerohlson
More... over 16 years ago
Updated XmlRpcProxy to include getResponseHeaderFields().
gregerolsson
as gregerohlson
More... over 16 years ago
Added XmlRpcClient.getResponseHeaderFields() which returns the HTTP header fields set by the server in the latest XML-RPC service request.
gregerolsson
as gregerohlson
More... over 16 years ago
Fixed bug with encoding; the wrong message property name was used to fetch encoding.
gregerolsson
as gregerohlson
More... over 16 years ago
Updated build.xml to reflect latest version; 1.1.
gregerolsson
as gregerohlson
More... over 16 years ago
Fixed typo in properties file for servlet encoding.
gregerolsson
as gregerohlson
More... over 16 years ago
Added missing message property for invalid services
gregerolsson
as gregerohlson
More... over 16 years ago
Added support for new services parameter in web.xml which contains service names combined with fully qualified service class names. Instantiated and published at servlet startup.
gregerolsson
as gregerohlson
More... over 16 years ago
Fixed bug with local contentType variable hiding member variable.
gregerolsson
as gregerohlson
More... over 16 years ago
[no comment]
gregerolsson
as gregerohlson
More... over 16 years ago
Changed hard-coded encoding from ISO-8859-1 to dynamic encoding based on
gregerolsson
as gregerohlson
More... over 16 years ago
Added support for XmlRpcProxy.setRequestProperty|ies() for setting HTTP headers.
gregerolsson
as gregerohlson
More... over 16 years ago
Added XmlRpcClient.setRequestProperty() and XmlRpcClient.setRequestProperties().
gregerolsson
as gregerohlson
More... over 16 years ago
Base64-encoded strings in received XML-RPC messages may now contain newline characters and other padding.
gregerolsson
as gregerohlson
More... over 16 years ago
Moved serialization of longs from built-in serialization to custom serialization.
gregerolsson
as gregerohlson
More... about 17 years ago
Source code is now also zipped into its own archive during release builds.
gregerolsson
as gregerohlson
More... over 17 years ago
Upgraded version to 1.0.1
gregerolsson
as gregerohlson
More... over 17 years ago
Now resetting isFaultResponse flag correctly.
gregerolsson
as gregerohlson
More... over 17 years ago
Added missing XmlRpcCallback in the client JAR.
gregerolsson
as gregerohlson
More... over 17 years ago
Added version numbering of JARs and a ZIP target creating the SourceForge distribution package.
gregerolsson
as gregerohlson
More... over 17 years ago
Clarified implementation of XmlRpcInvocationHandler.
gregerolsson
as gregerohlson
More... over 17 years ago
Added some missing classes to the "client only"-jar.
gregerolsson
as gregerohlson
More... over 17 years ago
Uses Java 1.3 as source and target.
gregerolsson
as gregerohlson
More... over 17 years ago