svn commit: r1721314 - in /tomcat/trunk/java/org/apache/catalina: ant/AbstractCatalinaTask.java servlets/DefaultServlet.java

2015-12-21 Thread violetagg
Author: violetagg Date: Tue Dec 22 07:53:35 2015 New Revision: 1721314 URL: http://svn.apache.org/viewvc?rev=1721314&view=rev Log: Followup to r1721311 Modified: tomcat/trunk/java/org/apache/catalina/ant/AbstractCatalinaTask.java tomcat/trunk/java/org/apache/catalina/servlets/DefaultServl

svn commit: r1721312 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/ant/AbstractCatalinaTask.java java/org/apache/catalina/servlets/DefaultServlet.java java/org/apache/jasper/compiler/JDTComp

2015-12-21 Thread violetagg
Author: violetagg Date: Tue Dec 22 07:28:08 2015 New Revision: 1721312 URL: http://svn.apache.org/viewvc?rev=1721312&view=rev Log: Merged revision 1721311 from tomcat/trunk: Close streams Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/ant/A

svn commit: r1721311 - in /tomcat/trunk/java/org/apache: catalina/ant/AbstractCatalinaTask.java catalina/servlets/DefaultServlet.java jasper/compiler/JDTCompiler.java

2015-12-21 Thread violetagg
Author: violetagg Date: Tue Dec 22 07:23:03 2015 New Revision: 1721311 URL: http://svn.apache.org/viewvc?rev=1721311&view=rev Log: Close streams Modified: tomcat/trunk/java/org/apache/catalina/ant/AbstractCatalinaTask.java tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

svn commit: r1721310 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml

2015-12-21 Thread violetagg
Author: violetagg Date: Tue Dec 22 07:13:48 2015 New Revision: 1721310 URL: http://svn.apache.org/viewvc?rev=1721310&view=rev Log: Merged revision 1721307 from tomcat/trunk: Update changelog Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xm

svn commit: r1721308 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml

2015-12-21 Thread violetagg
Author: violetagg Date: Tue Dec 22 07:11:09 2015 New Revision: 1721308 URL: http://svn.apache.org/viewvc?rev=1721308&view=rev Log: Merged revision 1721307 from tomcat/trunk: Update changelog Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/changelog.xm

svn commit: r1721307 - /tomcat/trunk/webapps/docs/changelog.xml

2015-12-21 Thread violetagg
Author: violetagg Date: Tue Dec 22 07:08:14 2015 New Revision: 1721307 URL: http://svn.apache.org/viewvc?rev=1721307&view=rev Log: Update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tr

svn commit: r1721306 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/mbeans/GlobalResourcesLifecycleListener.java

2015-12-21 Thread violetagg
Author: violetagg Date: Tue Dec 22 07:04:00 2015 New Revision: 1721306 URL: http://svn.apache.org/viewvc?rev=1721306&view=rev Log: Merged revision 1721303 from tomcat/trunk: MBeanUtils.createMBean cannot return NULL. The method will throw exception if the mbean cannot be created or registered. M

svn commit: r1721305 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/mbeans/GlobalResourcesLifecycleListener.java

2015-12-21 Thread violetagg
Author: violetagg Date: Tue Dec 22 07:02:58 2015 New Revision: 1721305 URL: http://svn.apache.org/viewvc?rev=1721305&view=rev Log: Merged revision 1721303 from tomcat/trunk: MBeanUtils.createMBean cannot return NULL. The method will throw exception if the mbean cannot be created or registered. M

svn commit: r1721303 - /tomcat/trunk/java/org/apache/catalina/mbeans/GlobalResourcesLifecycleListener.java

2015-12-21 Thread violetagg
Author: violetagg Date: Tue Dec 22 07:00:40 2015 New Revision: 1721303 URL: http://svn.apache.org/viewvc?rev=1721303&view=rev Log: MBeanUtils.createMBean cannot return NULL. The method will throw exception if the mbean cannot be created or registered. Modified: tomcat/trunk/java/org/apache/

[GitHub] tomcat pull request: Change response character encoding

2015-12-21 Thread ukari
Github user ukari commented on the pull request: https://github.com/apache/tomcat/pull/25#issuecomment-166529165 I get it, but it won't work for application/json due to this line ```java if (ct != null && ct.startsWith("text/")) { ``` --- If your project is set up for i

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-bio (in module tomcat-7.0.x) failed

2015-12-21 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20151221.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/wo

[GitHub] tomcat pull request: Change response character encoding

2015-12-21 Thread wenjiezhang2013
Github user wenjiezhang2013 commented on the pull request: https://github.com/apache/tomcat/pull/25#issuecomment-166470358 @violetagg is right, it clearly says so from the code ```java @Override public void setContentType(String ct) { if (c

[Bug 58758] New: JDBC Connection Pool exh

2015-12-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58758 Bug ID: 58758 Summary: JDBC Connection Pool exh Product: Tomcat 7 Version: 7.0.52 Hardware: HP OS: Linux Status: NEW Severity: major Priority:

[GitHub] tomcat pull request: Change response character encoding

2015-12-21 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/25 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

[GitHub] tomcat pull request: Change response character encoding

2015-12-21 Thread violetagg
Github user violetagg commented on the pull request: https://github.com/apache/tomcat/pull/25#issuecomment-166293296 Ok, I understand now ... You misunderstood the usage of that filter ... It is specified in the documentation [1]: "encoding - Name of the c

svn commit: r1721111 - /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/StaticMembershipInterceptor.java

2015-12-21 Thread markt
Author: markt Date: Mon Dec 21 09:34:29 2015 New Revision: 172 URL: http://svn.apache.org/viewvc?rev=172&view=rev Log: whitespace police Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/StaticMembershipInterceptor.java Modified: tomcat/trunk/java/org/apache