saokar / urlrewritefilter

Automatically exported from code.google.com/p/urlrewritefilter
Other
0 stars 0 forks source link

Config file does not reload once an error in loading occurs #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If the config file has been modified (with confReloadCheckEnabled set to
true) and the rules cannot be parsed/loaded, the variable
confReloadInProgress is not set to false. Due to this, the config file
never loads again, even though the errors have been rectified.
This basically leaves no room for the URF to reload the file once loading
fails.

Original issue reported on code.google.com by avl...@gmail.com on 6 Jan 2010 at 5:30

GoogleCodeExporter commented 9 years ago
Adding a patch to catch all runtime exceptions thrown during reload of modified 
URF
conf (xml as well as mod_rewrite style) file. This patch would now cause URF to
reload the file once it has again been modified.

If there aren't any objections, I plan to commit this in a day or two.

Original comment by avl...@gmail.com on 13 Feb 2010 at 8:36

Attachments:

GoogleCodeExporter commented 9 years ago
No objections here.  I've applied the patch.  Thanks!

Original comment by p...@tuckey.org on 25 Jun 2012 at 10:53