Re: cvs commit: xml-axis/java/src/org/apache/axis AxisFault.java

2003-01-15 Thread Steve Loughran
- Original Message - From: "Glen Daniels" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 15:43 Subject: RE: cvs commit: xml-axis/java/src/org/apache/axis AxisFault.java > > +1 to the concept > > -0 to the implementation

RE: cvs commit: xml-axis/java/src/org/apache/axis AxisFault.java

2003-01-15 Thread Glen Daniels
M > To: [EMAIL PROTECTED] > Subject: cvs commit: xml-axis/java/src/org/apache/axis AxisFault.java > > > stevel 2003/01/15 15:30:40 > > Modified:java/src/org/apache/axis AxisFault.java > Log: > bug 16147; extend dumpString() to allow for the option to > escap

cvs commit: xml-axis/java/src/org/apache/axis AxisFault.java

2003-01-15 Thread stevel
stevel 2003/01/15 15:30:40 Modified:java/src/org/apache/axis AxisFault.java Log: bug 16147; extend dumpString() to allow for the option to escape all fault strings. This is an option as we dont want it during debugging, just html display. Revision ChangesPath 1.67

cvs commit: xml-axis/java/src/org/apache/axis AxisFault.java

2003-01-13 Thread stevel
stevel 2003/01/13 22:40:53 Modified:java/src/org/apache/axis AxisFault.java Log: changed method to clear the existing faultDetails on a null array Revision ChangesPath 1.66 +1 -1 xml-axis/java/src/org/apache/axis/AxisFault.java Index: AxisFault.java

cvs commit: xml-axis/java/src/org/apache/axis AxisFault.java

2002-12-29 Thread stevel
stevel 2002/12/29 23:17:27 Modified:java/src/org/apache/axis AxisFault.java Log: This commit to axis fault contains 4 changes -javadoc changes: updates, @since tags -bracing if() statements, minor refactoring of duplication -method to lookup any fault detail by qname -met

cvs commit: xml-axis/java/src/org/apache/axis AxisFault.java

2002-11-30 Thread dims
dims2002/11/30 15:00:10 Modified:java/src/org/apache/axis AxisFault.java Log: Fix for Bug 12818 - Wrong namespace for SOAP faultcode value Notes: - cleaned up a bit of javadoc - cleaned up imports. Revision ChangesPath 1.63 +7 -12 xml-axis/java/src/o

cvs commit: xml-axis/java/src/org/apache/axis AxisFault.java

2002-11-12 Thread stevel
stevel 2002/11/12 21:04:02 Modified:java/src/org/apache/axis AxisFault.java Log: javadoc and cleanup of one constructor through a handoff to a sibling c'tor. Revision ChangesPath 1.61 +131 -17 xml-axis/java/src/org/apache/axis/AxisFault.java Index: AxisFault.

cvs commit: xml-axis/java/src/org/apache/axis AxisFault.java

2002-10-04 Thread tomj
tomj2002/10/04 16:36:34 Modified:java/src/org/apache/axis/wsdl/symbolTable Tag: interop4 SymbolTable.java BindingEntry.java java/src/org/apache/axis/message Tag: interop4 SOAPFaultDetailsBuilder.java SOAPFault.java

cvs commit: xml-axis/java/src/org/apache/axis AxisFault.java

2002-06-22 Thread dims
dims2002/06/22 09:14:38 Modified:java/src/org/apache/axis AxisFault.java Log: Better dump for faultDetails (Got one from the IBM UDDI respoistory that was complicated) Revision ChangesPath 1.49 +1 -2 xml-axis/java/src/org/apache/axis/AxisFault.java In

cvs commit: xml-axis/java/src/org/apache/axis AxisFault.java

2002-06-03 Thread rsitze
rsitze 2002/06/03 15:30:15 Modified:java/src/org/apache/axis AxisFault.java Log: Added method to determine HttpServletResponse status code for axis fault Revision ChangesPath 1.44 +9 -0 xml-axis/java/src/org/apache/axis/AxisFault.java Index: AxisFault.ja

cvs commit: xml-axis/java/src/org/apache/axis AxisFault.java AxisEngine.java

2002-03-29 Thread gdaniels
gdaniels02/03/29 15:25:01 Modified:java/src/org/apache/axis AxisFault.java AxisEngine.java Log: Prune a little dead code Revision ChangesPath 1.41 +0 -1 xml-axis/java/src/org/apache/axis/AxisFault.java Index: AxisFault.java ==

cvs commit: xml-axis/java/src/org/apache/axis AxisFault.java

2002-02-12 Thread gdaniels
gdaniels02/02/12 14:25:25 Modified:java/src/org/apache/axis/transport/http AxisServlet.java java/src/org/apache/axis AxisFault.java Log: Do a better job of printing errors on HTTP GET requests. Revision ChangesPath 1.79 +3 -2 xml-axis/java/src/o