svn commit: r1661637 - /tomcat/jk/trunk/xdocs/reference/apache.xml

2015-02-23 Thread rjung
Author: rjung Date: Mon Feb 23 11:03:42 2015 New Revision: 1661637 URL: http://svn.apache.org/r1661637 Log: Simplify. Modified: tomcat/jk/trunk/xdocs/reference/apache.xml Modified: tomcat/jk/trunk/xdocs/reference/apache.xml URL:

svn commit: r1661641 - in /tomcat/trunk/java/org/apache/tomcat/util/net: Nio2Endpoint.java NioEndpoint.java

2015-02-23 Thread markt
Author: markt Date: Mon Feb 23 11:20:20 2015 New Revision: 1661641 URL: http://svn.apache.org/r1661641 Log: Make initial setting of timeouts consistent across the connectors. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

svn commit: r1661632 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java

2015-02-23 Thread markt
Author: markt Date: Mon Feb 23 10:14:14 2015 New Revision: 1661632 URL: http://svn.apache.org/r1661632 Log: Fix bug that meant test always hung until the background process count reached zero. Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java Modified:

Re: Stabilizing the trunk (9.0.x) build

2015-02-23 Thread Mark Thomas
On 23/02/2015 10:40, Rémy Maucherat wrote: 2015-02-23 10:16 GMT+01:00 Mark Thomas ma...@apache.org: Given that it is my changes that have triggered the problems I think I have a responsibility to fix them (and intend to do so over) but I'm not going to say no if anyone wants to pitch in.

Re: Stabilizing the trunk (9.0.x) build

2015-02-23 Thread Rémy Maucherat
2015-02-23 10:16 GMT+01:00 Mark Thomas ma...@apache.org: Given that it is my changes that have triggered the problems I think I have a responsibility to fix them (and intend to do so over) but I'm not going to say no if anyone wants to pitch in. Therefore, I'm starting this thread so that we

svn commit: r1661636 - in /tomcat/jk/trunk/xdocs: ajp/project.xml common_howto/project.xml miscellaneous/changelog.xml miscellaneous/project.xml news/project.xml project.xml reference/project.xml webs

2015-02-23 Thread rjung
Author: rjung Date: Mon Feb 23 11:03:21 2015 New Revision: 1661636 URL: http://svn.apache.org/r1661636 Log: Standardize project name on plural. Modified: tomcat/jk/trunk/xdocs/ajp/project.xml tomcat/jk/trunk/xdocs/common_howto/project.xml

svn commit: r1661638 - /tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java

2015-02-23 Thread markt
Author: markt Date: Mon Feb 23 11:06:29 2015 New Revision: 1661638 URL: http://svn.apache.org/r1661638 Log: Fix an infinite loop. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java URL:

svn commit: r1661642 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeProcessor.java

2015-02-23 Thread markt
Author: markt Date: Mon Feb 23 11:26:56 2015 New Revision: 1661642 URL: http://svn.apache.org/r1661642 Log: Don't default to an infinite timeout for write. Generally, writes should happen (fairly) quickly. Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeProcessor.java

[GUMP@vmgump]: Project tomcat-trunk-test-nio (in module tomcat-trunk) failed

2015-02-23 Thread Bill Barker
-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150223-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv

Re: svn commit: r1661642 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeProcessor.java

2015-02-23 Thread Rémy Maucherat
2015-02-23 13:32 GMT+01:00 Mark Thomas ma...@apache.org: I'm not sure if that is fixing the symptom or the cause. I'm still seeing something going wrong with what should be a clean shutdown in TestWsWebSocketContainer.testMaxMessageSize04(). I took a look at the source for

Re: svn commit: r1661642 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeProcessor.java

2015-02-23 Thread Mark Thomas
On 23/02/2015 13:24, Rémy Maucherat wrote: 2015-02-23 13:32 GMT+01:00 Mark Thomas ma...@apache.org: I'm not sure if that is fixing the symptom or the cause. I'm still seeing something going wrong with what should be a clean shutdown in TestWsWebSocketContainer.testMaxMessageSize04(). I

svn commit: r1661670 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeProcessor.java

2015-02-23 Thread markt
Author: markt Date: Mon Feb 23 13:45:46 2015 New Revision: 1661670 URL: http://svn.apache.org/r1661670 Log: (empty) Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeProcessor.java Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeProcessor.java URL:

[Bug 57621] New: RE: Chunked encoding bug in tomcat embedded/spring MVC

2015-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57621 Bug ID: 57621 Summary: RE: Chunked encoding bug in tomcat embedded/spring MVC Product: Tomcat 7 Version: unspecified Hardware: PC OS: Linux Status: NEW

svn commit: r1661652 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeServletOutputStream.java

2015-02-23 Thread remm
Author: remm Date: Mon Feb 23 12:09:10 2015 New Revision: 1661652 URL: http://svn.apache.org/r1661652 Log: I don't really see a justification for doing a blocking write on close. The upgrade app should be responsible of the state when it closes. Modified:

Re: svn commit: r1661642 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeProcessor.java

2015-02-23 Thread Mark Thomas
On 23/02/2015 12:07, Rémy Maucherat wrote: 2015-02-23 12:26 GMT+01:00 ma...@apache.org: Author: markt Date: Mon Feb 23 11:26:56 2015 New Revision: 1661642 URL: http://svn.apache.org/r1661642 Log: Don't default to an infinite timeout for write. Generally, writes should happen (fairly)

Re: svn commit: r1661642 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeProcessor.java

2015-02-23 Thread Rémy Maucherat
2015-02-23 12:26 GMT+01:00 ma...@apache.org: Author: markt Date: Mon Feb 23 11:26:56 2015 New Revision: 1661642 URL: http://svn.apache.org/r1661642 Log: Don't default to an infinite timeout for write. Generally, writes should happen (fairly) quickly. This is messing up some tests for

[GUMP@vmgump]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2015-02-23 Thread Bill Barker
-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150223-native-src.tar.gz -Dexamples.sources.skip=true

svn commit: r1661678 - /tomcat/jk/trunk/xdocs/build.xml

2015-02-23 Thread rjung
Author: rjung Date: Mon Feb 23 14:15:50 2015 New Revision: 1661678 URL: http://svn.apache.org/r1661678 Log: - Rename style task to xslt to avoid deprecation warning - Fix some indentation Modified: tomcat/jk/trunk/xdocs/build.xml Modified: tomcat/jk/trunk/xdocs/build.xml URL:

[Bug 57625] New: tomcat.util.modeler.Registry.getMBeanServer() always gets the current system time

2015-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57625 Bug ID: 57625 Summary: tomcat.util.modeler.Registry.getMBeanServer() always gets the current system time Product: Tomcat 9 Version: unspecified Hardware: PC

[GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2015-02-23 Thread Bill Barker
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150223-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump

RE: Two serious issues have been introduced in Tomcat 7 and Tomcat 8...

2015-02-23 Thread Doug Forrest
If ServletContext.getContext(String) is actually supposed to perform prefix-mapping, then it explains why getContext(/ROOT) worked for you. getContext(/ROOT) worked just because getContext(/foobar) returns the ROOT context when there is no foobar application. There is nothing special in

Two serious issues have been introduced in Tomcat 7 and Tomcat 8...

2015-02-23 Thread Doug Forrest
The issues were introduced by r1645015 in 7.x and r1644992 in 8.x. Both issues are related to ApplicationContext.getContext(String uri). Issue 1: getContext(/ROOT) no longer works. In fact, it doesn't appear to be possible to get the ROOT context using this method any more since the literal

Re: Two serious issues have been introduced in Tomcat 7 and Tomcat 8...

2015-02-23 Thread Konstantin Kolinko
2015-02-23 21:01 GMT+03:00 Doug Forrest dforr...@opentext.com: The issues were introduced by r1645015 in 7.x and r1644992 in 8.x. Both issues are related to ApplicationContext.getContext(String uri). Issue 1: getContext(/ROOT) no longer works. In fact, it doesn't appear to be possible to

Re: Two serious issues have been introduced in Tomcat 7 and Tomcat 8...

2015-02-23 Thread Mark Thomas
On 23/02/2015 18:01, Doug Forrest wrote: The issues were introduced by r1645015 in 7.x and r1644992 in 8.x. Both issues are related to ApplicationContext.getContext(String uri). Issue 1: getContext(/ROOT) no longer works. In fact, it doesn't appear to be possible to get the ROOT context

svn commit: r1661764 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameClient.java

2015-02-23 Thread markt
Author: markt Date: Mon Feb 23 20:20:19 2015 New Revision: 1661764 URL: http://svn.apache.org/r1661764 Log: Exception should be passed to log.debug, not to sm.getString() Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameClient.java Modified:

svn commit: r1661770 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java

2015-02-23 Thread markt
Author: markt Date: Mon Feb 23 20:36:29 2015 New Revision: 1661770 URL: http://svn.apache.org/r1661770 Log: Fix hanging WebSocket unit test on Windows. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java Modified:

Re: svn commit: r1661770 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java

2015-02-23 Thread Mark Thomas
On 23/02/2015 20:36, ma...@apache.org wrote: Author: markt Date: Mon Feb 23 20:36:29 2015 New Revision: 1661770 URL: http://svn.apache.org/r1661770 Log: Fix hanging WebSocket unit test on Windows. For the record the problematic sequence was: - Client sent message - Client closed session

[Bug 57619] Memory consumption

2015-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57619 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1661810 - /tomcat/tc8.0.x/trunk/

2015-02-23 Thread markt
Author: markt Date: Mon Feb 23 22:41:51 2015 New Revision: 1661810 URL: http://svn.apache.org/r1661810 Log: Update BZ URL in properties Modified: tomcat/tc8.0.x/trunk/ (props changed) Propchange: tomcat/tc8.0.x/trunk/

svn commit: r1661811 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/loader/ java/org/apache/catalina/realm/ java/org/apache/catalina/websocket/ java/org/apache/

2015-02-23 Thread markt
Author: markt Date: Mon Feb 23 22:44:25 2015 New Revision: 1661811 URL: http://svn.apache.org/r1661811 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57611 issues.a.o - bz.a.o Modified: tomcat/tc7.0.x/trunk/STATUS.txt

svn commit: r1661812 - /tomcat/trunk/

2015-02-23 Thread markt
Author: markt Date: Mon Feb 23 22:45:02 2015 New Revision: 1661812 URL: http://svn.apache.org/r1661812 Log: Update BZ URL in properties Modified: tomcat/trunk/ (props changed) Propchange: tomcat/trunk/ -- ---

svn commit: r1661813 - /tomcat/tc7.0.x/trunk/

2015-02-23 Thread markt
Author: markt Date: Mon Feb 23 22:46:02 2015 New Revision: 1661813 URL: http://svn.apache.org/r1661813 Log: Update BZ URL in properties Modified: tomcat/tc7.0.x/trunk/ (props changed) Propchange: tomcat/tc7.0.x/trunk/

svn commit: r1661814 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/authenticator/ java/org/apache/catalina/core/ java/org/apache/catalina/realm/ java/org/apache/jasper/compiler/ java/org/apa

2015-02-23 Thread markt
Author: markt Date: Mon Feb 23 22:50:16 2015 New Revision: 1661814 URL: http://svn.apache.org/r1661814 Log: CTR. Documentation update issues.a.o - bz.a.o Modified: tomcat/tc6.0.x/trunk/RELEASE-NOTES tomcat/tc6.0.x/trunk/java/org/apache/catalina/authenticator/DigestAuthenticator.java

[Bug 57611] Update Bugzilla URL in documentation, site, etc.

2015-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57611 Mark Thomas ma...@apache.org changed: What|Removed |Added Resolution|--- |FIXED

Re: svn commit: r1661806 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/loader/ java/org/apache/catalina/realm/ java/org/apache/coyote/http11/upgrade/ java/org/apache/jasp

2015-02-23 Thread Mark Thomas
On 23/02/2015 22:36, ma...@apache.org wrote: Author: markt Date: Mon Feb 23 22:36:40 2015 New Revision: 1661806 URL: http://svn.apache.org/r1661806 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57611 issues.a.o - bz.a.o Drat. A change I was experimenting with for flushing

svn commit: r1661815 - in /tomcat/trunk/java/org/apache: coyote/http11/upgrade/UpgradeServletOutputStream.java tomcat/util/net/SocketWrapperBase.java

2015-02-23 Thread markt
Author: markt Date: Mon Feb 23 22:54:13 2015 New Revision: 1661815 URL: http://svn.apache.org/r1661815 Log: Revert flushing changes accidentally included in r1661806 Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeServletOutputStream.java

[Bug 57625] tomcat.util.modeler.Registry.getMBeanServer() always gets the current system time

2015-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57625 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1661805 - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2015-02-23 Thread markt
Author: markt Date: Mon Feb 23 22:34:57 2015 New Revision: 1661805 URL: http://svn.apache.org/r1661805 Log: issues.a.o - bz.a.o Modified: tomcat/site/trunk/docs/bugreport.html tomcat/site/trunk/docs/download-native.html tomcat/site/trunk/docs/getinvolved.html

svn commit: r1661804 - /tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java

2015-02-23 Thread markt
Author: markt Date: Mon Feb 23 22:30:24 2015 New Revision: 1661804 URL: http://svn.apache.org/r1661804 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57625 Clean-up Modified: tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java Modified:

svn commit: r1661806 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/loader/ java/org/apache/catalina/realm/ java/org/apache/coyote/http11/upgrade/ java/org/apache/jasper/c

2015-02-23 Thread markt
Author: markt Date: Mon Feb 23 22:36:40 2015 New Revision: 1661806 URL: http://svn.apache.org/r1661806 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57611 issues.a.o - bz.a.o Modified: tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java

svn commit: r1661808 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/loader/ java/org/apache/catalina/realm/ java/org/apache/jasper/compiler/ java/org/apache/jasper

2015-02-23 Thread markt
Author: markt Date: Mon Feb 23 22:40:40 2015 New Revision: 1661808 URL: http://svn.apache.org/r1661808 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57611 issues.a.o - bz.a.o Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/core/AprLifecycleListener.java

encoder/decoder and newInstance()

2015-02-23 Thread Romain Manni-Bucau
Hi guys, any reason org.apache.tomcat.websocket.WsRemoteEndpointImplBase#setEncoders doesn't use InstanceManager? Would be super nice to be able to use injections in encoders and decoders to avoid to be able to keep cache through injections wdyt? Romain Manni-Bucau @rmannibucau

svn commit: r1661613 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeServletInputStream.java

2015-02-23 Thread markt
Author: markt Date: Mon Feb 23 08:32:36 2015 New Revision: 1661613 URL: http://svn.apache.org/r1661613 Log: Trivial. Remove extra space. Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeServletInputStream.java Modified:

svn commit: r1661617 - /tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java

2015-02-23 Thread markt
Author: markt Date: Mon Feb 23 08:38:05 2015 New Revision: 1661617 URL: http://svn.apache.org/r1661617 Log: Fix indent. Modified: tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java Modified: tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java URL:

[Bug 57619] New: Memory consumption

2015-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57619 Bug ID: 57619 Summary: Memory consumption Product: Tomcat 8 Version: 8.0.18 Hardware: PC OS: Linux Status: NEW Severity: enhancement

Re: TestPojoEndpointBase failing on trunk

2015-02-23 Thread Mark Thomas
On 22/02/2015 22:29, Jeremy Boynes wrote: There are still some strange failures on Gump that I don't understand at all. Any help investigating those would be much appreciated. Thanks, this one is passing now. However, I’m seeing some other tests failing: test: [concat] Testsuites with

Re: Reg: Bug 56438

2015-02-23 Thread Pravallika Peddi
Sure Mark. I am doing the research. On Thu, Feb 19, 2015 at 3:11 PM, Mark Thomas ma...@apache.org wrote: On 19/02/2015 07:17, Pravallika Peddi wrote: Hi Mark, Below are my observations during my research on the bug: 1) I downloaded recent trunk and ran the ant command so that the

Stabilizing the trunk (9.0.x) build

2015-02-23 Thread Mark Thomas
Given that it is my changes that have triggered the problems I think I have a responsibility to fix them (and intend to do so over) but I'm not going to say no if anyone wants to pitch in. Therefore, I'm starting this thread so that we can co-ordinate work on fixing the various failures being

svn commit: r1661631 - in /tomcat/jk/trunk/xdocs: ./ ajp/ common_howto/ generic_howto/ miscellaneous/ news/ reference/ webserver_howto/

2015-02-23 Thread rjung
Author: rjung Date: Mon Feb 23 10:02:52 2015 New Revision: 1661631 URL: http://svn.apache.org/r1661631 Log: Reorg mod_jk docs: - Menu item Generic HowTo - Common HowTo - plus dir and links generic_howto - common_howto - User friendly ordering: first HowTos, then Reference Added:

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-apr (in module tomcat-8.0.x) failed

2015-02-23 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc8.0.x-test-apr has an issue affecting its community

[GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2015-02-23 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-apr has an issue affecting its community integration.

[Bug 57626] New: IllegalStateException: zip file closed

2015-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57626 Bug ID: 57626 Summary: IllegalStateException: zip file closed Product: Tomcat 8 Version: 8.0.18 Hardware: PC OS: Linux Status: NEW Severity: major

[GUMP@vmgump]: Project tomcat-trunk-test-nio (in module tomcat-trunk) failed

2015-02-23 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-nio has an issue affecting its community integration.

[Bug 57617] File upload error reporting behaviour changed

2015-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57617 Oliver Henlich oliver.henl...@unimarket.com changed: What|Removed |Added Version|unspecified |7.0.59

[GUMP@vmgump]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2015-02-23 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-nio2 has an issue affecting its community integration.

[Bug 57626] IllegalStateException: zip file closed

2015-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57626 Kenny Moens kenny.mo...@cipal.be changed: What|Removed |Added CC||kenny.mo...@cipal.be

[Bug 57627] New: JSP recompilation process confused when tags refer to other tags

2015-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57627 Bug ID: 57627 Summary: JSP recompilation process confused when tags refer to other tags Product: Tomcat 8 Version: 8.0.18 Hardware: PC OS: Linux

[Bug 57627] JSP recompilation process confused when tags refer to other tags

2015-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57627 Kenny Moens kenny.mo...@cipal.be changed: What|Removed |Added CC||kenny.mo...@cipal.be