Summary: | JspC : checking uriRoot option validness | ||
---|---|---|---|
Product: | Tomcat 7 | Reporter: | Eugene Chung (TmaxSoft) <bluewolf.chung> |
Component: | Jasper | Assignee: | Tomcat Developers Mailing List <dev> |
Status: | RESOLVED FIXED | ||
Severity: | trivial | ||
Priority: | P2 | ||
Version: | trunk | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | Linux |
Description
Eugene Chung (TmaxSoft)
2012-02-26 07:41:43 UTC
And !uriRootF.exists() || !uriRootF.isDirectory() is redundant. isDirectory() checks existence, too. Thanks for the report and the suggested fix. This issue has been fixed in trunk and 7.0.x and will be included in 7.0.27 onwards. |