[Bug 57289] XML factories should be located using the JSTL library's ClassLoader

2014-11-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57289 Jeremy Boynes changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57290] PermittedTaglibsTLV does not reject unspecified tags in JSP Documents

2014-11-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57290 --- Comment #1 from Jeremy Boynes --- A simple JSP Document produces the following XML View: http://java.sun.com/JSP/Page"; jsp:id="0"> In this view, the 'd' and 'x' prefixes refer to tag libraries but the 'o' prefix is part of th

[Bug 57290] New: PermittedTaglibsTLV does not reject unspecified tags in JSP Documents

2014-11-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57290 Bug ID: 57290 Summary: PermittedTaglibsTLV does not reject unspecified tags in JSP Documents Product: Taglibs Version: 1.2.1 Hardware: All OS: All

svn commit: r1642617 - in /tomcat/taglibs/standard/trunk/spec/src/main/java/javax/servlet/jsp/jstl/tlv: PageParser.java ParserUtil.java PermittedTaglibsTLV.java ScriptFreeTLV.java

2014-11-30 Thread jboynes
Author: jboynes Date: Mon Dec 1 02:08:41 2014 New Revision: 1642617 URL: http://svn.apache.org/r1642617 Log: JSTL TLVs need different namespace awareness Added: tomcat/taglibs/standard/trunk/spec/src/main/java/javax/servlet/jsp/jstl/tlv/PageParser.java - copied, changed from r1642613,

[Tomcat Wiki] Trivial Update of "HowTo" by SebastianBazley

2014-11-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "HowTo" page has been changed by SebastianBazley: https://wiki.apache.org/tomcat/HowTo?action=diff&rev1=140&rev2=141 Getting a thread dump depends a lot on your environment. Pleas

svn commit: r1642613 - in /tomcat/taglibs/standard/trunk: impl/src/main/java/org/apache/taglibs/standard/tlv/ impl/src/main/java/org/apache/taglibs/standard/util/ spec/src/main/java/javax/servlet/jsp/

2014-11-30 Thread jboynes
Author: jboynes Date: Sun Nov 30 23:32:00 2014 New Revision: 1642613 URL: http://svn.apache.org/r1642613 Log: JSTL TLVs use common parser Added: tomcat/taglibs/standard/trunk/spec/src/main/java/javax/servlet/jsp/jstl/tlv/ParserUtil.java (with props) Modified: tomcat/taglibs/standard/

[Bug 57289] New: XML factories should be located using the JSTL libraries ClassLoader

2014-11-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57289 Bug ID: 57289 Summary: XML factories should be located using the JSTL libraries ClassLoader Product: Taglibs Version: 1.2.1 Hardware: All OS: All

[Bug 57289] XML factories should be located using the JSTL library's ClassLoader

2014-11-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57289 Jeremy Boynes changed: What|Removed |Added Summary|XML factories should be |XML factories should be

[Bug 56546] Improve thread trace logging in WebappClassLoader.clearReferencesThreads()

2014-11-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56546 Ahmed Hosni changed: What|Removed |Added CC||ahmedhosni...@gmail.com --- Comment

svn commit: r1642609 - in /tomcat/taglibs/standard/trunk/impl/src: main/java/org/apache/taglibs/standard/tag/common/xml/ main/java/org/apache/taglibs/standard/util/ test/java/org/apache/taglibs/standa

2014-11-30 Thread jboynes
Author: jboynes Date: Sun Nov 30 22:13:21 2014 New Revision: 1642609 URL: http://svn.apache.org/r1642609 Log: Move XmlUtil to util package as we can also use it from the TLVs Added: tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/util/XmlUtil.java - copied,

svn commit: r1642606 - in /tomcat/trunk: java/org/apache/catalina/valves/ test/org/apache/catalina/valves/ webapps/docs/config/

2014-11-30 Thread rjung
Author: rjung Date: Sun Nov 30 21:37:27 2014 New Revision: 1642606 URL: http://svn.apache.org/r1642606 Log: kkolinko review on i1642564 and 1642595: - addLocalPort => addConnectorPort - separator "," => ";" - expose addConnectorPort and invalidAuthenticationWhenDeny via JMX - add complete examp

Re: svn commit: r1642595 - in /tomcat/trunk: java/org/apache/catalina/valves/RequestFilterValve.java test/org/apache/catalina/valves/TestRequestFilterValve.java webapps/docs/config/valve.xml

2014-11-30 Thread Rainer Jung
Am 30.11.2014 um 21:13 schrieb Konstantin Kolinko: 2014-11-30 21:30 GMT+03:00 : Author: rjung Date: Sun Nov 30 18:30:47 2014 New Revision: 1642595 URL: http://svn.apache.org/r1642595 Log: Allow RemoteAddreValve and RemoteHostValve to trigger authentication instead of denying a request with a s

svn commit: r1642604 - /tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/tag/common/xml/XmlUtil.java

2014-11-30 Thread jboynes
Author: jboynes Date: Sun Nov 30 20:49:36 2014 New Revision: 1642604 URL: http://svn.apache.org/r1642604 Log: Use ClassLoader of JSTL library when locating XML factories Modified: tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/tag/common/xml/XmlUtil.java Modifi

buildbot success in ASF Buildbot on tomcat-trunk

2014-11-30 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/708 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: The AnyBranchSchedul

Re: svn commit: r1642595 - in /tomcat/trunk: java/org/apache/catalina/valves/RequestFilterValve.java test/org/apache/catalina/valves/TestRequestFilterValve.java webapps/docs/config/valve.xml

2014-11-30 Thread Konstantin Kolinko
2014-11-30 21:30 GMT+03:00 : > Author: rjung > Date: Sun Nov 30 18:30:47 2014 > New Revision: 1642595 > > URL: http://svn.apache.org/r1642595 > Log: > Allow RemoteAddreValve and RemoteHostValve to > trigger authentication instead of denying a > request with a status code. > > This only works in co

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2014-11-30 Thread Rainer Jung
Test org.apache.tomcat.websocket.TestWebSocketFrameClientSSL FAILED (in nio2) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

buildbot failure in ASF Buildbot on tomcat-trunk

2014-11-30 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/707 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1642595 - in /tomcat/trunk: java/org/apache/catalina/valves/RequestFilterValve.java test/org/apache/catalina/valves/TestRequestFilterValve.java webapps/docs/config/valve.xml

2014-11-30 Thread rjung
Author: rjung Date: Sun Nov 30 18:30:47 2014 New Revision: 1642595 URL: http://svn.apache.org/r1642595 Log: Allow RemoteAddreValve and RemoteHostValve to trigger authentication instead of denying a request with a status code. This only works in combination with preemptiveAuthentication on the app

svn commit: r1642588 - /tomcat/trunk/webapps/docs/config/valve.xml

2014-11-30 Thread rjung
Author: rjung Date: Sun Nov 30 18:17:56 2014 New Revision: 1642588 URL: http://svn.apache.org/r1642588 Log: Here it is Valve not Filter. Modified: tomcat/trunk/webapps/docs/config/valve.xml Modified: tomcat/trunk/webapps/docs/config/valve.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/w

svn commit: r1642564 - in /tomcat/trunk: java/org/apache/catalina/valves/RemoteAddrValve.java java/org/apache/catalina/valves/RemoteHostValve.java test/org/apache/catalina/valves/TestRequestFilterValv

2014-11-30 Thread rjung
Author: rjung Date: Sun Nov 30 16:43:23 2014 New Revision: 1642564 URL: http://svn.apache.org/r1642564 Log: Add optional use of connector port in allow and deny expressions for RemoteAddrValve and RemoteHostValve. For example one can let everybody access the HTTPS connector but restrict access to

svn commit: r1642554 - /tomcat/trunk/test/org/apache/catalina/valves/TestRequestFilterValve.java

2014-11-30 Thread rjung
Author: rjung Date: Sun Nov 30 15:42:08 2014 New Revision: 1642554 URL: http://svn.apache.org/r1642554 Log: Add unit tests for RemoteAddrValve and RemoteHostValve. Added: tomcat/trunk/test/org/apache/catalina/valves/TestRequestFilterValve.java (with props) Added: tomcat/trunk/test/org/apa

[Bug 57275] Constant "WriteClient failed with 1229"

2014-11-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57275 --- Comment #3 from Rainer Jung --- (In reply to optimusprimed from comment #2) > "Concerning the log level: if you choose some log level, you will always get > the messages for that log level and all more serious log levels. That's > norma