[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=diff&rev1=364&rev2=365 === ngasi.com === {{http://www.ngasi.com/ngweb/images/lo

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 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. 03:17:04,436 ERROR [Req

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=1175046&view=rev Log: Add a note. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt

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 : > Author: rjung > Date: Thu Sep 22 15:01:08 2011 > New Revision: 1174181 > > URL: http://svn.apache.org/viewvc?rev=1174181&view=rev > Log: > - Pull up members "cluster" and "notifyListenersOnReplication" >  to common base cla

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=1175042&view=rev Log: Merged revision 1174983 from tomcat/trunk: Ignore warnings in classes generated with JavaCC/JJTree Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7

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 wrote: > >>Konstantin Kolinko wrote: >> >>>2011/9/6  : Author: markt Date: Tue Sep  6 11:12:17 2011 New Revision: 1165601 URL: http://svn.apache.org/viewvc?rev=1165601&view=rev Log: Add another 3.7+ note 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=1174983&view=rev Log: Ignore warnings in classes generated with JavaCC/JJTree Modified: tomcat/trunk/java/org/apache/el/parser/ELParser.java tomcat/trunk/java/org/apache/el/parser/E

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=1174975&view=rev Log: Add links to @SuppressWarnings documentation for Eclipse IDE. Modified: tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt Modified: tomcat/tr

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 used

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 : > Author: markt > Date: Fri Sep 23 18:14:17 2011 > New Revision: 1174931 > > URL: http://svn.apache.org/viewvc?rev=1174931&view=rev > Log: (empty) No log message. It is a merge of revisions 1174882,1174884 > +       > +        Allow the BIO HTTP connector to be used with SSL when run

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=1174931&view=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 tomcat/tc7.0.x/trunk/jav

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=1174921&view=rev Log: Merged revision 1174330 from tomcat/trunk: Remove unused code Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/l

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=1174914&view=rev Log: Merged revision 1174337 from tomcat/trunk: Remove unused code Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/s

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=1174912&view=rev Log: Merged revision 1174338 from tomcat/trunk: Remove unused member variable Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apach

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=1174899&view=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) tomcat/tc

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=1174884&view=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 thi

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=1174882&view=rev Log: Use the StringManager for i18n Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESupport.java tomcat/trunk/java/org/apache/tomcat/util/net/jsse/res

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 : >> Author: rjung >> Date: Fri Sep 23 00:46:55 2011 >> New Revision: 1174468 >> >> URL: http://svn.apache.org/viewvc?rev=1174468&view=rev >> Log: >> When using the alternate decay for the "Next" >> session lb method, calculate curmin only

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=1174830&view=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:

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 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: https://issues.apache.org/bugzilla/userprefs.cg

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=1174825&view=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: tomcat/jk/trunk/xdocs

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

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

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=1174811&view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=11

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=1174799&view=rev Log: Fix FindBugs warning Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESupport.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESup

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 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 because: --- You are

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 changed: What|Removed |Added OS/Version||All --- Comment #1 from Konst

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 Pri

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 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: https://issues.apache.org/bugz

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 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 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 the Facade. The

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=1174580&view=rev Log: Add "stateless" to the status worker html template. The values were already passed in, which crashed the status worker. Modified: tomcat/jk/trunk/native/common/jk_sta

[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 to

[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 > ---