I've also looked into modifying the isOutDated method. Currently, it is
looking at the filesystem for the jsp last modified time. The changes that
I'd like to make include getting rid of that dependency and instead look at
the url resource for the modification time.
At the bottom of this web page
Pierre et. al.,
I've updated the 3.2.1 code to support testing included files for changes when
determining wether to compile a JSP page. Do you want the code? If so,
please let me know the best format to deliver it.
Thanks,
David
Anil Vijendran wrote:
> David,
>
> Can you follow this up wit
David,
Can you follow this up with Pierre and tomcat-dev? This could probably go
into 3.3 and 4.x.
Thanks.
David Pollak wrote:
> Anil,
>
> My team has been using Tomcat and noticed that changing included files
> does not cause Tomcat to recompile the pages that include that changed
> files. I