Re: Hi

2015-02-09 Thread Pravallika Peddi
Thanks Chris for the information. Mark & Chris: I have gone through one of the issues given by Mark: https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 and found that this issue is fixed already. Steps i performed: 1) Download Tomcat 6.0 - 32 bit version and run it on 32-bit Windows platf

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

2015-02-09 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-tc7.0.x-test-bio has an issue affecting its community integration.

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

2015-02-09 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-tc7.0.x-test-nio has an issue affecting its community integration.

[Bug 57546] Memory Leak in SecureNioChannel

2015-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57546 --- Comment #2 from Paul --- Mark, Unfortunately, killing a browser is not a good simulation because the browser is smart enough to properly close the websocket when it gets killed. Here is what to do: connect using a mobile browser on yo

Re: [GUMP@vmgump]: Project tomcat-native-make (in module tomcat-native) failed

2015-02-09 Thread Konstantin Kolinko
2015-02-09 22:52 GMT+03:00 Rainer Jung : > Am 09.02.2015 um 20:31 schrieb Rainer Jung: > > src/sslinfo.c: In function 'Java_org_apache_tomcat_jni_SSLSocket_getInfoB': src/sslinfo.c:221:51: error: dereferencing pointer to incomplete type array = tcn_new_arrayb(e

[Bug 57554] New: Exception loading sessions from persistent storage

2015-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57554 Bug ID: 57554 Summary: Exception loading sessions from persistent storage Product: Tomcat 7 Version: 7.0.59 Hardware: PC OS: Linux Status: NEW Sever

[GUMP@vmgump]: Project tomcat-native-make (in module tomcat-native) failed

2015-02-09 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-native-make has an issue affecting its community integration. This

[Bug 57546] Memory Leak in SecureNioChannel

2015-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57546 --- Comment #1 from Mark Thomas --- release() isn't expected to be called for an HTTP upgrade connection so that method getting called is not part of the problem. I've tried to reproduce this with 8.0.x trunk but I can't. I've been trying

svn commit: r1658603 - in /tomcat/native/branches/1.1.x: ./ native/src/sslinfo.c xdocs/miscellaneous/changelog.xml

2015-02-09 Thread kkolinko
Author: kkolinko Date: Mon Feb 9 23:26:44 2015 New Revision: 1658603 URL: http://svn.apache.org/r1658603 Log: Replace access to OpenSSL session internals by accessor function. Internals are no longer available for OpenSSL master. Not compiled or tested, waiting for GUMP. It is merge of r165855

Re: svn commit: r1658557 - /tomcat/native/trunk/native/src/sslinfo.c

2015-02-09 Thread Konstantin Kolinko
2015-02-09 22:52 GMT+03:00 : > Author: rjung > Date: Mon Feb 9 19:52:36 2015 > New Revision: 1658557 > > URL: http://svn.apache.org/r1658557 > Log: > Replace access to OpenSSL session internals > by accessor function. Internals are no longer > available for OpenSSL master. > > Not compiled or tes

Re: [GUMP@vmgump]: Project tomcat-native-make (in module tomcat-native) failed

2015-02-09 Thread Rainer Jung
Am 09.02.2015 um 20:31 schrieb Rainer Jung: src/sslinfo.c: In function 'Java_org_apache_tomcat_jni_SSLSocket_getInfoB': src/sslinfo.c:221:51: error: dereferencing pointer to incomplete type array = tcn_new_arrayb(e, &session->session_id[0],

svn commit: r1658557 - /tomcat/native/trunk/native/src/sslinfo.c

2015-02-09 Thread rjung
Author: rjung Date: Mon Feb 9 19:52:36 2015 New Revision: 1658557 URL: http://svn.apache.org/r1658557 Log: Replace access to OpenSSL session internals by accessor function. Internals are no longer available for OpenSSL master. Not compiled or tested, waiting for GUMP. Modified: tomcat/nativ

Re: [GUMP@vmgump]: Project tomcat-native-make (in module tomcat-native) failed

2015-02-09 Thread Rainer Jung
: Failed Elapsed: 9 secs Command Line: make [Working Directory: /srv/gump/public/workspace/tomcat-native/native] - make[1]: Entering directory `/srv/gump/public/workspace/tomcat-native/native' /bin/bash /srv/gump/public/workspace/apr-1/dest-20150209

Re: [GUMP@vmgump]: Project tomcat-native-make (in module tomcat-native) failed

2015-02-09 Thread Christopher Schultz
----- > make[1]: Entering directory `/srv/gump/public/workspace/tomcat-native/native' > /bin/bash /srv/gump/public/workspace/apr-1/dest-20150209/build-1/libtool > --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX > -D_REENTRANT -D_GNU_SOURCE -

[GUMP@vmgump]: Project tomcat-native-make (in module tomcat-native) failed

2015-02-09 Thread Bill Barker
tomcat-native/native] - make[1]: Entering directory `/srv/gump/public/workspace/tomcat-native/native' /bin/bash /srv/gump/public/workspace/apr-1/dest-20150209/build-1/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REE

[Bug 45014] Request and Response classes should have wrappers for use in Valves

2015-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014 --- Comment #15 from Christopher Schultz --- (In reply to Christopher Schultz from comment #14) > Please note that these classes do nothing -- just like HttpServletWrapper. That should have read "HttpServletRequestWrapper/HttpServletRespon

[Bug 45014] Request and Response classes should have wrappers for use in Valves

2015-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014 --- Comment #14 from Christopher Schultz --- Remy, whether these classes are included or not, Valve authors can write their own wrapper classes and wrap the Coyote request and response objects in them. The only thing that is happening here

[Bug 45014] Request and Response classes should have wrappers for use in Valves

2015-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014 Christopher Schultz changed: What|Removed |Added Attachment #21974|0 |1 is obsolete|

Re: Hi

2015-02-09 Thread Christopher Schultz
Pravallika, On 2/9/15 7:01 AM, Pravallika Peddi wrote: > Hi Mark, > Finally, I am able to Import the Tomcat source project to Eclipse with > minor compile errors.. > I will work on one of the issues and let you know. If you use Eclipse, after you check-out from Subversion, do this: 1. "Close" th

[Bug 45014] Request and Response classes should have wrappers for use in Valves

2015-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014 --- Comment #12 from Remy Maucherat --- Please read again my previous comment for the veto justification. I don't believe the classes can be wrapped without issues, usually wrapping occurs to deal with the streams and that will likely not

Re: [SECURITY] CVE-2014-0227 Apache Tomcat Request Smuggling

2015-02-09 Thread Christopher Schultz
Sebb, On 2/9/15 6:24 AM, sebb wrote: > On 9 February 2015 at 09:12, Mark Thomas wrote: > CVE-2014-0227 Request Smuggling > > Severity: Important > > Vendor: The Apache Software Foundation > > Versions Affected: > - Apache Tomcat 8.0.0-RC1 to 8.0.8 > - Apache Tomcat 7.0.0 to 7.0.54 > - Apache T

[Bug 45014] Request and Response classes should have wrappers for use in Valves

2015-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014 --- Comment #11 from Christopher Schultz --- Remy, please help me understand why one cannot wrap a Coyote request/response? I don't see a reason why a Valve in the chain would not wrap the request or response in a way similar to a Filter i

[Bug 45014] Request and Response classes should have wrappers for use in Valves

2015-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014 --- Comment #10 from Remy Maucherat --- Good thing it it works for you, but I'll have to veto its actual inclusion in Tomcat: it would mean wrapping is possible and supported before the filter chain, and it is not the case at the moment so

[Bug 45014] Request and Response classes should have wrappers for use in Valves

2015-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014 mr.oliver.hernan...@gmail.com changed: What|Removed |Added CC||mr.oliver.hernandez@

[Bug 45014] Request and Response classes should have wrappers for use in Valves

2015-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014 --- Comment #9 from mr.oliver.hernan...@gmail.com --- Thanks Christopher. Your classes were a very good starting point for our use case. I have a custom valve implemented now that logs the request body like we need. I'll share it soon aft

[Bug 45014] Request and Response classes should have wrappers for use in Valves

2015-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014 --- Comment #8 from Remy Maucherat --- Wrapping is not possible until the filter chain is reached, it's really quite simple. If you want to change that, it is a big design change that you could advocate for the servlet container, but I woul

[Bug 45014] Request and Response classes should have wrappers for use in Valves

2015-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014 --- Comment #7 from Christopher Schultz --- (In reply to mr.oliver.hernandez from comment #5) > We're actually using JBoss 7.4, which my understanding is that internally > it's using a branched version of Tomcat 7. You will have to wait pr

Re: svn commit: r1658377 - /tomcat/tc6.0.x/trunk/STATUS.txt

2015-02-09 Thread Mark Thomas
On 9 February 2015 12:06:51 GMT+00:00, kkoli...@apache.org wrote: >Author: kkolinko >Date: Mon Feb 9 12:06:50 2015 >New Revision: 1658377 > >URL: http://svn.apache.org/r1658377 >Log: >vote. >I assume that Mark is voting for his own patch for BZ 57544. Assumption confirmed. Thanks for adding my vo

[ANN] Apache Tomcat 7.0.59 released

2015-02-09 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.59. 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

svn commit: r1658382 - /tomcat/site/trunk/docs/tomcat-7.0-doc/changelog.html

2015-02-09 Thread violetagg
Author: violetagg Date: Mon Feb 9 12:26:03 2015 New Revision: 1658382 URL: http://svn.apache.org/r1658382 Log: Update changelog Modified: tomcat/site/trunk/docs/tomcat-7.0-doc/changelog.html Modified: tomcat/site/trunk/docs/tomcat-7.0-doc/changelog.html URL: http://svn.apache.org/viewvc/to

svn commit: r1658377 - /tomcat/tc6.0.x/trunk/STATUS.txt

2015-02-09 Thread kkolinko
Author: kkolinko Date: Mon Feb 9 12:06:50 2015 New Revision: 1658377 URL: http://svn.apache.org/r1658377 Log: vote. I assume that Mark is voting for his own patch for BZ 57544. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/vi

Re: Hi

2015-02-09 Thread Pravallika Peddi
Hi Mark, Finally, I am able to Import the Tomcat source project to Eclipse with minor compile errors.. I will work on one of the issues and let you know. Regards, VIN On Mon, Feb 9, 2015 at 3:04 PM, Pravallika Peddi wrote: > Thanks for the reply Mark. > > What is the editor that is generally us

svn commit: r1658374 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2015-02-09 Thread violetagg
Author: violetagg Date: Mon Feb 9 12:00:04 2015 New Revision: 1658374 URL: http://svn.apache.org/r1658374 Log: Update notable changes for 7.0.59 Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html URL: http://svn.apa

svn commit: r1658366 - in /tomcat/site/trunk: docs/index.html docs/security-6.html docs/security-7.html docs/security-8.html xdocs/security-6.xml xdocs/security-7.xml xdocs/security-8.xml

2015-02-09 Thread markt
Author: markt Date: Mon Feb 9 11:29:25 2015 New Revision: 1658366 URL: http://svn.apache.org/r1658366 Log: Fix typo Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/security-6.html tomcat/site/trunk/docs/security-7.html tomcat/site/trunk/docs/security-8.html

Re: [SECURITY] CVE-2014-0227 Apache Tomcat Request Smuggling

2015-02-09 Thread sebb
On 9 February 2015 at 09:12, Mark Thomas wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > CVE-2014-0227 Request Smuggling > > Severity: Important > > Vendor: The Apache Software Foundation > > Versions Affected: > - - Apache Tomcat 8.0.0-RC1 to 8.0.8 > - - Apache Tomcat 7.0.0 to 7.0.54

[Bug 56765] Classloader leak in Tomcat 8.0.9 caused by DBCP 2.0

2015-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56765 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57148] EL type conversion of empty string when there is a PropertyEditor (ELSupport.coerceToType())

2015-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57148 --- Comment #4 from Mark Thomas --- Correction. 7.0.60 onwards. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-u

svn commit: r1658356 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/el/lang/ test/org/apache/el/lang/ webapps/docs/

2015-02-09 Thread markt
Author: markt Date: Mon Feb 9 10:52:48 2015 New Revision: 1658356 URL: http://svn.apache.org/r1658356 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57148 When coercing an object to a given type and a PropertyEditor has been registered for the type correctly coerce the empty string

[Bug 57148] EL type conversion of empty string when there is a PropertyEditor (ELSupport.coerceToType())

2015-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57148 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57136 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

svn commit: r1658351 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/el/parser/ java/org/apache/jasper/compiler/ test/org/apache/el/ test/webapp-3.0/bug45nnn/ webapps/docs/

2015-02-09 Thread markt
Author: markt Date: Mon Feb 9 10:30:40 2015 New Revision: 1658351 URL: http://svn.apache.org/r1658351 Log: Ensure only \${ and \#{ are treated as escapes for ${ and #{ rather than \$ and \# being treated as escapes for $ and # when processing literal expressions in expression language. Modifie

Re: Hi

2015-02-09 Thread Pravallika Peddi
Thanks for the reply Mark. What is the editor that is generally used to change the code? I installed add-on to eclipse to connect to SVN. After installing, when tried to connect to below link from "Import --> Other --> Check out project from SVN", eclipse is crashing. Below link i used to connect

[SECURITY] CVE-2014-0227 Apache Tomcat Request Smuggling

2015-02-09 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 CVE-2014-0227 Request Smuggling Severity: Important Vendor: The Apache Software Foundation Versions Affected: - - Apache Tomcat 8.0.0-RC1 to 8.0.8 - - Apache Tomcat 7.0.0 to 7.0.54 - - Apache Tomcat 6.0.0 to 6.0.41 Description: It was possible to c

svn commit: r1658333 - in /tomcat/site/trunk: docs/security-6.html docs/security-7.html docs/security-8.html xdocs/security-6.xml xdocs/security-7.xml xdocs/security-8.xml

2015-02-09 Thread markt
Author: markt Date: Mon Feb 9 09:12:45 2015 New Revision: 1658333 URL: http://svn.apache.org/r1658333 Log: Add information on CVE-2014-0227 Modified: tomcat/site/trunk/docs/security-6.html tomcat/site/trunk/docs/security-7.html tomcat/site/trunk/docs/security-8.html tomcat/site/t

svn commit: r1658329 - 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/

2015-02-09 Thread violetagg
Author: violetagg Date: Mon Feb 9 09:02:45 2015 New Revision: 1658329 URL: http://svn.apache.org/r1658329 Log: Update docs for Apache Tomcat 7.0.59 release. [This commit notification would consist of 340 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] -

svn commit: r7971 - /release/tomcat/tomcat-connectors/jk/binaries/windows/

2015-02-09 Thread markt
Author: markt Date: Mon Feb 9 08:55:55 2015 New Revision: 7971 Log: Remove old release Removed: release/tomcat/tomcat-connectors/jk/binaries/windows/tomcat-connectors-1.2.39-windows-i386-httpd-2.0.x.zip release/tomcat/tomcat-connectors/jk/binaries/windows/tomcat-connectors-1.2.39-windo

svn commit: r7970 - /release/tomcat/tomcat-connectors/native/1.1.31/

2015-02-09 Thread markt
Author: markt Date: Mon Feb 9 08:54:25 2015 New Revision: 7970 Log: Remove old release Removed: release/tomcat/tomcat-connectors/native/1.1.31/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional com

svn commit: r7969 - /release/tomcat/tomcat-6/v6.0.41/

2015-02-09 Thread markt
Author: markt Date: Mon Feb 9 08:53:51 2015 New Revision: 7969 Log: Remove old release Removed: release/tomcat/tomcat-6/v6.0.41/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

svn commit: r7968 - /release/tomcat/tomcat-8/v8.0.17/

2015-02-09 Thread markt
Author: markt Date: Mon Feb 9 08:53:29 2015 New Revision: 7968 Log: Remove old release Removed: release/tomcat/tomcat-8/v8.0.17/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

svn commit: r7967 - /release/tomcat/tomcat-7/v7.0.57/

2015-02-09 Thread violetagg
Author: violetagg Date: Mon Feb 9 08:19:41 2015 New Revision: 7967 Log: Remove 7.0.57 Removed: release/tomcat/tomcat-7/v7.0.57/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: d

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

2015-02-09 Thread violetagg
Author: violetagg Date: Mon Feb 9 08:06:58 2015 New Revision: 1658316 URL: http://svn.apache.org/r1658316 Log: Updates (excluding docs) for 7.0.59 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-70.ht