2013/12/13 Violeta Georgieva <miles...@gmail.com>

> I found another issue:
> If a tag file is placed in a jar file in WEB-INF/lib and then is used, the
> The change in the code is introduced with r1541960
>
> Besides that the message is wrong because we check only for WEB-INF/tags
> [1], what should be done in addition?
>
> [1]
> org.apache.jasper.compiler.TagLibraryInfoImpl.createTagFileInfo(TagFileXml,
> Jar)
>
> 286        } else if (!path.startsWith("/WEB-INF/tags")) {
> 287            err.jspError("jsp.error.tagfile.illegalPath", path);
> 288        }
>

It looks like the condition was not refactored correctly.

Rémy

Reply via email to