Update of /cvsroot/roller/roller/src/org/roller/presentation
In directory sc8-pr-cvs1:/tmp/cvs-serv26382/src/org/roller/presentation
Modified Files:
RollerContext.java
Log Message:
Let's see if this fixes ROL-251: Roller
config changes should be immediately flushed
Index: RollerContext.java
===================================================================
RCS file:
/cvsroot/roller/roller/src/org/roller/presentation/RollerContext.java,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** RollerContext.java 7 Oct 2003 03:33:24 -0000 1.58
--- RollerContext.java 11 Oct 2003 02:13:42 -0000 1.59
***************
*** 425,428 ****
--- 425,429 ----
FileOutputStream fos = new FileOutputStream( getConfigPath() );
mConfig.writeConfig( fos );
+ fos.close();
}
catch (Exception e)
***************
*** 672,675 ****
--- 673,678 ----
throws FileNotFoundException, IOException
{
+ mLogger.debug("themeName="+themeName);
+
// Load all Velocity templates from root directory of the theme
String pageName = null;
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
|