DO NOT REPLY [Bug 47797] The body of the request is lost when you send the POST method !

2009-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47797 Eugene changed: What|Removed |Added Component|Catalina|Catalina Version|Unknown

DO NOT REPLY [Bug 47797] The body of the request is lost when you send the POST method !

2009-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47797 --- Comment #17 from Eugene 2009-10-02 00:56:13 PDT --- Amenably table: http://www.jboss.org/community/wiki/VersionOfTomcatInJBossAS and post at forum: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=161900 versin tomcat in Jboss-

DO NOT REPLY [Bug 47933] New: lost request body while posted parameters occassionly

2009-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47933 Summary: lost request body while posted parameters occassionly Product: Tomcat 5 Version: 5.5.27 Platform: PC OS/Version: Linux Status: NEW Severity: normal P

DO NOT REPLY [Bug 47933] lost request body while posted parameters occassionally

2009-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47933 sesfei changed: What|Removed |Added Summary|lost request body while |lost request body while

DO NOT REPLY [Bug 47933] lost request body while posted parameters occasionally

2009-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47933 sesfei changed: What|Removed |Added Summary|lost request body while |lost request body while

DO NOT REPLY [Bug 47797] The body of the request is lost when you send the POST method !

2009-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47797 --- Comment #18 from Eugene 2009-10-02 03:24:47 PDT --- I changed connector to Http11NioConnector: this problem persist :( -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this m

svn commit: r820954 - /tomcat/trunk/java/org/apache/catalina/loader/VirtualWebappLoader.java

2009-10-02 Thread kkolinko
Author: kkolinko Date: Fri Oct 2 10:39:21 2009 New Revision: 820954 URL: http://svn.apache.org/viewvc?rev=820954&view=rev Log: Use proper method to construct an URL string. File.toURI() takes care of absolute paths, trailing slashes in the names of directories, encoding of special characters suc

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

2009-10-02 Thread kkolinko
Author: kkolinko Date: Fri Oct 2 10:46:17 2009 New Revision: 820958 URL: http://svn.apache.org/viewvc?rev=820958&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=

DO NOT REPLY [Bug 47451] NPE if response contains null content-encoding header

2009-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47451 --- Comment #1 from Konstantin Kolinko 2009-10-02 04:34:03 PDT --- (In reply to comment #0) > A brief analysis of the JnlpDownloadServlet code shows that the > content-encoding > header on the response is being set to null in > DownloadRes

DO NOT REPLY [Bug 47797] The body of the request is lost when you send the POST method !

2009-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47797 --- Comment #19 from Eugene 2009-10-02 05:15:44 PDT --- I patched InputBuffer from bug 44673, problem persist :( -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail becaus

DO NOT REPLY [Bug 47777] Release Notes and Change Log should have version release date

2009-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=4 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 47797] The body of the request is lost when you send the POST method !

2009-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47797 --- Comment #20 from Eugene 2009-10-02 06:20:14 PDT --- I added: public int read(byte[] b, int off, int len) throws IOException { if (closed) throw new IOException(sm.getString("inputBuffer.streamClosed")); ret

[Tomcat Wiki] Update of "PoweredBy" by Ben Benson

2009-10-02 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 Ben Benson: http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=199&rev2=200 {{http://www.cargurus.com/gfx/logos/logo_final_small_r.gif}}

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

2009-10-02 Thread Filip Hanik - Dev Lists
sounds like a plan Filip On 10/01/2009 06:37 PM, Konstantin Kolinko wrote: I am in favor of using file.toURI().toString(), as proposed by Rainer. To construct an URL by simply prepending "file:" + several slashes to the path is simply wrong. Spaces are not allowed in an URL (see chapter 2.4.3

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

2009-10-02 Thread fhanik
Author: fhanik Date: Fri Oct 2 14:07:12 2009 New Revision: 821027 URL: http://svn.apache.org/viewvc?rev=821027&view=rev Log: votes 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=82102

DO NOT REPLY [Bug 47936] New: Setting the attribute reloadable of Context element to true has no effect

2009-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47936 Summary: Setting the attribute reloadable of Context element to true has no effect Product: Tomcat 5 Version: 5.5.28 Platform: PC OS/Version: Linux Status: NE

DO NOT REPLY [Bug 47797] The body of the request is lost when you send the POST method !

2009-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47797 Damien Bonvillain changed: What|Removed |Added CC||k...@cinemasie.com --- Comment

DO NOT REPLY [Bug 46571] read timeout while reading response

2009-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46571 Rainer Jung changed: What|Removed |Added Depends on||47645 --- Comment #9 from Rainer Jun

DO NOT REPLY [Bug 46571] read timeout while reading response

2009-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46571 --- Comment #10 from Rainer Jung 2009-10-02 10:44:34 PDT --- We can also use apr_poll_method_defname() to detect, whether the event "port" mechanism is used in the existing APR lib and then check for the right minimum version. This can be

DO NOT REPLY [Bug 47933] lost request body while posted parameters occasionally

2009-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47933 --- Comment #1 from Damien Bonvillain 2009-10-02 10:53:20 PDT --- It seems on various places that there is a resurgence of the Internet Explorer keepalive bug: http://support.microsoft.com/kb/831167 . See as well http://www.nabble.com/DW

DO NOT REPLY [Bug 46571] tcnative blocks in APR poll on Solaris

2009-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46571 Rainer Jung changed: What|Removed |Added Summary|read timeout while reading |tcnative blocks in APR poll

DO NOT REPLY [Bug 46571] tcnative blocks in APR poll on Solaris

2009-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46571 --- Comment #11 from Jeff Trawick 2009-10-02 11:10:24 PDT --- The first release of APR with apr_poll_method_defname() will also have this fix. (That isn't in APR 1.3.x.) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs

DO NOT REPLY [Bug 47933] lost request body while posted parameters occasionally

2009-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47933 --- Comment #2 from Damien Bonvillain 2009-10-02 13:32:17 PDT --- See as well: http://support.microsoft.com/kb/833301/en-us "Microsoft Internet Explorer may stop responding for up to six minutes" -- Configure bugmail: https://issues.apa

svn commit: r821208 - /tomcat/tc6.0.x/trunk/webapps/docs/tomcat-docs.xsl

2009-10-02 Thread kkolinko
Author: kkolinko Date: Sat Oct 3 00:43:13 2009 New Revision: 821208 URL: http://svn.apache.org/viewvc?rev=821208&view=rev Log: Update tomcat-docs.xsl 1. Properly publish author names in HTML tag (it has content attribute, not value), and do not publish e-mails. 2. Updated copyright year. 3. Add

svn commit: r821209 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2009-10-02 Thread kkolinko
Author: kkolinko Date: Sat Oct 3 00:44:46 2009 New Revision: 821209 URL: http://svn.apache.org/viewvc?rev=821209&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=4 Add release dates for previous releases and betas to the changelog. Modified: tomcat/tc6.0.x/trunk/webap

svn commit: r821215 - /tomcat/tc5.5.x/trunk/container/webapps/docs/tomcat-docs.xsl

2009-10-02 Thread kkolinko
Author: kkolinko Date: Sat Oct 3 01:53:54 2009 New Revision: 821215 URL: http://svn.apache.org/viewvc?rev=821215&view=rev Log: Update tomcat-docs.xsl It is backport of rev.821208 from tc6.0.x 1. Properly publish author names in HTML tag (it has content attribute, not value), and do not publish

svn commit: r821218 - /tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml

2009-10-02 Thread kkolinko
Author: kkolinko Date: Sat Oct 3 01:57:54 2009 New Revision: 821218 URL: http://svn.apache.org/viewvc?rev=821218&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=4 Add release dates for previous releases to the changelog (for versions from 5.5.15 onwards) Modified: t

svn commit: r821220 - /tomcat/trunk/webapps/docs/tomcat-docs.xsl

2009-10-02 Thread kkolinko
Author: kkolinko Date: Sat Oct 3 02:08:13 2009 New Revision: 821220 URL: http://svn.apache.org/viewvc?rev=821220&view=rev Log: Update tomcat-docs.xsl It is port of rev.821208 from tc6.0.x 1. Properly publish author names in HTML tag (it has content attribute, not value), and do not publish e-m

DO NOT REPLY [Bug 47777] Release Notes and Change Log should have version release date

2009-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=4 Konstantin Kolinko changed: What|Removed |Added Resolution|WONTFIX |FIXED --- Comment #2 from Kon