tomj 02/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 Changes Path 1.94 +1 -1 xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java Index: AxisServlet.java =================================================================== RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java,v retrieving revision 1.93 retrieving revision 1.94 diff -u -r1.93 -r1.94 --- AxisServlet.java 15 Apr 2002 03:01:51 -0000 1.93 +++ AxisServlet.java 22 Apr 2002 21:36:31 -0000 1.94 @@ -159,7 +159,7 @@ if (param != null) { jwsClassDir = homeDir + param; } else { - jwsClassDir = context.getRealPath("/"); + jwsClassDir = webInfPath + "jwsClasses"; } }
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... dims
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... butek
- RE: cvs commit: xml-axis/java/src/org/apache/axis/transport... Glen Daniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... butek
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... tomj
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... tomj
- Re: cvs commit: xml-axis/java/src/org/apache/axis/tran... Steve Loughran
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze