On 13/12/2013 14:35, Rémy Maucherat wrote:
> 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.

Thanks for the fix. I'll roll an RC8 later today.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to