On 26/08/2012 22:23, Mark Thomas wrote:
> On 26/08/2012 22:16, Konstantin Kolinko wrote:
>> 2012/8/27  <ma...@apache.org>:
>>> Author: markt
>>> Date: Sun Aug 26 20:29:27 2012
>>> New Revision: 1377511
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1377511&view=rev
>>> Log:
>>> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53737
>>> Access JSP configuration information via the ServletContext rather than 
>>> re-parsing web.xml
>>>
>>> Modified:
>>>     tomcat/tc7.0.x/trunk/   (props changed)
>>>     tomcat/tc7.0.x/trunk/java/org/apache/jasper/compiler/JspConfig.java
>>>     
>>> tomcat/tc7.0.x/trunk/java/org/apache/jasper/compiler/TldLocationsCache.java
>>>     tomcat/tc7.0.x/trunk/java/org/apache/jasper/compiler/WebXml.java
>>>     tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
>>>
>>
>> I have not tested yet, but there are two things that I wonder
>> regarding this change
>>
>> 1) Is JspC still working?
>>
>>  It uses JspCServletContext which implementation of
>> #getJspConfigDescriptor() always returns null.
> 
> I haven't tested that. On the face of it, this change may need to be
> reverted / modified.

I don't see a quick way around this problem and I'd rather get 7.0.30
out. I'll revert this change in 7.0.x and trunk.

Mark

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

Reply via email to