https://issues.apache.org/bugzilla/show_bug.cgi?id=47797
Eugene changed:
What|Removed |Added
Component|Catalina|Catalina
Version|Unknown
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-
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=47933
sesfei changed:
What|Removed |Added
Summary|lost request body while |lost request body while
https://issues.apache.org/bugzilla/show_bug.cgi?id=47933
sesfei changed:
What|Removed |Added
Summary|lost request body while |lost request body while
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
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
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=
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=4
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
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}}
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=47797
Damien Bonvillain changed:
What|Removed |Added
CC||k...@cinemasie.com
--- Comment
https://issues.apache.org/bugzilla/show_bug.cgi?id=46571
Rainer Jung changed:
What|Removed |Added
Depends on||47645
--- Comment #9 from Rainer Jun
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
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
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
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
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
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
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=4
Konstantin Kolinko changed:
What|Removed |Added
Resolution|WONTFIX |FIXED
--- Comment #2 from Kon
29 matches
Mail list logo