svn commit: r1749635 - in /tomcat/site/trunk: docs/migration-85.html docs/migration-9.html xdocs/migration-85.xml xdocs/migration-9.xml

2016-06-21 Thread kfujino
Author: kfujino Date: Wed Jun 22 06:02:39 2016 New Revision: 1749635 URL: http://svn.apache.org/viewvc?rev=1749635&view=rev Log: Add description about removal of SessionManager attributes to the migration guides. Modified: tomcat/site/trunk/docs/migration-85.html tomcat/site/trunk/docs/m

RE: CVE-2016-3092: Apache Commons Fileupload information disclosure vulnerability

2016-06-21 Thread Chinoy Gupta
What about 8.5.x branch? Is that also affected. And I am not able to see this update on Tomcat security page. Any reasons for that? Regards, Chinoy -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, June 21, 2016 3:23 PM To: us...@tomcat.apache.org; dev@tomcat

Memory problems caused by the messageBufferText CharBuffer in WSFrameBase.java

2016-06-21 Thread Afaf Zahkya
You get a 4 MB buffer immediately and it stays there as long as your connection is alive. But as Mark replied, this thread belongs in the user mailing list because if you are gonna have a buffer bigger than the default, perhaps you are better off using the partial message handler.What's annoying in

[Bug 56026] RemoteEndpoint.Async#sendText(String, SendHandler) not thread safe

2016-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56026 --- Comment #13 from a...@bgprotect.com --- I've ran into this issue too and I must say that although tomcat's current behavior doesn't directly contradict the standard, it's very unexpected and goes against simple common sense. This is an async

Re: Memory problems caused by the messageBufferText CharBuffer in WSFrameBase.java

2016-06-21 Thread Christopher Schultz
Afaf, On 6/21/16 8:46 AM, Afaf Zahkya wrote: > Hello, > > I m using tomcat 8.0.21. > > I want to send *up* to 4 MB of text messages through a websocket connection > to my tomcat server. I set the MaxTextMessageBufferSize to 4 MB.Now as a > result, every time I open a websocket connection and I

[Bug 59715] Getting ClassCircularityError on using javaagent in Catalina.bat and application is using custom SecurityManager.

2016-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59715 Christopher Schultz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1749565 - /tomcat/tc8.5.x/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java

2016-06-21 Thread remm
Author: remm Date: Tue Jun 21 16:05:58 2016 New Revision: 1749565 URL: http://svn.apache.org/viewvc?rev=1749565&view=rev Log: Fix for a lame checkstyle rule. Modified: tomcat/tc8.5.x/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java Modified: tomcat/tc8.5.x/trun

buildbot failure in on tomcat-trunk

2016-06-21 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1462 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler schedu

svn commit: r1749560 - in /tomcat/trunk/java/org/apache/tomcat/websocket/server: WsRemoteEndpointImplServer.java WsServerContainer.java

2016-06-21 Thread remm
Author: remm Date: Tue Jun 21 15:47:20 2016 New Revision: 1749560 URL: http://svn.apache.org/viewvc?rev=1749560&view=rev Log: Fix for a lame checkstyle rule. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java tomcat/trunk/java/org/apache/tomcat

svn commit: r1749509 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/websocket/server/ webapps/docs/

2016-06-21 Thread markt
Author: markt Date: Tue Jun 21 13:45:35 2016 New Revision: 1749509 URL: http://svn.apache.org/viewvc?rev=1749509&view=rev Log: Now the WebSocket implementation is not built directly on top of the Servlet API and can use Tomcat internals, there is no need for the dedicated WebSocket executor. Mo

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

2016-06-21 Thread markt
Author: markt Date: Tue Jun 21 13:45:02 2016 New Revision: 1749508 URL: http://svn.apache.org/viewvc?rev=1749508&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/trunk/

svn commit: r1749506 - in /tomcat/trunk: java/org/apache/tomcat/websocket/server/ webapps/docs/

2016-06-21 Thread markt
Author: markt Date: Tue Jun 21 13:40:32 2016 New Revision: 1749506 URL: http://svn.apache.org/viewvc?rev=1749506&view=rev Log: Now the WebSocket implementation is not built directly on top of the Servlet API and can use Tomcat internals, there is no need for the dedicated WebSocket executor. Mo

Re: Memory problems caused by the messageBufferText CharBuffer in WSFrameBase.java

2016-06-21 Thread Mark Thomas
On 21/06/2016 13:46, Afaf Zahkya wrote: > Hello, > > I m using tomcat 8.0.21. > > I want to send *up* to 4 MB of text messages through a websocket connection > to my tomcat server. I set the MaxTextMessageBufferSize to 4 MB.Now as a > result, every time I open a websocket connection and I send a

Memory problems caused by the messageBufferText CharBuffer in WSFrameBase.java

2016-06-21 Thread Afaf Zahkya
Hello, I m using tomcat 8.0.21. I want to send *up* to 4 MB of text messages through a websocket connection to my tomcat server. I set the MaxTextMessageBufferSize to 4 MB.Now as a result, every time I open a websocket connection and I send a message , I can see that 4 MB are being allocated in

Re: CVE-2016-3092: Apache Commons Fileupload information disclosure vulnerability

2016-06-21 Thread Jochen Wiedmann
Thanks for forwarding. I hope, that everything is alright with the announcement? On Tue, Jun 21, 2016 at 11:53 AM, Mark Thomas wrote: > > Original Message > From: Jochen Wiedmann > Sent: 21 June 2016 10:18:15 BST > To: priv...@commons.apache.org, "secur...@apache.org" , > Tom

buildbot success in on tomcat-trunk

2016-06-21 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1460 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

Fwd: CVE-2016-3092: Apache Commons Fileupload information disclosure vulnerability

2016-06-21 Thread Mark Thomas
Original Message From: Jochen Wiedmann Sent: 21 June 2016 10:18:15 BST To: priv...@commons.apache.org, "secur...@apache.org" , Tomcat Security List , annou...@apache.org, Apache Commons Developers List Subject: CVE-2016-3092: Apache Commons Fileupload information disclosure

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

2016-06-21 Thread Bill Barker
lic/workspace/apache-commons/daemon/dist/commons-daemon-20160621.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps -Dtest.excludePerformance=true -Dhamcrest.jar=/srv/gump/packag

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

2016-06-21 Thread Bill Barker
t-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20160621-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dt

[ANN] Apache Tomcat 7.0.70 released

2016-06-21 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.70. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and improvement

[Bug 59715] Getting ClassCircularityError on using javaagent in Catalina.bat and application is using custom SecurityManager.

2016-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59715 --- Comment #2 from Dipankar Datta --- I have upgraded Tomcat from 7.0.26 to 7.0.69 but still the issue exists. -- You are receiving this mail because: You are the assignee for the bug. ---

svn commit: r1749466 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/SSLHostConfig.java java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java

2016-06-21 Thread markt
Author: markt Date: Tue Jun 21 08:36:59 2016 New Revision: 1749466 URL: http://svn.apache.org/viewvc?rev=1749466&view=rev Log: Follow-up to r1749374 Use getters since various defaults are applied in the getters Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/or

svn commit: r1749465 - in /tomcat/trunk/java/org/apache/tomcat/util/net: SSLHostConfig.java SSLHostConfigCertificate.java

2016-06-21 Thread markt
Author: markt Date: Tue Jun 21 08:35:53 2016 New Revision: 1749465 URL: http://svn.apache.org/viewvc?rev=1749465&view=rev Log: Follow-up to r1749373 Use getters since various defaults are applied in the getters Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfig.java tomc

svn commit: r14069 - /release/tomcat/tomcat-7/v7.0.69/

2016-06-21 Thread violetagg
Author: violetagg Date: Tue Jun 21 08:31:57 2016 New Revision: 14069 Log: Remove 7.0.69 Removed: release/tomcat/tomcat-7/v7.0.69/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

svn commit: r1749463 - in /tomcat/site/trunk/docs/tomcat-7.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2016-06-21 Thread violetagg
Author: violetagg Date: Tue Jun 21 08:28:46 2016 New Revision: 1749463 URL: http://svn.apache.org/viewvc?rev=1749463&view=rev Log: Update docs for Apache Tomcat 7.0.70 release. [This commit notification would consist of 334 parts, which exceeds the limit of 50 ones, so it was shortened to the s

svn commit: r1749460 - in /tomcat/site/trunk: ./ docs/ xdocs/

2016-06-21 Thread violetagg
Author: violetagg Date: Tue Jun 21 08:05:57 2016 New Revision: 1749460 URL: http://svn.apache.org/viewvc?rev=1749460&view=rev Log: Updates (excluding docs) for 7.0.70 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/

buildbot failure in on tomcat-8-trunk

2016-06-21 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/663 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

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

2016-06-21 Thread Bill Barker
.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20160621-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTi