Re: cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2003-02-01 Thread Steve Loughran
- Original Message - From: "Glen Daniels" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 01, 2003 14:47 Subject: RE: cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java > > Actually, I don't think everythi

RE: cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2003-02-01 Thread Glen Daniels
ntext (i.e. when debugging on the console, for instance) it isn't much use to escape the string, IMHO. --Glen > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 01, 2003 4:03 PM > To: [EMAIL PROTECTED] > Subject: cvs

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2003-02-01 Thread stevel
stevel 2003/02/01 13:03:01 Modified:java/src/org/apache/axis AxisFault.java java/src/org/apache/axis/transport/http AxisServlet.java Log: changing how we escape xml in dump to string, as per Glen's -0: -there is only one dumpToString() method; everything gets esc

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2003-01-16 Thread stevel
stevel 2003/01/16 15:54:25 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: adding a space to the message Revision ChangesPath 1.156 +1 -1 xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java Index: AxisServlet.java ===

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2003-01-15 Thread stevel
stevel 2003/01/15 15:31:51 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: bug 16147; faults are only written to HTML in one place, and we use the new AxisFault.dumpFault(boolean) method to escape them; same for the localised mesage. Revision Changes

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2003-01-03 Thread stevel
stevel 2003/01/03 00:19:38 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: Big changes to servlet fault handing 0. exceptions are logged to their own log, for easier config 1. AxisFaults are logged at debug level only 2. AxisFaults get their stack tra

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-11-20 Thread stevel
stevel 2002/11/20 12:10:45 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: adding helper message for GET on JWS, not by working out whether there is a jws file there (which could be done, I suppose), but by pointing the user at the WSDL file. Also implemente

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-10-23 Thread stevel
stevel 2002/10/23 11:06:20 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: slightly more helpful tracing and responses when something is awry with WSDL generation. Now callers can differentiate between no-service and bad-server-config Revision Changes

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java ServletEndpointContextImpl.java

2002-09-25 Thread rsitze
rsitze 2002/09/25 13:54:36 Modified:java/src/org/apache/axis/transport/http AxisServlet.java ServletEndpointContextImpl.java Log: Bugzilla 12972: correct servlet context behaviour in session scope. Revision ChangesPath 1.145 +1 -5 xml-a

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-09-25 Thread dims
dims2002/09/25 11:21:28 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: Calling getContentType immediately shakes out serialization errors Fix for 10585 - No serializer error is generated Revision ChangesPath 1.144 +9 -4 xml-

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-06-27 Thread stevel
stevel 2002/06/27 15:44:13 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: costin's logging of times Revision ChangesPath 1.119 +30 -3 xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java Index: AxisServlet.java ==

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-06-21 Thread dims
dims2002/06/21 12:48:40 Modified:java/src/org/apache/axis MessageContext.java java/src/org/apache/axis/handlers/soap SOAPService.java java/src/org/apache/axis/message BodyBuilder.java RPCElement.java java/src/org/a

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-06-18 Thread dims
dims2002/06/18 08:12:25 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: - Fix for Bug 9817 (Race condition exists in AxisServlet) - Remove redundant extra code. Revision ChangesPath 1.115 +21 -32 xml-axis/java/src/org/apache/axis/tran

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-06-10 Thread rsitze
rsitze 2002/06/10 16:45:55 Modified:java/src/org/apache/axis/utils Admin.java java/src/org/apache/axis/transport/http AxisServlet.java Log: Correct to maintain legacy test-logic Revision ChangesPath 1.113 +1 -1 xml-axis/java/src/org/apache/axis/u

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-06-05 Thread rsitze
rsitze 2002/06/05 14:49:20 Modified:java/src/org/apache/axis AxisFault.java ConfigurationException.java java/src/org/apache/axis/utils JavaUtils.java java/src/org/apache/axis/deployment/wsdd WSDDDeployableIte

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-06-04 Thread rsitze
rsitze 2002/06/04 13:35:42 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: Minor readability refactoring Revision ChangesPath 1.106 +12 -10 xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java Index: AxisServlet.java ==

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-06-03 Thread rsitze
rsitze 2002/06/03 15:44:42 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: Remove tabs, fix line lengths (long lines) Revision ChangesPath 1.105 +202 -149 xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java Index: AxisServ

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-06-03 Thread rsitze
rsitze 2002/06/03 15:31:44 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: String literals to constants, general refactoring to make more readable and improve exception handling. Revision ChangesPath 1.104 +335 -318 xml-axis/java/src/org/

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-05-17 Thread rsitze
rsitze 02/05/17 11:19:39 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: Correct improper overload & use factory for hook as intended. Revision ChangesPath 1.102 +5 -11 xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-05-14 Thread rsitze
rsitze 02/05/14 16:24:03 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: Added hooks to facilitate use as a derived class. Revision ChangesPath 1.101 +11 -5 xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java Index: Axi

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-05-14 Thread rsitze
rsitze 02/05/14 16:15:26 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: Added hooks to facilitate using as a derived class. Revision ChangesPath 1.100 +245 -203 xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java Index: A

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-05-09 Thread rsitze
rsitze 02/05/09 11:31:58 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: Replace string literal with string constant. Revision ChangesPath 1.99 +4 -4 xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java Index: AxisSer

Re: cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-05-03 Thread Steve Loughran
And that's why its good to run axis inside a web app w/ directory browsing turned on :) - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 7:42 AM Subject: cvs commit: xml-axis/java/src/org/apache/axis/transport/http

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-05-03 Thread tomj
tomj02/05/03 07:42:40 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: Added missing file seperator character to default JWS class directory. Revision ChangesPath 1.97 +1 -1 xml-axis/java/src/org/apache/axis/transport/http/AxisServlet

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-04-24 Thread rsitze
rsitze 02/04/24 09:12:08 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: log errors with NLS Revision ChangesPath 1.96 +3 -3 xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java Index: AxisServlet.java ==

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-04-23 Thread rsitze
rsitze 02/04/23 14:07:53 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: Log errors as errors, not debug Revision ChangesPath 1.95 +5 -3 xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java Index: AxisServlet.java ==

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-04-22 Thread tomj
tomj02/04/22 14:36:31 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: Fix bug 7601: The generated class files from JWS pages can be downloaded if you ask for them Make the default JWS class output directory be WEB-INF/jwsClasses. Revision Chan

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-04-11 Thread gdaniels
gdaniels02/04/11 16:28:01 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: JWS mappings will have pathInfo=="", so make sure we catch them. Revision ChangesPath 1.92 +3 -2 xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-03-28 Thread gdaniels
gdaniels02/03/28 16:01:26 Modified:java/src/org/apache/axis EngineConfiguration.java java/src/org/apache/axis/configuration FileProvider.java NullProvider.java SimpleProvider.java java/src/org/apache/axis/deployment/wsdd WSDDDeployme

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-03-21 Thread butek
butek 02/03/21 08:19:09 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: I backed out my 'fix' to get rid of a deprecation warning. I also added a comment to make sure no-one else does what I just did. Revision ChangesPath 1.90 +7 -1

RE: cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-03-21 Thread Russell Butek
TECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: RE: cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java Are you sure this works, Russell? We've gone back and forth on this one three times now. Clear

RE: cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-03-21 Thread Glen Daniels
21, 2002 9:13 AM > To: [EMAIL PROTECTED] > Subject: cvs commit: xml-axis/java/src/org/apache/axis/transport/http > AxisServlet.java > > > butek 02/03/21 06:13:18 > > Modified:java/src/org/apache/axis/transport/http > AxisServlet.java > Log: >

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-03-21 Thread butek
butek 02/03/21 06:13:18 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: Remove deprecation warning. Revision ChangesPath 1.89 +1 -2 xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java Index: AxisServlet.java ==

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-03-08 Thread gdaniels
gdaniels02/03/08 08:32:04 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: Fix for fault code equality check, submitted by Adam Leggett. Also remove print of configPath, which is a small but real security hole (gives away absolute paths on server).

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-02-27 Thread gdaniels
gdaniels02/02/27 10:29:35 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: *with* the import statement this time. :) Revision ChangesPath 1.87 +1 -0 xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java Index: AxisServlet

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-02-27 Thread gdaniels
gdaniels02/02/27 10:28:24 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: Replace old version of getRequestURL code - the 1.85 version breaks with pre-2.3 servlet.jars. It would have been nice to put a comment about this change in the log entry for 1.

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-02-21 Thread dims
dims02/02/21 12:50:27 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: Patch from "David L. Cole" <[EMAIL PROTECTED]>" for exceptions in Weblogic. Revision ChangesPath 1.83 +3 -1 xml-axis/java/src/org/apache/axis/transport/http/AxisSe

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-02-15 Thread gdaniels
gdaniels02/02/15 12:12:33 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: Find the correct endpoint URL (this uses a deprecated API, but the "new" version didn't seem to work!) Revision ChangesPath 1.81 +2 -3 xml-axis/java/src/org/apac

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-02-08 Thread butek
butek 02/02/08 14:25:01 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: (OOPS! Missed one!) Improve performance of Call/MessageContext properties in 3 steps: 1. (done in earlier commit) Turn the common properties into accessors while still maki

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java SimpleAxisServer.java

2002-02-04 Thread gdaniels
gdaniels02/02/04 15:34:10 Modified:java/src/org/apache/axis Constants.java java/src/org/apache/axis/handlers JWSProcessor.java java/src/org/apache/axis/transport/http AxisServlet.java SimpleAxisServer.java Log: Improve customized

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-02-04 Thread rineholt
rineholt02/02/04 12:19:06 Modified:java/src/org/apache/axis AxisEngine.java MessageContext.java java/src/org/apache/axis/attachments ManagedMemoryDataSource.java java/src/org/apache/axis/server DefaultAxisServ

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java SimpleAxisServer.java

2002-02-04 Thread gdaniels
gdaniels02/02/04 06:51:58 Modified:java/src/org/apache/axis Constants.java java/src/org/apache/axis/handlers JWSProcessor.java java/src/org/apache/axis/transport/http AxisServlet.java SimpleAxisServer.java Log: Allow the system p