Felix Meschberger wrote:
> Hi,
> 
> This is most probably caused by a recent change in the default value for
> the JSP "development" mode flag: Previously the default value was
> "true", that is on each access to a JSP script, the last modification
> time has been checked. Now, the default value is false and hence the
> last modification time of the script is only checked every 4 seconds (by
> default).
> 
> Now, our integration tests replace JSP scripts but since the replacement
> and call happens within 4 seconds before the last call, the old contents
> is still used and hence the tests fail.
> 
> I am currently investigating what to do.
> 
It seems there is a bug in the jsp script handler - as soon as
development mode is off
it seems to not check anymore at all. At least some quick tests did show
this behaviour.

Carsten


-- 
Carsten Ziegeler
[email protected]

Reply via email to