Re: svn commit: r1041120 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ tes

2010-12-03 Thread Mladen Turk
On 12/03/2010 08:21 AM, Mladen Turk wrote: On 12/03/2010 07:43 AM, Konstantin Kolinko wrote: So, binding to port 80 should be performed during initialization while we have the root privileges, and not during startup. Does binding to port 80 still work with Tomcat 7? Didn't test, but

DO NOT REPLY [Bug 50406] New: init() doesn't initialize connector any more

2010-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50406 Summary: init() doesn't initialize connector any more Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Linux Status: NEW Severity: regression

Re: svn commit: r1041120 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ tes

2010-12-03 Thread Mladen Turk
On 12/03/2010 07:43 AM, Konstantin Kolinko wrote: So, binding to port 80 should be performed during initialization while we have the root privileges, and not during startup. Does binding to port 80 still work with Tomcat 7? Created BZ50406. IMO the entire r1041120 should be reverted and

DO NOT REPLY [Bug 50407] New: Sessions stickyness issue.

2010-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50407 Summary: Sessions stickyness issue. Product: Tomcat Connectors Version: 1.2.28 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2

DO NOT REPLY [Bug 50407] Sessions stickyness issue.

2010-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50407 --- Comment #1 from dpar...@commerceinsurance.com 2010-12-03 09:44:26 EST --- Created an attachment (id=26369) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26369) worker.properties -- Configure bugmail:

DO NOT REPLY [Bug 50407] Sessions stickyness issue.

2010-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50407 --- Comment #2 from dpar...@commerceinsurance.com 2010-12-03 09:45:18 EST --- Created an attachment (id=26370) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26370) Apache server conf -- Configure bugmail:

DO NOT REPLY [Bug 50407] Sessions stickyness issue.

2010-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50407 --- Comment #3 from Christopher Schultz ch...@christopherschultz.net 2010-12-03 10:29:38 EST --- Sounds like this was something that should have been posted to the user list before filing: sticky sessions work in many environments. --

Re: My first to 7.x

2010-12-03 Thread Christopher Schultz
Mark, On 12/2/2010 5:24 PM, Mark Thomas wrote: On 02/12/2010 21:25, Christopher Schultz wrote: Then, should I update the changelog.xml? Yes. Great. It looks like the format is latest-on-top. Since this is a bug, it makes sense to use the bug tag, but it's actually an enhancement and not a

DO NOT REPLY [Bug 50406] init() doesn't initialize connector any more

2010-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50406 --- Comment #1 from Christopher Schultz ch...@christopherschultz.net 2010-12-03 10:40:44 EST --- How about adding a method: public void initAndStart() { init(); start(); } Commons-daemon can use that. Of course, this introduces an

Re: My [commit] first to 7.x

2010-12-03 Thread Christopher Schultz
All, Duh, nevermind. -chris On 12/3/2010 10:37 AM, Christopher Schultz wrote: Mark, On 12/2/2010 5:24 PM, Mark Thomas wrote: On 02/12/2010 21:25, Christopher Schultz wrote: Then, should I update the changelog.xml? Yes. Great. It looks like the format is latest-on-top. Since this is a

svn commit: r1041892 - in /tomcat/trunk: java/org/apache/catalina/connector/ test/org/apache/catalina/connector/ webapps/docs/ webapps/docs/config/

2010-12-03 Thread schultz
Author: schultz Date: Fri Dec 3 16:07:50 2010 New Revision: 1041892 URL: http://svn.apache.org/viewvc?rev=1041892view=rev Log: Fixed bug 48692: Provide option to parse application/x-www-form-urlencoded PUT requests Modified: tomcat/trunk/java/org/apache/catalina/connector/Connector.java

DO NOT REPLY [Bug 48692] Provide option to parse application/x-www-form-urlencoded PUT requests

2010-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48692 --- Comment #14 from Christopher Schultz ch...@christopherschultz.net 2010-12-03 11:11:26 EST --- Fixed in trunk. Will be included in Tomcat 7.0.6. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ---

DO NOT REPLY [Bug 48692] Provide option to parse application/x-www-form-urlencoded PUT requests

2010-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48692 Christopher Schultz ch...@christopherschultz.net changed: What|Removed |Added Status|NEW

Adding utility classes

2010-12-03 Thread Christopher Schultz
All, There's an annoyance bug (https://issues.apache.org/bugzilla/show_bug.cgi?id=49125) that requires a utility to convert byte arrays into readable strings. I have a patch that includes a method to do that, but I'm unsure of where that toHexString method should go. For now, I have placed it

DO NOT REPLY [Bug 48550] Update examples and default server.xml to use UTF-8

2010-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48550 --- Comment #2 from Christopher Schultz ch...@christopherschultz.net 2010-12-03 11:31:00 EST --- (In reply to comment #1) Please clarify what is the actual difference between these two statements: 3) update Servlet and JSP examples to

Re: My [commit] first to 7.x

2010-12-03 Thread Konstantin Kolinko
2010/12/3 Christopher Schultz ch...@christopherschultz.net: All, Duh, nevermind. -chris On 12/3/2010 10:37 AM, Christopher Schultz wrote: Great. It looks like the format is latest-on-top. Since this is a bug, it makes sense to use the bug tag, but it's actually an enhancement and not a

Re: Adding utility classes

2010-12-03 Thread Konstantin Kolinko
2010/12/3 Christopher Schultz ch...@christopherschultz.net: All, There's an annoyance bug (https://issues.apache.org/bugzilla/show_bug.cgi?id=49125) that requires a utility to convert byte arrays into readable strings. I have a patch that includes a method to do that, but I'm unsure of where

DO NOT REPLY [Bug 50408] New: Scoped EL variable in methodexpression is treated as Object

2010-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50408 Summary: Scoped EL variable in methodexpression is treated as Object Product: Tomcat 7 Version: 7.0.5 Platform: PC Status: NEW Severity: normal

DO NOT REPLY [Bug 50407] Sessions stickyness issue.

2010-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50407 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: svn commit: r1041120 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ tes

2010-12-03 Thread Mark Thomas
On 03/12/2010 08:49, Mladen Turk wrote: On 12/03/2010 07:43 AM, Konstantin Kolinko wrote: So, binding to port 80 should be performed during initialization while we have the root privileges, and not during startup. Does binding to port 80 still work with Tomcat 7? Created BZ50406. IMO the

Re: svn commit: r1041120 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ tes

2010-12-03 Thread Mark Thomas
On 03/12/2010 05:45, Mladen Turk wrote: We would need that back or even better axe running and paused and creating an state enum. For example the connector will report as running on start() even if missconfigured cause it is set before Acceptor or Pollers are created. So internally both

DO NOT REPLY [Bug 50360] Server socket still bound after Embedded.stop is invoked

2010-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|RESOLVED|REOPENED

Re: svn commit: r1041120 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ tes

2010-12-03 Thread Mladen Turk
On 12/03/2010 06:58 PM, Mark Thomas wrote: Think that single eg. EndpointState enum will cover all the states during start(),pause(),resume(),stop() replacing multiple booleans (at least running and paused) with a single enum. WDTYT? What we really need is the Lifecycle stuff that is in

svn commit: r1041978 - /tomcat/trunk/test/org/apache/tomcat/util/net/TestXxxEndpoint.java

2010-12-03 Thread markt
Author: markt Date: Fri Dec 3 20:23:43 2010 New Revision: 1041978 URL: http://svn.apache.org/viewvc?rev=1041978view=rev Log: Need at least one test per class dummy test for unit tests to pass Modified: tomcat/trunk/test/org/apache/tomcat/util/net/TestXxxEndpoint.java Modified:

DO NOT REPLY [Bug 50408] Scoped EL variable in methodexpression is treated as Object

2010-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50408 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1042022 - in /tomcat: tc6.0.x/trunk/STATUS.txt trunk/java/org/apache/catalina/session/StandardManager.java trunk/webapps/docs/changelog.xml

2010-12-03 Thread slaurent
Author: slaurent Date: Fri Dec 3 22:00:58 2010 New Revision: 1042022 URL: http://svn.apache.org/viewvc?rev=1042022view=rev Log: bug 48973 (enhancement): Don't create SESSIONS.ser when no session exists https://issues.apache.org/bugzilla/show_bug.cgi?id=48973 Modified:

DO NOT REPLY [Bug 48973] Don't create SESSIONS.ser when no session exists

2010-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48973 --- Comment #1 from Sylvain Laurent sylvain.laur...@gmail.com 2010-12-03 17:03:53 EST --- Patch applied on trunk, it will be available for tomcat 7.0.6. Backport to tomcat 6 proposed. -- Configure bugmail:

svn commit: r1042029 - in /tomcat: tc6.0.x/trunk/STATUS.txt trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java trunk/webapps/docs/changelog.xml trunk/webapps/docs/config/listener

2010-12-03 Thread slaurent
Author: slaurent Date: Fri Dec 3 22:19:11 2010 New Revision: 1042029 URL: http://svn.apache.org/viewvc?rev=1042029view=rev Log: bug 50282 : Load javax.security.auth.login.Configuration with JreMemoryLeakPreventionListener to avoid memory leak when stopping a webapp that would use JAAS.

DO NOT REPLY [Bug 50282] Reference from javax.security.auth.login.LoginContext.contextClassLoader initalized in static code block prevents an undeployed Web application from being garbage collected (s

2010-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50282 --- Comment #5 from Sylvain Laurent sylvain.laur...@gmail.com 2010-12-03 17:21:17 EST --- patch applied on trunk, will be available for tomcat 7.0.6 Backport to tomcat 6 proposed. -- Configure bugmail:

DO NOT REPLY [Bug 50410] New: Poll.create with THREADSAFE will silently switch the flag off

2010-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50410 Summary: Poll.create with THREADSAFE will silently switch the flag off Product: Tomcat Native Version: 1.1.20 Platform: All OS/Version: Linux Status: NEW

Re: svn commit: r1042029 - in /tomcat: tc6.0.x/trunk/STATUS.txt trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java trunk/webapps/docs/changelog.xml trunk/webapps/docs/config/list

2010-12-03 Thread Konstantin Kolinko
2010/12/4 slaur...@apache.org: Author: slaurent Date: Fri Dec  3 22:19:11 2010 New Revision: 1042029 URL: http://svn.apache.org/viewvc?rev=1042029view=rev Log: bug 50282 : Load javax.security.auth.login.Configuration with JreMemoryLeakPreventionListener to avoid memory leak when stopping

Re: svn commit: r1041940 - in /tomcat/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/

2010-12-03 Thread Konstantin Kolinko
2010/12/3 ma...@apache.org: Author: markt Date: Fri Dec  3 18:07:52 2010 New Revision: 1041940 URL: http://svn.apache.org/viewvc?rev=1041940view=rev Log: Revert r1041120 but disable rather than delete new test Added:    tomcat/trunk/.fbprefs Modified: ... .fbprefs does not belong to