Re: [RESULT] Re: [VOTE] Release Tomcat 5.5.34 Build

2011-09-23 Thread Mark Thomas
On 23/09/2011 01:47, Konstantin Kolinko wrote: I see that the site has been already svn up'ed several hour ago. I uploaded the 5.5.34 docs, added version number to Bugzilla. So what remains is to send the announcement. I created HTML page for end-of-life announcement of 5.5. It will be

DO NOT REPLY [Bug 51799] servletContext.getRealPath(/someFolderThatDoesNotExist/) should return null

2011-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51799 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[jira] [Closed] (MTOMCAT-96) deployment of the site in the tomcat land

2011-09-23 Thread Olivier Lamy (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy closed MTOMCAT-96. --- Resolution: Fixed done deployment of the site in the tomcat land

[jira] [Closed] (MTOMCAT-97) rename current tomcat maven plugin to tomcat6 and add tomcat7

2011-09-23 Thread Olivier Lamy (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy closed MTOMCAT-97. --- Resolution: Fixed done renamed to tomcat6 rename current tomcat maven plugin to tomcat6 and add

svn commit: r1174580 - /tomcat/jk/trunk/native/common/jk_status.c

2011-09-23 Thread rjung
Author: rjung Date: Fri Sep 23 08:06:51 2011 New Revision: 1174580 URL: http://svn.apache.org/viewvc?rev=1174580view=rev Log: Add stateless to the status worker html template. The values were already passed in, which crashed the status worker. Modified:

DO NOT REPLY [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2011-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 --- Comment #8 from Mark Thomas ma...@apache.org 2011-09-23 08:09:32 UTC --- Looking at this again this morning, if the problem is in a Valve RECYCLE_FACADES won't help since Valves have direct access to the Request object rather than using

DO NOT REPLY [Bug 51881] New: Server incorrectly parses incoming HTTP requests and loses them

2011-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51881 Bug #: 51881 Summary: Server incorrectly parses incoming HTTP requests and loses them Product: Tomcat 7 Version: 7.0.21 Platform: PC Status: NEW

DO NOT REPLY [Bug 51881] Server incorrectly parses incoming HTTP requests and loses them

2011-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51881 --- Comment #1 from Edward Alexandrov stfigh...@mail.ru 2011-09-23 11:57:20 UTC --- Created attachment 27576 -- https://issues.apache.org/bugzilla/attachment.cgi?id=27576 Screenshots from my debugger -- Configure bugmail:

DO NOT REPLY [Bug 51883] New: NullPointerException in StandardContextValve.invoke

2011-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51883 Bug #: 51883 Summary: NullPointerException in StandardContextValve.invoke Product: Tomcat 7 Version: 7.0.19 Platform: PC Status: NEW Severity: normal

DO NOT REPLY [Bug 51883] NullPointerException in StandardContextValve.invoke

2011-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51883 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added OS/Version||All

DO NOT REPLY [Bug 51883] NullPointerException in StandardContextValve.invoke

2011-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51883 --- Comment #2 from Edward Alexandrov stfigh...@mail.ru 2011-09-23 13:37:14 UTC --- The app is definitely running -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail

svn commit: r1174799 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESupport.java

2011-09-23 Thread markt
Author: markt Date: Fri Sep 23 14:23:40 2011 New Revision: 1174799 URL: http://svn.apache.org/viewvc?rev=1174799view=rev Log: Fix FindBugs warning Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESupport.java Modified:

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

2011-09-23 Thread kkolinko
Author: kkolinko Date: Fri Sep 23 14:31:54 2011 New Revision: 1174811 URL: http://svn.apache.org/viewvc?rev=1174811view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: svn commit: r1174468 - /tomcat/jk/trunk/native/common/jk_lb_worker.c

2011-09-23 Thread Konstantin Kolinko
2011/9/23 rj...@apache.org: Author: rjung Date: Fri Sep 23 00:46:55 2011 New Revision: 1174468 URL: http://svn.apache.org/viewvc?rev=1174468view=rev Log: When using the alternate decay for the Next session lb method, calculate curmin only for active workers. Otherwise curmin will quickly

svn commit: r1174825 - /tomcat/jk/trunk/xdocs/reference/workers.xml

2011-09-23 Thread kkolinko
Author: kkolinko Date: Fri Sep 23 15:11:49 2011 New Revision: 1174825 URL: http://svn.apache.org/viewvc?rev=1174825view=rev Log: Followup to r1174449. The Next method is added in 1.2.33, as changelog says. Modified: tomcat/jk/trunk/xdocs/reference/workers.xml Modified:

DO NOT REPLY [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2011-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 --- Comment #9 from charlie charles...@yahoo.com 2011-09-23 15:14:21 UTC --- Yes, RECYCLE_FACADES=true didn't work for us. We will try the patch from the comment 8 and let you know. Thanks. -- Configure bugmail:

svn commit: r1174830 - /tomcat/jk/trunk/native/common/jk_lb_worker.c

2011-09-23 Thread rjung
Author: rjung Date: Fri Sep 23 15:19:31 2011 New Revision: 1174830 URL: http://svn.apache.org/viewvc?rev=1174830view=rev Log: Remove line that should have gone with r1174468. Modified: tomcat/jk/trunk/native/common/jk_lb_worker.c Modified: tomcat/jk/trunk/native/common/jk_lb_worker.c URL:

Re: svn commit: r1174468 - /tomcat/jk/trunk/native/common/jk_lb_worker.c

2011-09-23 Thread Rainer Jung
On 23.09.2011 16:47, Konstantin Kolinko wrote: 2011/9/23 rj...@apache.org: Author: rjung Date: Fri Sep 23 00:46:55 2011 New Revision: 1174468 URL: http://svn.apache.org/viewvc?rev=1174468view=rev Log: When using the alternate decay for the Next session lb method, calculate curmin only

svn commit: r1174882 - in /tomcat/trunk/java/org/apache/tomcat/util/net/jsse: JSSESupport.java res/LocalStrings.properties

2011-09-23 Thread markt
Author: markt Date: Fri Sep 23 16:55:21 2011 New Revision: 1174882 URL: http://svn.apache.org/viewvc?rev=1174882view=rev Log: Use the StringManager for i18n Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESupport.java

svn commit: r1174884 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESupport.java

2011-09-23 Thread markt
Author: markt Date: Fri Sep 23 16:58:50 2011 New Revision: 1174884 URL: http://svn.apache.org/viewvc?rev=1174884view=rev Log: Fix SSL + BIO + Java 7 The implementation of InputStream.read(byte[0]) has changed so it always returns zero without checking for EOF. This broke the old way of doing

svn commit: r1174899 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/appdev/sample/src/mypackage/Hello.java

2011-09-23 Thread kkolinko
Author: kkolinko Date: Fri Sep 23 17:31:33 2011 New Revision: 1174899 URL: http://svn.apache.org/viewvc?rev=1174899view=rev Log: Merged revision( 1174343 from tomcat/trunk: Fix Eclipse warnings in a sample class in documentation Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1174912 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/InternalNioOutputBuffer.java

2011-09-23 Thread kkolinko
Author: kkolinko Date: Fri Sep 23 17:42:43 2011 New Revision: 1174912 URL: http://svn.apache.org/viewvc?rev=1174912view=rev Log: Merged revision 1174338 from tomcat/trunk: Remove unused member variable Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1174914 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/servlets/DefaultServlet.java

2011-09-23 Thread kkolinko
Author: kkolinko Date: Fri Sep 23 17:47:08 2011 New Revision: 1174914 URL: http://svn.apache.org/viewvc?rev=1174914view=rev Log: Merged revision 1174337 from tomcat/trunk: Remove unused code Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1174921 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/loader/WebappLoader.java

2011-09-23 Thread kkolinko
Author: kkolinko Date: Fri Sep 23 17:51:56 2011 New Revision: 1174921 URL: http://svn.apache.org/viewvc?rev=1174921view=rev Log: Merged revision 1174330 from tomcat/trunk: Remove unused code Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1174931 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/jsse/JSSESupport.java java/org/apache/tomcat/util/net/jsse/res/LocalStrings.properties webapps/docs/changelog.xml

2011-09-23 Thread markt
Author: markt Date: Fri Sep 23 18:14:17 2011 New Revision: 1174931 URL: http://svn.apache.org/viewvc?rev=1174931view=rev Log: (empty) Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/jsse/JSSESupport.java

Re: svn commit: r1174931 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/jsse/JSSESupport.java java/org/apache/tomcat/util/net/jsse/res/LocalStrings.properties webapps/docs/changelog.xm

2011-09-23 Thread Konstantin Kolinko
2011/9/23 ma...@apache.org: Author: markt Date: Fri Sep 23 18:14:17 2011 New Revision: 1174931 URL: http://svn.apache.org/viewvc?rev=1174931view=rev Log: (empty) No log message. It is a merge of revisions 1174882,1174884 +      fix +        Allow the BIO HTTP connector to be used with

svn propchange: r1174931 - svn:log

2011-09-23 Thread markt
Author: markt Revision: 1174931 Modified property: svn:log Modified: svn:log at Fri Sep 23 18:49:23 2011 -- --- svn:log (original) +++ svn:log Fri Sep 23 18:49:23 2011 @@ -0,0 +1 @@ +Allow the BIO HTTP connector to be

svn commit: r1174975 - /tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt

2011-09-23 Thread kkolinko
Author: kkolinko Date: Fri Sep 23 19:46:19 2011 New Revision: 1174975 URL: http://svn.apache.org/viewvc?rev=1174975view=rev Log: Add links to @SuppressWarnings documentation for Eclipse IDE. Modified: tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt Modified:

svn commit: r1174983 - in /tomcat/trunk/java/org/apache/el/parser: ELParser.java ELParserTokenManager.java JJTELParserState.java SimpleCharStream.java Token.java TokenMgrError.java

2011-09-23 Thread kkolinko
Author: kkolinko Date: Fri Sep 23 19:55:27 2011 New Revision: 1174983 URL: http://svn.apache.org/viewvc?rev=1174983view=rev Log: Ignore warnings in classes generated with JavaCC/JJTree Modified: tomcat/trunk/java/org/apache/el/parser/ELParser.java

Re: svn commit: r1165601 - /tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt

2011-09-23 Thread Konstantin Kolinko
2011/9/16 ma...@apache.org: ma...@apache.org wrote: Konstantin Kolinko knst.koli...@gmail.com wrote: 2011/9/6  ma...@apache.org: Author: markt Date: Tue Sep  6 11:12:17 2011 New Revision: 1165601 URL: http://svn.apache.org/viewvc?rev=1165601view=rev Log: Add another 3.7+ note

svn commit: r1175042 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/el/parser/

2011-09-23 Thread kkolinko
Author: kkolinko Date: Fri Sep 23 21:41:03 2011 New Revision: 1175042 URL: http://svn.apache.org/viewvc?rev=1175042view=rev Log: Merged revision 1174983 from tomcat/trunk: Ignore warnings in classes generated with JavaCC/JJTree Modified: tomcat/tc7.0.x/trunk/ (props changed)

Re: svn commit: r1174181 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ha/session/BackupManager.java java/org/apache/catalina/ha/session/ClusterManagerBase.java java/org/apache/catalina/ha/s

2011-09-23 Thread Konstantin Kolinko
Reviewing Eclipse warnings I noticed a bug in this commit. 2011/9/22 rj...@apache.org: Author: rjung Date: Thu Sep 22 15:01:08 2011 New Revision: 1174181 URL: http://svn.apache.org/viewvc?rev=1174181view=rev Log: - Pull up members cluster and notifyListenersOnReplication  to common base

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

2011-09-23 Thread kkolinko
Author: kkolinko Date: Fri Sep 23 22:03:55 2011 New Revision: 1175046 URL: http://svn.apache.org/viewvc?rev=1175046view=rev Log: Add a note. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2011-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 --- Comment #10 from charlie charles...@yahoo.com 2011-09-24 03:44:49 UTC --- Mark, After applying the patch from comment 8, we get these in our logs (quite a alot). But we no longer have our problem of getting the previous IP address.

[Tomcat Wiki] Update of PoweredBy by StivenHolmes

2011-09-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The PoweredBy page has been changed by StivenHolmes: http://wiki.apache.org/tomcat/PoweredBy?action=diffrev1=364rev2=365 === ngasi.com ===