snichol 2002/06/24 22:06:53
xml-soap/java/samples/configure - New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
snichol 2002/06/24 22:16:27
Modified:.TODO
java/docs changes.html
java/docs/guide rpc.html
java/docs/install tomcat.html
java/src/org/apache/soap/server/http ServerHTTPUtils.java
Added: java/samples/configure
snichol 2002/06/24 22:29:20
Modified:java/docs/guide rpc.html
Log:
Add a paragraph about the new service configuration capability to the docs.
Revision ChangesPath
1.4 +9 -2 xml-soap/java/docs/guide/rpc.html
Index: rpc.html
snichol 2002/06/26 04:39:52
Modified:java/docs changes.html
java/src/org/apache/soap/encoding/soapenc SoapEncUtils.java
Log:
In the absence of an xsi:type attribute, check the element
namespace URI for SOAP-ENC to imply a type. For now, just
support SOAP
snichol 2002/06/27 19:28:30
xml-soap/java/samples/multiref - New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
snichol 2002/06/27 19:33:17
Modified:java/docs changes.html intro.html
java/src/org/apache/soap Body.java
java/src/org/apache/soap/encoding/soapenc
BeanSerializer.java ParameterSerializer.java
snichol 2002/06/27 20:07:36
Modified:java/docs changes.html
java/src/org/apache/soap Body.java Constants.java
java/src/org/apache/soap/encoding/soapenc
BeanMultiRefSerializer.java SoapEncUtils.java
java/src/org/apache
snichol 2002/07/03 12:25:55
Modified:java/docs/install index.html tomcat.html
Added: java/docs/install tomcat31.html tomcat32.html
Log:
Help users willing to help themselves by providing installation
instructions for multiple versions of Tomcat.
Revision Changes
snichol 2002/07/03 13:01:11
Modified:java/src/org/apache/soap/providers/com RPCProvider.cpp
COMProvider.dll
Log:
Reviewed by: Scott Nichol
From Leif Nilsson TACMa ([EMAIL PROTECTED]):
Two memory leaks have now been fixed in RPCProvider.cpp.
If
snichol 2002/07/09 09:30:55
Modified:java/src/org/apache/soap/transport/http
SOAPHTTPConnection.java
Log:
Add accessor and mutator for cookies and cookies2 so that all cookies can
be viewed and manipulated.
Revision ChangesPath
1.24 +44 -0
snichol 2002/07/11 08:45:54
Modified:java/src/org/apache/soap/server/http ServerHTTPUtils.java
java/docs changes.html
Log:
Remove deadlock for a service that in the constructor invokes
another service when both services are at application scope. The
deadlock
snichol 2002/07/11 15:03:12
Modified:java/src/org/apache/soap/transport/http Cookie.java
Log:
Check for the use of the Netscape Expires attribute which is *not* in any RFC
and does not escape its embedded comma by using quotes. (Presumably,
any Set-Cookie header that includes
snichol 2002/07/22 14:20:39
Modified:java/src/org/apache/soap/encoding/soapenc
ParameterSerializer.java
Log:
Use just the local part of the XML element name as the parameter name and
for lookups, rather than the full tag name.
Revision Changes
snichol 2002/07/29 10:32:21
Added: java/samples/stringarray DeploymentDescriptor.xml README
StringArray.java StringArrayClient.java test.cmd
Log:
A (somewhat) spruced-up version of some code I created in April 2001 for
performance testing.
A client
snichol 2002/07/30 11:46:38
Modified:java/src/org/apache/soap/transport/http Cookie.java
Log:
Use URL#getFile instead of URL#getPath, since the latter is not correct
with JDK 1.3.x and later if the URL has a query string.
Revision ChangesPath
1.3 +3 -3 xml
snichol 2002/07/30 13:32:05
Modified:java/docs changes.html
java/src/org/apache/soap/transport/http
SOAPHTTPConnection.java
Log:
Disable the Nagle algorithm on the client by default.
This dramatically decreases latency when the payload is
snichol 2002/07/31 20:07:32
Modified:java/docs changes.html
java/src/org/apache/soap/util/net SSLUtils.java
Log:
Submitted by: Phil Bohnenkamp <[EMAIL PROTECTED]>
Reviewed by: Scott Nichol
The attached modified class is to add support for https tun
snichol 2002/08/01 11:16:48
Modified:java/src/org/apache/soap/util/net SSLUtils.java
Log:
Submitted by: Simon Fell <[EMAIL PROTECTED]>
Terminate all SSL proxy headers with CR/LF, not just LF.
Revision ChangesPath
1.6 +3 -3 xml-soap/java/src/org/
snichol 2002/08/03 19:47:32
Modified:java/src/org/apache/soap/server/http
MessageRouterServlet.java RPCRouterServlet.java
java/docs changes.html
Log:
Add the ability to suppress session creation per service by specifying
within the
snichol 2002/08/16 12:17:38
Modified:java/src/org/apache/soap/providers/com RPCProvider.cpp
COMProvider.dll
Log:
Reviewed by: Scott Nichol
Submitted by: Leif Nilsson TACMa <[EMAIL PROTECTED]>
Further testing has shown that the added ::SysFree
snichol 2002/08/26 14:16:16
Modified:java/docs changes.html
Added: java/src/org/apache/soap/providers CORBAProvider.java
Log:
Add a CORBA provider, allowing CORBA interfaces to be exposed via
SOAP without writing any code.
Revision ChangesPath
1.37 +2 -0
snichol 2002/08/27 11:39:53
Modified:java/docs/guide interop.html
Log:
Fix typos in deployment descriptor pointed out by
Asher Foa <[EMAIL PROTECTED]>.
Revision ChangesPath
1.5 +2 -2 xml-soap/java/docs/guide/interop.html
Index: intero
snichol 2002/08/27 19:47:48
Modified:java/docs/install index.html tomcat.html tomcat31.html
tomcat32.html
Added: java/docs/install tomcat33.html
Log:
Update Tomcat installation instructions, specifically adding instructions
for Tomcat 3.3, which
snichol 2002/08/28 08:09:48
Modified:java/docs/install index.html tomcat33.html
Added: java/docs/install resin211.html
Log:
Add instructions for resin 2.1.1. Fix Tomcat 3.3 instructions.
Revision ChangesPath
1.28 +1 -0 xml-soap/java/docs/install
snichol 2002/08/28 11:13:10
Modified:java/docs changes.html
java/src/org/apache/soap/encoding/soapenc
ArraySerializer.java
Log:
Bugzilla 11367 submitted by [EMAIL PROTECTED] (Joe Carew).
Fix deserialization of multi-reference arrays
snichol 2002/08/28 11:32:29
Modified:java/docs changes.html
java/src/org/apache/soap/transport TransportMessage.java
Log:
Bugzilla 11564 reported by [EMAIL PROTECTED] (Austin Waters)
Fixed handling of missing Content-Type header.
Revision ChangesPath
snichol 2002/08/28 11:53:40
Modified:java/docs changes.html
java/src/org/apache/soap/providers CORBAProvider.java
EntityEJBProvider.java StatefulEJBProvider.java
Log:
Fix EJB and CORBA providers to check deployment descriptor to
determine
snichol 2002/08/28 11:43:32
Modified:java/src/org/apache/soap/providers StatelessEJBProvider.java
Log:
Bugzilla 11925 reported by [EMAIL PROTECTED] (Pierre Metrailler).
Call RPCRouter.validCall to check that method has been "exposed"
in deployment descriptor.
snichol 2002/08/28 20:29:22
xml-soap/java/samples/collection - New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
snichol 2002/08/28 20:33:44
Modified:java/docs changes.html
java/src/org/apache/soap/encoding SOAPMappingRegistry.java
java/src/org/apache/soap/encoding/soapenc MapSerializer.java
Added: java/samples/collection CollectionClient.java
snichol 2002/08/29 13:06:13
Modified:java/src/org/apache/soap/providers StatelessEJBProvider.java
Log:
Clean up:
- Remove output to System.out and System.err
- Provide more precise and complete exception information
- Improve formatting (mainly indentation) of the
snichol 2002/08/29 20:22:54
Modified:java/docs changes.html
java/src/org/apache/soap/server DeploymentDescriptor.java
java/src/org/apache/soap/util/xml DOMUtils.java
java/samples/interop readme.html
Added: java/samples/interop
snichol 2002/08/30 11:59:12
Modified:java/docs/install index.html
Log:
Add a link to faq_chawke.html as an aid to those installing on a container
not explicitly covered.
Revision ChangesPath
1.29 +5 -2 xml-soap/java/docs/install/index.html
Index
snichol 2002/08/30 12:08:07
Modified:java/src/org/apache/soap Envelope.java
Log:
Improve an exception message in unmarshal.
Revision ChangesPath
1.8 +5 -1 xml-soap/java/src/org/apache/soap/Envelope.java
Index: Envelope.java
snichol 2002/08/30 14:32:11
xml-soap/java/samples/doclit - New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
snichol 2002/08/30 14:39:01
Modified:java/docs changes.html
java/samples/addressbook2 AddressSerializer.java
PhoneSerializer.java
java/samples/bidbuy/shared AddressSerializer.java
LineItemSerializer.java
snichol 2002/09/05 09:44:39
xml-soap/java/samples/gzip - New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
snichol 2002/09/05 09:50:52
Modified:java/docs changes.html
java/src/org/apache/soap/rpc SOAPContext.java
java/src/org/apache/soap/server ServerUtils.java
ServiceManagerClient.java
java/src/org/apache/soap/server/http
snichol 2002/09/05 11:52:24
Modified:java/docs/guide migration.html
Log:
Reported by "Janicki, Rob" <[EMAIL PROTECTED]>
Fixed dead link for source diff.
Revision ChangesPath
1.2 +2 -2 xml-soap/java/docs/guide/migration.html
Index
snichol 2002/09/05 23:14:11
Modified:java/docs changes.html
java/src/org/apache/soap/server/http
MessageRouterServlet.java RPCRouterServlet.java
ServerHTTPUtils.java
Log:
Add per-service authorization based on roles
snichol 2002/09/05 23:07:03
Modified:java/src/org/apache/soap/util/net HTTPUtils.java
Log:
Remove tabs. Add TODO comment about checking HTTP status code before
creating TransportMessage for response.
Revision ChangesPath
1.30 +18 -13xml-soap/java/src/org
snichol 2002/09/06 10:02:59
Modified:java/src/org/apache/soap/transport TransportMessage.java
java/src/org/apache/soap/util/net HTTPUtils.java
Log:
Clean up exception declarations.
Throw SOAPExceptions rather than arbitrarily choosing IllegalArgumentException
snichol 2002/09/06 10:50:27
Modified:java/src/org/apache/soap Utils.java
java/src/org/apache/soap/encoding Hex.java
java/src/org/apache/soap/transport/http Cookie.java
java/src/org/apache/soap/util MethodUtils.java
snichol 2002/09/09 14:15:27
Modified:java/src/org/apache/soap/encoding SOAPMappingRegistry.java
Log:
Remove TODO comments for something that has been handled: it is valid
to serialize null values (xsi:nil="true") for simple xsd data types.
Revision ChangesP
snichol 2002/09/10 00:02:02
Modified:java/src/org/apache/soap/server ServiceManager.java
Log:
Register DOMFaultHandler for the ServiceManager to provide clients
with a stack trace on faults.
Revision ChangesPath
1.18 +2 -0 xml-soap/java/src/org/apache/soap
snichol 2002/09/10 00:27:25
Modified:java/samples/interop DataSerializer.java
java/src/org/apache/soap/encoding/soapenc
ArraySerializer.java
java/src/org/apache/soap/server/http RPCRouterServlet.java
java/src/org
snichol 2002/09/11 10:26:11
Modified:java/src/org/apache/soap/util/net Relay.java TcpTunnel.java
Log:
Have TcpTunnel dump to System.out, which means default character encoding
will be used to translate bytes sent over the wire. (TcpTunnelGui
always uses iso-8859-1, which is
snichol 2002/09/11 14:21:24
Modified:java/src/org/apache/soap/providers/com COMProvider.dll
RPCProvider.cpp RPCProvider.h
Log:
Avoid use of ws2mbs macro when handling strings. That macro makes a copy
of the string on the stack, which is a problem for long
snichol 2002/10/02 07:05:52
Modified:java/src/org/apache/soap/rpc RPCMessage.java
Log:
Do not emit a line separator after closing the response element. This was
being parsed as a text node child of the SOAP Body element by some
implementations (SilkPerformer for .NET and Sun
snichol 2002/10/04 06:34:17
Modified:java/src/org/apache/soap/util/xml
XMLJavaMappingRegistry.java
Log:
Submitted by: Pavel Ausianik <[EMAIL PROTECTED]>
Reviewed by: Scott Nichol
Refer to: http://nagoya.apache.org/bugzilla/show_bug.cgi?id
snichol 2002/10/04 06:26:03
Modified:java/src/org/apache/soap/util/xml QName.java
Log:
Submitted by: Pavel Ausianik <[EMAIL PROTECTED]>
Reviewed by: Scott Nichol
Refer to: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12540
org.apache.soap.util.xml.QName.matche
snichol 2002/10/03 19:06:17
Modified:java/test/encoding/soapenc PackageTests.java
java/src/org/apache/soap/encoding/soapenc Base64.java
Added: java/test/encoding/soapenc Base64Test.java
Log:
Submitted by: Pavel Ausianik <[EMAIL PROTECTED]>
Revie
snichol 2002/10/04 05:58:26
Modified:java/src/org/apache/soap Envelope.java
Log:
Submitted by: Pavel Ausianik <[EMAIL PROTECTED]>
Reviewed by: Scott Nichol
Refer to: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12539
class org.apache.soap.Envelope causes unnec
snichol 2002/10/04 12:50:20
Modified:java/docs changes.html intro.html
java/src/org/apache/soap/transport/http
SOAPHTTPConnection.java
java/src/org/apache/soap/util/net HTTPUtils.java
SSLUtils.java
Added
snichol 2002/10/08 07:49:53
Modified:java/docs/install index.html
Added: java/docs/install jetty411.html
Log:
Add installation instructions for Jetty 4.1.1.
Revision ChangesPath
1.30 +2 -1 xml-soap/java/docs/install/index.html
Index: index.html
snichol 2002/10/10 07:16:35
Modified:java/docs/install index.html
Log:
Explain and clarify class loading issues better, especially potential
conflicts with optional packages (lib/ext) and the vagaries of
application server class loaders.
Revision ChangesPath
1.31
snichol 2002/10/11 08:02:05
Modified:java/src/org/apache/soap Envelope.java
Log:
Fix bug in which incorrect URI used for xsi prefix that was introduced with
last set of changes.
Revision ChangesPath
1.10 +1 -1 xml-soap/java/src/org/apache/soap/Envelope.java
snichol 2002/10/11 08:42:43
Modified:.TODO
Log:
Removed the 2.1 stuff and anything that was already done. Added notes
where things seem at least partially done. Add all my TODOs and
unsupported SOAP spec items as wish list.
Revision ChangesPath
1.8
snichol 2002/10/11 11:41:42
Modified:java/docs changes.html
java/src/org/apache/soap/providers CORBAProvider.java
EntityEJBProvider.java StatefulEJBProvider.java
StatelessEJBProvider.java
Log:
Support messaging in the
snichol 2002/10/11 12:21:41
Modified:java/src/org/apache/soap/rpc SOAPContext.java
Log:
Fix an off-by-1 bug. See bugzilla 12745:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12745
Revision ChangesPath
1.12 +1 -1 xml-soap/java/src/org/apache/soap/rpc
snichol 2002/10/15 20:33:20
Modified:java/docs/guide config.html
Log:
Add more information about securing the service manager and admin pages.
Revision ChangesPath
1.7 +36 -1 xml-soap/java/docs/guide/config.html
Index: config.html
snichol 2002/10/15 20:58:11
Modified:java/docs changes.html
java/src/org/apache/soap/util/net HTTPUtils.java
Log:
Submitted by Pavel Ausianik ([EMAIL PROTECTED]):
Add client support for HTTP redirects.
Revision ChangesPath
1.49 +1 -0 xml
snichol 2002/10/18 06:36:00
Modified:java/docs changes.html
java/src/org/apache/soap/rpc Call.java
java/src/org/apache/soap/messaging Message.java
Log:
Submitted by: Pavel Ausianik <[EMAIL PROTECTED]>
Here is a patch to enable clients to
snichol 2002/10/18 06:52:30
Modified:java/src/org/apache/soap Fault.java SOAPException.java
Log:
SOAPException does not need to use cleanString. Removed its use there
and added it to marshalling for Fault, where it is needed. Thanks to
Pavel Ausianik for getting me to think
snichol 2002/10/18 08:49:13
Modified:java/docs/guide serializer.html
Log:
Add a code example of mapping types on the client.
Revision ChangesPath
1.7 +40 -7 xml-soap/java/docs/guide/serializer.html
Index: serializer.html
snichol 2002/10/18 13:30:54
Modified:java/src/org/apache/soap/util/net HTTPUtils.java
SSLUtils.java
Log:
Allow proxyUserName and proxyPassword to be used for SSL connection as well
as straight HTTP. Move all auth string manipulation out of SSLUtils
snichol 2002/10/18 13:27:18
Modified:java/src/org/apache/soap SOAPException.java
Log:
Override printStackTrace methods so that the trace for the targetException
is also printed automatically.
Revision ChangesPath
1.6 +39 -1 xml-soap/java/src/org/apache/soap
snichol 2002/10/22 21:05:22
Modified:java/src/org/apache/soap/util/xml
XMLJavaMappingRegistry.java
Log:
In mapTypes, only map Java type to XML type if a serializer was provided,
and only map XML type to Java type if a deserializer was provided
snichol 2002/10/24 08:16:41
Modified:java/src/org/apache/soap/encoding/soapenc Base64.java
Log:
Submitted by: Pavel Ausianik <[EMAIL PROTECTED]>
Fix an ArrayOutOfBounds exception introduced by recent changes.
Revision ChangesPath
1.4 +1 -1 xml-soa
snichol 2002/10/29 18:43:04
Modified:java/src/org/apache/soap/util/xml XMLParserUtils.java
Log:
By default, turn off expansion of entity references.
cf. bugtraq post on 10/29/2002 by Gregory Steuck <[EMAIL PROTECTED]>
(http://online.securityfocus.com/archive/1/297714/2
snichol 2002/10/30 06:33:02
Modified:java/src/org/apache/soap/util/xml QName.java
XMLJavaMappingRegistry.java
Log:
Require fewer memory allocations by doing four things
QName.java:
Use StringBuffer rather than String concatenation in toString
snichol 2002/11/04 11:05:53
Added: java/samples/addressbook ComplexRequest.java perftest.cmd
perftest.sh
Log:
Submitted by: Pavel Ausianik ([EMAIL PROTECTED])
In discussion of what performance gains we got, I created a very simple
performance test
snichol 2002/11/06 07:11:08
Modified:java/samples/stringarray StringArrayClient.java
java/src/org/apache/soap AttributeHandler.java Body.java
Envelope.java Fault.java Header.java
java/src/org/apache/soap/encoding
snichol 2002/11/06 10:08:04
Modified:java/src/org/apache/soap/rpc SOAPContext.java
Log:
Submitted by: Pavel Ausianik <[EMAIL PROTECTED]>
Create class constants against which to check type for base64 encoding,
instead of creating new instances each time.
Revision C
snichol 2002/11/06 15:56:12
Added: java/test/util MethodUtilsTest.java PackageTests.java
Log:
Add a pretty simple test of MethodUtils#getMethod to confirm its ability
to pick methods correctly including polymorphism.
Revision ChangesPath
1.1 xml-soap
snichol 2002/11/06 15:53:28
xml-soap/java/test/util - New directory
--
To unsubscribe, e-mail: <mailto:soap-dev-unsubscribe@;xml.apache.org>
For additional commands, e-mail: <mailto:soap-dev-help@;xml.apache.org>
snichol 2002/11/07 20:32:37
Modified:java/src/org/apache/soap/util/net SSLUtils.java
Log:
Remove unnecessary dependency on Sun's JSSE implementation.
Revision ChangesPath
1.9 +2 -4 xml-soap/java/src/org/apache/soap/util/net/SSLUtils.java
snichol 2002/11/08 16:09:52
Modified:.TODO
Log:
Updated and re-ordered.
Revision ChangesPath
1.9 +56 -50xml-soap/TODO
Index: TODO
===
RCS file: /home/cvs/xml-soap/TODO,v
snichol 2002/11/11 06:10:27
Modified:java/samples/stockquote README StockQuoteService.java
Log:
Use a service kindly created by xmethods.net to replace the previous
service at the defunct xmltoday.com (which had been operated by Binary
Evolution, creators of VelociGen
snichol 2002/11/11 06:34:47
Modified:java/src/org/apache/soap/rpc Call.java Parameter.java
RPCMessage.java
Log:
Added a little javadoc, mainly for ctors. Thanks to Jeremiah Johnson
<[EMAIL PROTECTED]> for pointing out the usefulness of this.
Re
snichol 2002/11/12 06:15:38
Modified:java/src/org/apache/soap/util/net HTTPUtils.java
java/src/org/apache/soap/transport TransportMessage.java
java/src/org/apache/soap/transport/http
SOAPHTTPConnection.java
Log:
Reduce the number
snichol 2002/11/12 06:34:56
Modified:java/src/org/apache/soap/rpc Call.java
java/src/org/apache/soap/transport TransportMessage.java
java/src/org/apache/soap Constants.java
Log:
Submitted by: Pavel Ausianik <[EMAIL PROTECTED]>
I have prepared
snichol 2002/11/12 10:58:57
Modified:java/docs/install tomcat.html
Log:
Add a note about Java 1.4 and endorsed directories.
Revision ChangesPath
1.15 +6 -0 xml-soap/java/docs/install/tomcat.html
Index: tomcat.html
snichol 2002/11/13 21:00:42
Modified:java/src/org/apache/soap/transport TransportMessage.java
java/src/org/apache/soap Constants.java
Log:
Fix a bug introduced in previous changes when their is an envelope editor
and no envelope was explitictly specified (just a
snichol 2002/11/14 08:07:58
Modified:java/docs/guide deploy.html
Log:
Submitted by: Mattias Jiderhamn <[EMAIL PROTECTED]>
Fix the namespace URI for SOAP encoding: the trailing '/' was missing.
Revision ChangesPath
1.8 +1 -1 xml-soap
snichol 2002/11/14 08:22:09
Modified:java/src/org/apache/soap Constants.java
java/src/org/apache/soap/rpc Call.java SOAPContext.java
java/src/org/apache/soap/transport SOAPTransport.java
TransportMessage.java
java/src
snichol 2002/11/18 06:23:06
Modified:java/src/org/apache/soap/util/xml NSStack.java
Log:
Submitted by: Pavel Ausianik <[EMAIL PROTECTED]>
I have prepared patch for NSStack, moving from growing number of Vectors to
3 arrays per stack.
I also used intern() String comp
snichol 2002/11/18 06:34:52
Modified:java/src/org/apache/soap/util/xml NSStack.java
Log:
Add toString, deprecate dump, add some javadoc.
Revision ChangesPath
1.6 +39 -2 xml-soap/java/src/org/apache/soap/util/xml/NSStack.java
Index: NSStack.java
snichol 2002/11/18 07:52:48
Added: java/test/util/xml NSStackTest.java PackageTests.java
Log:
New unit tests for NSStack.
Revision ChangesPath
1.1 xml-soap/java/test/util/xml/NSStackTest.java
Index: NSStackTest.java
snichol 2002/11/18 07:52:07
xml-soap/java/test/util/xml - New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
snichol 2002/11/18 07:55:11
Modified:java/src/org/apache/soap/util/xml NSStack.java
Log:
Fix bug in popScope (popped URI and prefix stacks two scopes instead of 1)
Fix bug in dump and toString (wrong array index)
Fix bug in addNSDeclaration (prefix can be null)
??TODO
snichol 2002/11/18 08:42:41
Modified:java/src/org/apache/soap Envelope.java Body.java
Log:
Submitted by: Pavel Ausianik <[EMAIL PROTECTED]>
Reduce number of AttributeHandlers.
Additional edits by Scott Nichol to add javadoc and other comments, plus
try to
snichol 2002/11/18 09:27:48
Added: java/test/util/xml QNameTest.java
Log:
A very simple unit test of QName.
Revision ChangesPath
1.1 xml-soap/java/test/util/xml/QNameTest.java
Index: QNameTest.java
snichol 2002/11/18 09:29:39
Modified:java/test/util/xml PackageTests.java
Log:
Add QNameTest.
Revision ChangesPath
1.2 +1 -0 xml-soap/java/test/util/xml/PackageTests.java
Index: PackageTests.java
snichol 2002/11/18 09:36:37
Modified:java/src/org/apache/soap/util/xml QName.java
Log:
Submitted by: Pavel Ausianik <[EMAIL PROTECTED]>
QName changed so it not uses intern() in equals() because the
number of calls per object instance was small.
Scott Nichol
snichol 2002/11/18 09:55:54
Modified:java/src/org/apache/soap/util/net HTTPUtils.java
Log:
Fix bug parsing HTTP status line discovered in interop tests with SIM.
Also, throw an exception if there is no HTTP status.
Revision ChangesPath
1.37 +8 -1 xml-soap
snichol 2002/11/18 10:52:23
Modified:java/src/org/apache/soap/encoding SOAPMappingRegistry.java
Added: java/src/org/apache/soap/encoding/soapenc
CleanSerializer.java SimpleSerializer.java
Log:
Move simple and clean serializers to standalone classes
snichol 2002/11/18 12:18:10
Modified:java/test/util/xml PackageTests.java
Added: java/test/util/xml XMLJavaMappingRegistryTest.java
Log:
Add tests for XMLJavaMappingRegistry.
Revision ChangesPath
1.3 +1 -0 xml-soap/java/test/util/xml/PackageTests.java
snichol 2002/11/18 12:19:26
Modified:java/src/org/apache/soap/util/xml
XMLJavaMappingRegistry.java
Log:
Submitted by: Pavel Ausianik <[EMAIL PROTECTED]>
XMLJavaMappingRegistry uses separated maps per encoding - and avoids
creating String keys wh
snichol 2002/11/18 13:16:50
Modified:java/src/org/apache/soap/util/xml DOMUtils.java
Log:
Submitted by: Pavel Ausianik <[EMAIL PROTECTED]>
Avoid creating strings where not necessary (2 cases)
Scott Nichol added javadoc and use of Constants.
Revision Changes
1 - 100 of 154 matches
Mail list logo