DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #17 from holger.sch...@tsi-mms.de 2009-06-09 00:23:03 PST --- I forgot to descirbe the settings I used. This is what I changed in the server.xml: Connector connectionTimeout=5000 port=8080

svn commit: r782903 - in /tomcat/site/trunk: docs/security-4.html docs/security-5.html docs/security-6.html xdocs/security-4.xml xdocs/security-5.xml xdocs/security-6.xml

2009-06-09 Thread markt
Author: markt Date: Tue Jun 9 08:05:36 2009 New Revision: 782903 URL: http://svn.apache.org/viewvc?rev=782903view=rev Log: Fix cut and paste error Modified: tomcat/site/trunk/docs/security-4.html tomcat/site/trunk/docs/security-5.html tomcat/site/trunk/docs/security-6.html

DO NOT REPLY [Bug 47061] JDBCStore for saving sessions doesn't support datasource

2009-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47061 --- Comment #6 from Steve Pugh bri...@bristol.gov.uk 2009-06-09 04:07:18 PST --- Created an attachment (id=23778) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=23778) New version of JDBCStore supporting datasource only I

5.5.x branch cannot run

2009-06-09 Thread Konstantin Kolinko
I built TC 5.5 distributive from current tc5.5.x, and it is broken: The tester app, that is run during building a release, returns status 400 for all requests, e.g. FAIL [GET /index.jsp HTTP/1.0] Expected status=200, got status=400 and the build/build/catalina.out contains: SEVERE: Error

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

2009-06-09 Thread kkolinko
Author: kkolinko Date: Tue Jun 9 13:23:37 2009 New Revision: 782996 URL: http://svn.apache.org/viewvc?rev=782996view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Tomcat Technical Documentation

2009-06-09 Thread RamNarkhede
Hi, I have just started using Tomcat. I want to understand how tomcat works. I've download the Tomcat Souces but I don't understand from where to start. Where can i find the technical documentation or is there any document explaining the same? Thanks in advance. Regards, Ram -- View this

Re: Tomcat Technical Documentation

2009-06-09 Thread Filip Hanik - Dev Lists
The code itself is the best documentation there is. You could also search google for articles and other goodies Filip RamNarkhede wrote: Hi, I have just started using Tomcat. I want to understand how tomcat works. I've download the Tomcat Souces but I don't understand from where to start.

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #18 from Filip Hanik fha...@apache.org 2009-06-09 09:25:21 PST --- Thank you, I will take a look today! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail

Re: Tomcat Technical Documentation

2009-06-09 Thread Filip Hanik - Dev Lists
I should mention that Tomcat implements the servlet and JSP specifications, so in there you will find the features that are being implemented Filip Filip Hanik - Dev Lists wrote: The code itself is the best documentation there is. You could also search google for articles and other goodies

DO NOT REPLY [Bug 47318] Tomcat 6.0.20 does not include imports from included JSP

2009-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47318 --- Comment #7 from Tim Funk funk...@apache.org 2009-06-09 10:08:14 PST --- Created an attachment (id=23781) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=23781) Patch for jasper Here is a patch derived from 6.0.x

Re: 5.5.x branch cannot run

2009-06-09 Thread Mark Thomas
Konstantin Kolinko wrote: I built TC 5.5 distributive from current tc5.5.x, and it is broken: My bad. My port of the CVE-2008-5515 patch was too hasty. I'll fix it (and 4.1.x which will likely have the same problem0 this evening. Mark The tester app, that is run during building a release,

svn commit: r783094 - /tomcat/trunk/java/org/apache/tomcat/util/threads/TaskQueue.java

2009-06-09 Thread fhanik
Author: fhanik Date: Tue Jun 9 18:51:07 2009 New Revision: 783094 URL: http://svn.apache.org/viewvc?rev=783094view=rev Log: Revert http://svn.apache.org/viewvc?view=revrevision=763566 The code is not the same as it was before. The patch applied, while it looks the same will grow the pool the

svn commit: r783095 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java JIoEndpoint.java NioEndpoint.java

2009-06-09 Thread fhanik
Author: fhanik Date: Tue Jun 9 18:58:25 2009 New Revision: 783095 URL: http://svn.apache.org/viewvc?rev=783095view=rev Log: Take into account that executors can be provided, standard and non standard thread pool executors through config or programmatically. Hence we want to expose the correct

svn commit: r783155 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java

2009-06-09 Thread fhanik
Author: fhanik Date: Tue Jun 9 22:14:55 2009 New Revision: 783155 URL: http://svn.apache.org/viewvc?rev=783155view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47237 There is no need to associate the Http11NioProcessor with a socket in between requests unless there is a

DO NOT REPLY [Bug 47237] Put a hard limit on Http11NioProcessor objects

2009-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47237 Filip Hanik fha...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

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

2009-06-09 Thread fhanik
Author: fhanik Date: Tue Jun 9 22:17:08 2009 New Revision: 783158 URL: http://svn.apache.org/viewvc?rev=783158view=rev Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r783160 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2009-06-09 Thread fhanik
Author: fhanik Date: Tue Jun 9 22:28:00 2009 New Revision: 783160 URL: http://svn.apache.org/viewvc?rev=783160view=rev Log: Put a short timeout on the unlock accept Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified:

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

2009-06-09 Thread funkman
Author: funkman Date: Wed Jun 10 01:07:19 2009 New Revision: 783167 URL: http://svn.apache.org/viewvc?rev=783167view=rev Log: more votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: