Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2363 | minor | always | 01-23-08 17:49 | 02-07-08 12:13 | |
|
|||||
Reporter: | sam | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | urgent | OS Version: | |||
Status: | closed | Product Version: | 3.1.4 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.5 | ||
|
|||||
Summary: | 0002363: JSP recompiles because /com/caucho/jstl/fmt.tld digest is modified | ||||
Description: |
(rep by M Gleeson) When no JNI code is in use, jsp's get recompiled over and over again: [06:18:04.559] {http-resinX-8600-1} /com/caucho/jstl/fmt.tld digest is modified. [06:18:04.623] {http-resinX-8600-1} Compiling _jsp/_WEB_22dINF/_jsp/_feeds/_foo__jsp.java [06:18:05.511] {http-resinX-8600-6} /com/caucho/jstl/fmt.tld digest is modified. [06:18:05.595] {http-resinX-8600-6} Compiling _jsp/_WEB_22dINF/_jsp/_feeds/_foo__jsp.java [06:18:06.667] {http-resinX-8600-1} /com/caucho/jstl/fmt.tld digest is modified. [06:18:06.726] {http-resinX-8600-1} Compiling _jsp/_WEB_22dINF/_jsp/_feeds/_foo__jsp.java <dependency-check-interval> seems to have no effect. In the jsp, <fmt:formatDate> is being used. web.xml has <jsp> <validate-taglib-schema>true</validate-taglib-schema> <fast-jstl>false</fast-jstl> <fast-jsf>false</fast-jsf> <recompile-on-error>true</recompile-on-error> <auto-compile>true</auto-compile> </jsp> Full debug log, resin.conf, jsp, and generated java are attached as separate notes. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|