Yes chunked requests on POST are OK. I like option a too.
-Tim
Mark Thomas wrote:
For chunked request bodies, the content length is unknown. We can track
how many bytes we have read. If we read more the maxPostSize, what do we do?
a) Throw an exception that leads to a 500 response?
b) Drop what
Folks,
I have been looking at bug 37794 [1]
My reading of RFC2616 is that chunked requests with POST are OK.
I have a patch that will handle chunked requests. In a similar manner to
non-chunked requests, it reads the data into a buffer and then processes it.
The question is what to do if we rea
On 15/06/2009, Filip Hanik - Dev Lists wrote:
> Cleaned up and fixed.
>
> The release is located here:
> http://people.apache.org/~fhanik/jdbc-pool/v1.0.4/
NOTICE file is incorrect, it should read:
>>>
Apache Tomcat JDBC Pool
Copyright 2008-2009 The Apache Software Foundation
This product inc
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The following page has been changed by markt:
http://wiki.apache.org/tomcat/SummerOfCode2009
The comment on the change is:
Add some comments
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=47124
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
Author: markt
Date: Mon Jun 15 18:58:55 2009
New Revision: 784919
URL: http://svn.apache.org/viewvc?rev=784919&view=rev
Log:
Merge tests into main build.xml as an optional target.
Hopefully start to use Tomcat class as basis for test cases for bugs.
Removed:
tomcat/trunk/test.xml
Modified:
Author: markt
Date: Mon Jun 15 18:55:48 2009
New Revision: 784918
URL: http://svn.apache.org/viewvc?rev=784918&view=rev
Log:
Default appBase change was causing errors. Use the old value for this test case.
Modified:
tomcat/trunk/test/org/apache/catalina/startup/TestTomcat.java
Modified: tomc
Author: markt
Date: Mon Jun 15 18:55:00 2009
New Revision: 784917
URL: http://svn.apache.org/viewvc?rev=784917&view=rev
Log:
Fix comments
Modified:
tomcat/trunk/test/org/apache/TestAll.java
Modified: tomcat/trunk/test/org/apache/TestAll.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/te
Cleaned up and fixed.
The release is located here:
http://people.apache.org/~fhanik/jdbc-pool/v1.0.4/
[ ] STABLE - I couldn't find any bugs
[ ] BETA - I found some bugs but not critical
[ ] BROKEN - I found some show stoppers
Any comments ?
Thanks,
Filip
-
On 15/06/2009, Filip Hanik - Dev Lists wrote:
> Sebb, thanks for the feedback.
>
> sebb wrote:
>
> > Apart from the problems with N&L files etc that have already been
> > mentioned, I found the following:
> >
> > ==
> >
> > The changelog.html file refers to Tomcat JDBC Connection Pool
> > *v1.0.5
Author: fhanik
Date: Mon Jun 15 18:37:07 2009
New Revision: 784905
URL: http://svn.apache.org/viewvc?rev=784905&view=rev
Log:
New tag with license and notice files. Doc paths have been fixed
Added:
tomcat/tags/JDBC_POOL_1_0_4/ (props changed)
- copied from r784904, tomcat/trunk/module
Author: fhanik
Date: Mon Jun 15 18:31:08 2009
New Revision: 784900
URL: http://svn.apache.org/viewvc?rev=784900&view=rev
Log:
Add missing pom
Added:
tomcat/trunk/res/maven/dbcp.pom (with props)
Added: tomcat/trunk/res/maven/dbcp.pom
URL:
http://svn.apache.org/viewvc/tomcat/trunk/res/maven
Author: fhanik
Date: Mon Jun 15 18:23:15 2009
New Revision: 784898
URL: http://svn.apache.org/viewvc?rev=784898&view=rev
Log:
add missing pom
Added:
tomcat/tc6.0.x/trunk/res/maven/dbcp.pom
Added: tomcat/tc6.0.x/trunk/res/maven/dbcp.pom
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk
Author: fhanik
Date: Mon Jun 15 18:06:25 2009
New Revision: 784891
URL: http://svn.apache.org/viewvc?rev=784891&view=rev
Log:
fix properties and setup for 6.0.20 deployment.
No status file update, I'm assuming this little booger is not part of R-T-C
Modified:
tomcat/tc6.0.x/trunk/res/maven/m
I've uploaded 6.0.20 jars today, they will sync out shortly
Filip
Tom Cunningham wrote:
Is there a public maven repository with a recent version of Tomcat 6
anywhere? We're developing a Tomcat bundle for Apache jUDDI and
we're looking to upgrade our bundle from Tomcat 5.5->6.0.
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=47369
Filip Hanik changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: fhanik
Date: Mon Jun 15 17:36:03 2009
New Revision: 784881
URL: http://svn.apache.org/viewvc?rev=784881&view=rev
Log:
proposal
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=78
Author: fhanik
Date: Mon Jun 15 17:35:07 2009
New Revision: 784879
URL: http://svn.apache.org/viewvc?rev=784879&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47369
Patch provided by Keiichi Fujino
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractRe
Author: fhanik
Date: Mon Jun 15 17:25:29 2009
New Revision: 784871
URL: http://svn.apache.org/viewvc?rev=784871&view=rev
Log:
checked in the raw license
Modified:
tomcat/trunk/modules/jdbc-pool/LICENSE
Modified: tomcat/trunk/modules/jdbc-pool/LICENSE
URL:
http://svn.apache.org/viewvc/tomca
Author: fhanik
Date: Mon Jun 15 17:22:55 2009
New Revision: 784869
URL: http://svn.apache.org/viewvc?rev=784869&view=rev
Log:
Fix documentation
Modified:
tomcat/trunk/modules/jdbc-pool/doc/changelog.xml
tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml
Modified: tomcat/trunk/modules/jdbc-
Sebb, thanks for the feedback.
sebb wrote:
Apart from the problems with N&L files etc that have already been
mentioned, I found the following:
==
The changelog.html file refers to Tomcat JDBC Connection Pool
*v1.0.5-beta* which looks wrong.
fixed.
==
The documentation for the Interceptor
Author: fhanik
Date: Mon Jun 15 17:00:57 2009
New Revision: 784863
URL: http://svn.apache.org/viewvc?rev=784863&view=rev
Log:
Fix copyright year
Modified:
tomcat/trunk/webapps/docs/tomcat-docs.xsl
Modified: tomcat/trunk/webapps/docs/tomcat-docs.xsl
URL:
http://svn.apache.org/viewvc/tomcat/t
Author: fhanik
Date: Mon Jun 15 16:49:24 2009
New Revision: 784857
URL: http://svn.apache.org/viewvc?rev=784857&view=rev
Log:
Correct name
Modified:
tomcat/trunk/modules/jdbc-pool/build.xml
Modified: tomcat/trunk/modules/jdbc-pool/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/mod
Author: fhanik
Date: Mon Jun 15 16:43:27 2009
New Revision: 784853
URL: http://svn.apache.org/viewvc?rev=784853&view=rev
Log:
Add in relative path to the left side menu. It's . by default so no changes.
But this lets one generate docs and point to a location.
Modified:
tomcat/trunk/webapps/
Author: markt
Date: Mon Jun 15 16:32:28 2009
New Revision: 784851
URL: http://svn.apache.org/viewvc?rev=784851&view=rev
Log:
Sorry for the noise - finger trouble
Modified:
tomcat/trunk/test/org/apache/TestAll.java
Modified: tomcat/trunk/test/org/apache/TestAll.java
URL:
http://svn.apache.or
Author: markt
Date: Mon Jun 15 16:30:40 2009
New Revision: 784850
URL: http://svn.apache.org/viewvc?rev=784850&view=rev
Log:
Opps. Shouldn't have renamed this.
Removed:
tomcat/trunk/test/org/apache/catalina/ha/session/TesterSerializablePrincipal.java
---
Author: markt
Date: Mon Jun 15 16:23:19 2009
New Revision: 784845
URL: http://svn.apache.org/viewvc?rev=784845&view=rev
Log:
Opps. Shouldn't have renamed this.
Added:
tomcat/trunk/test/org/apache/catalina/ha/session/TestSerializablePrincipal.java
- copied, changed from r784843,
tomcat
Author: markt
Date: Mon Jun 15 16:21:22 2009
New Revision: 784843
URL: http://svn.apache.org/viewvc?rev=784843&view=rev
Log:
Partly address bug 47124: Name unit tests consistently.
All JUnit test cases are named Test*. There was at least one class named Test*
that was not a JUnit test case. These
Author: markt
Date: Mon Jun 15 16:07:20 2009
New Revision: 784835
URL: http://svn.apache.org/viewvc?rev=784835&view=rev
Log:
Remove some unused Jasper code.
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/JavacErrorDetail.java
tomcat/trunk/java/org/apache/jasper/compiler/JspReader.
Author: markt
Date: Mon Jun 15 15:13:22 2009
New Revision: 784804
URL: http://svn.apache.org/viewvc?rev=784804&view=rev
Log:
Align programmatic web.xml defaults with conf/web.xml
Don't set anything that is already set by default
Switch to a context listener for the defaults so they get applied on
Author: markt
Date: Mon Jun 15 13:05:38 2009
New Revision: 784765
URL: http://svn.apache.org/viewvc?rev=784765&view=rev
Log:
Remove more unused, deprecated code in Jasper
Modified:
tomcat/trunk/java/org/apache/jasper/el/ELResolverImpl.java
tomcat/trunk/java/org/apache/jasper/runtime/TagHa
Author: markt
Date: Mon Jun 15 13:04:18 2009
New Revision: 784764
URL: http://svn.apache.org/viewvc?rev=784764&view=rev
Log:
Remove unused, deprecated code in Jasper
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/JspDocumentParser.java
tomcat/trunk/java/org/apache/jasper/compiler/
Author: markt
Date: Mon Jun 15 12:31:54 2009
New Revision: 784755
URL: http://svn.apache.org/viewvc?rev=784755&view=rev
Log:
Remove deprecated Ant tasks
Removed:
tomcat/trunk/java/org/apache/catalina/ant/InstallTask.java
tomcat/trunk/java/org/apache/catalina/ant/RemoveTask.java
Modified:
Author: markt
Date: Mon Jun 15 10:51:54 2009
New Revision: 784723
URL: http://svn.apache.org/viewvc?rev=784723&view=rev
Log:
Tagging 4.1.40
Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_40/
- copied from r784721, tomcat/container/branches/tc4.1.x/
---
Author: markt
Date: Mon Jun 15 10:47:55 2009
New Revision: 784721
URL: http://svn.apache.org/viewvc?rev=784721&view=rev
Log:
Remove broken tag
Removed:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_40/
-
To unsubscribe, e-mail:
Author: markt
Date: Mon Jun 15 10:44:03 2009
New Revision: 784720
URL: http://svn.apache.org/viewvc?rev=784720&view=rev
Log:
Remove left-over tags
Modified:
tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/systemprops.xml
Modified:
tomcat/container/branches/tc4.1.x/webapps/tomca
https://issues.apache.org/bugzilla/show_bug.cgi?id=47369
Summary: DeltaRequest is never reset. (use BackupManager)
Product: Tomcat 6
Version: 6.0.20
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priorit
Author: markt
Date: Mon Jun 15 10:27:59 2009
New Revision: 784717
URL: http://svn.apache.org/viewvc?rev=784717&view=rev
Log:
Tagging 4.1.40
Added:
tomcat/servletapi/tags/servlet2.3-jsp1.2-tc4.x/TOMCAT_4_1_40/
- copied from r784716, tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x/
-
Author: markt
Date: Mon Jun 15 10:27:48 2009
New Revision: 784716
URL: http://svn.apache.org/viewvc?rev=784716&view=rev
Log:
Tagging 4.1.40
Added:
tomcat/jasper/tags/tc4.1.x/TOMCAT_4_1_40/
- copied from r784715, tomcat/jasper/branches/tc4.1.x/
-
Author: markt
Date: Mon Jun 15 10:27:35 2009
New Revision: 784715
URL: http://svn.apache.org/viewvc?rev=784715&view=rev
Log:
Tagging 4.1.40
Added:
tomcat/connectors/tags/tc4.1.x/TOMCAT_4_1_40/
- copied from r784714, tomcat/connectors/trunk/
Author: markt
Date: Mon Jun 15 10:27:24 2009
New Revision: 784714
URL: http://svn.apache.org/viewvc?rev=784714&view=rev
Log:
Tagging 4.1.40
Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_40/
- copied from r784713, tomcat/container/branches/tc4.1.x/
---
Author: markt
Date: Mon Jun 15 09:55:44 2009
New Revision: 784708
URL: http://svn.apache.org/viewvc?rev=784708&view=rev
Log:
Add system props to documentation.
Added:
tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/systemprops.xml
(with props)
Modified:
tomcat/container/b
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The following page has been changed by xxd82329:
http://wiki.apache.org/tomcat/FilterMetaInfo
New page:
/**
* some meta-info for filters, such as the configured level (engine/host, etc
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The following page has been changed by xxd82329:
http://wiki.apache.org/tomcat/FilterLevels
New page:
// Level for filters --
public static
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The following page has been changed by xxd82329:
http://wiki.apache.org/tomcat/SummerOfCode2009
--
2. Fi
Hello, Dear All,
I have updated the GSoC2009 Project Wiki page. I've got some design
decisions to make, could you please spare me some time take a look at those?
Any comments are welcome. Thank you for your time.
--
Sincerely yours and Best Regards,
Xie Xiaodong
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The following page has been changed by xxd82329:
http://wiki.apache.org/tomcat/SummerOfCode2009
--
+
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The following page has been changed by xxd82329:
http://wiki.apache.org/tomcat/SummerOfCode2009
--
Week
48 matches
Mail list logo