* src/java/org/apache/turbine/pipeline/TurbinePipeline.java CLASSIC_PIPELINE: Correct the case of the WEB-INF directory containing the pipeline descriptor (lower to upper, as per the Servlet specification).
Including a change log message of that format with your patch is appreciated.
Peter Courcoux wrote:
The patch fixes a path which Linux doesn't like. I believe that the patch should be ok with Windows as well.
Thanks
Peter
Index: TurbinePipeline.java
===================================================================
retrieving revision 1.1
diff -u -r1.1 TurbinePipeline.java
--- TurbinePipeline.java 23 Feb 2004 20:35:05 -0000 1.1
+++ TurbinePipeline.java 4 Apr 2004 19:14:48 -0000
@@ -73,7 +73,7 @@
* The "Turbine Classic" pipeline.
*/
public static String CLASSIC_PIPELINE = - "web-inf/conf/turbine-classic-pipeline.xml";
+ "WEB-INF/conf/turbine-classic-pipeline.xml";
/**
* Name of this pipeline.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
