Author: remy.maucherat(a)jboss.com
Date: 2007-11-29 11:10:02 -0500 (Thu, 29 Nov 2007)
New Revision: 356
Modified:
trunk/java/org/apache/catalina/core/StandardContext.java
Log:
- Expose filesystem flag, just in case it becomes needed.
Modified: trunk/java/org/apache/catalina/core/StandardContext.java
===================================================================
--- trunk/java/org/apache/catalina/core/StandardContext.java 2007-11-28 17:03:09 UTC (rev
355)
+++ trunk/java/org/apache/catalina/core/StandardContext.java 2007-11-29 16:10:02 UTC (rev
356)
@@ -854,6 +854,16 @@
/**
+ * Force setting if filesystem based.
+ */
+ public void setFilesystemBased(boolean filesystemBased) {
+
+ this.filesystemBased = filesystemBased;
+
+ }
+
+
+ /**
* Return the set of initialized application event listener objects,
* in the order they were specified in the web application deployment
* descriptor, for this application.