kpiroumian 2002/12/17 03:09:32
Modified: src/java/org/apache/cocoon/reading Tag: cocoon_2_0_3_branch
JSPReader.java
Log:
Removed superfluous logging and System.out.println.
Revision Changes Path
No revision
No revision
1.4.2.2 +1 -9
xml-cocoon2/src/java/org/apache/cocoon/reading/Attic/JSPReader.java
Index: JSPReader.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/reading/Attic/JSPReader.java,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -r1.4.2.1 -r1.4.2.2
--- JSPReader.java 22 Apr 2002 11:17:00 -0000 1.4.2.1
+++ JSPReader.java 17 Dec 2002 11:09:32 -0000 1.4.2.2
@@ -110,14 +110,6 @@
// FIXME (KP): Should we exclude not supported protocols, say 'context'?
String url = this.source;
- // -- debug info --
- Source src = resolver.resolve(url);
- System.out.println("Resolved to: " + src);
- java.net.URL resURL = httpContext.getResource(".");
- System.out.println(". resource is: " + resURL);
- // -- end debug --
-
-
// absolute path is processed as is
if (!url.startsWith("/")) {
// get current request path
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]