Issue 391 -- don't cache resource in dev mode
Updated 1 year, 10 months ago
| David Pollak | Reviewers | ||
| dpp, marius, charles, joni, atsuhiko, jorge, naftoli, kris, indrajit, alexb, dlouwers, mstarzyk, rmellgren, jhoffman, probinett, jmadsen, mhartmann, jstrachan, jgoday | |||
| None | LiftWeb-archive | ||
https://liftweb.assembla.com/spaces/liftweb/tickets/391-in-development-mode--resourcebundles-should-be-reloaded-when-changed dpp_issue_391 Don't cache resource bundles in dev mode
None
Posted 1 year, 10 months ago (March 16th, 2010, 12:33 a.m.)
-
framework/lift-base/lift-webkit/src/main/scala/net/liftweb/http/S.scala (Diff revision 1) -
clearCache is a Java 1.6 method. How do we handle this?
Review request changed
Updated 1 year, 10 months ago (March 16th, 2010, 12:33 p.m.)
-
- added Diff r2
Using reflection so it'll work on JDK 1.6 and compile on JDK 1.5
