- 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
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
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
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
===
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
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
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
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
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
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-
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
==
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
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
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
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
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
==
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
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/
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
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
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
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
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
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
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
==
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
==
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
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
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
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
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
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:
>
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
==
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).
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
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.
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
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
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
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
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
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
42 matches
Mail list logo