kpiroumian 2002/12/17 03:08:49
Modified: src/blocks/jsp/java/org/apache/cocoon/reading JSPReader.java
Log:
Removed superfluous logging and System.out.println.
Revision Changes Path
1.2 +1 -14
xml-cocoon2/src/blocks/jsp/java/org/apache/cocoon/reading/JSPReader.java
Index: JSPReader.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/blocks/jsp/java/org/apache/cocoon/reading/JSPReader.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- JSPReader.java 3 Dec 2002 17:08:12 -0000 1.1
+++ JSPReader.java 17 Dec 2002 11:08:49 -0000 1.2
@@ -100,19 +100,6 @@
// FIXME (KP): Should we exclude not supported protocols, say 'context'?
String url = this.source;
- // -- debug info --
- Source src = null;
- try {
- src = resolver.resolveURI(url);
- System.out.println("Resolved to: " + src);
- java.net.URL resURL = httpContext.getResource(".");
- System.out.println(". resource is: " + resURL);
- } finally {
- resolver.release( src );
- }
- // -- 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]