[Bug 55383] Improve markup and design of Tomcat's HTML pages

2013-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #33 from Violeta Georgieva violet...@apache.org --- Created attachment 30812 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30812action=edit Missing background color IE9 top The background color on the top is missing

[Bug 55383] Improve markup and design of Tomcat's HTML pages

2013-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #34 from Konstantin Kolinko knst.koli...@gmail.com --- Created attachment 30813 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30813action=edit Broken layout in IE8 In IE8 (WinXP) the background color is missing as

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

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 11:59:37 2013 New Revision: 1521817 URL: http://svn.apache.org/r1521817 Log: Comment Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 55383] Improve markup and design of Tomcat's HTML pages

2013-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #35 from Konstantin Preißer prei...@web.de --- Hi, (In reply to Violeta Georgieva from comment #33) The background color on the top is missing when using IE9. See the attached screenshot. I think this is because background:

Re: svn commit: r1514485 - in /tomcat/trunk/java/org/apache: coyote/ajp/AbstractAjpProcessor.java coyote/http11/AbstractOutputBuffer.java coyote/spdy/SpdyProcessor.java tomcat/util/http/HttpMessages.j

2013-09-11 Thread Mark Thomas
On 11/09/2013 01:24, Konstantin Kolinko wrote: 2013/8/16 ma...@apache.org: Author: markt Date: Thu Aug 15 20:51:38 2013 New Revision: 1514485 URL: http://svn.apache.org/r1514485 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55399 Have the message in the response line use

[Bug 55383] Improve markup and design of Tomcat's HTML pages

2013-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #36 from Konstantin Preißer prei...@web.de --- Created attachment 30814 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30814action=edit Adds work-arounds for IE ≤ 9. This patch adds work-arounds for IE ≤ 9 to fix the

[Bug 55383] Improve markup and design of Tomcat's HTML pages

2013-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #37 from Konstantin Preißer prei...@web.de --- Created attachment 30815 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30815action=edit Adds work-arounds to Tomcat 8 Docs for IE ≤ 9. This one adds the same

NullPointerException for conditions in compiled JSPs

2013-09-11 Thread Arvīds Grabovskis
Hi, If JSP includes a line c:if test=${nonExisting}Hello,world!/c:if where nonExisting is attribute that does not exist, then NullPointerException will be thrown. The cause is at http://svn.apache.org/repos/asf/tomcat/trunk/java/org/apache/jasper/compiler/JspUtil.java at line #421 which generates

Re: svn commit: r1514485 - in /tomcat/trunk/java/org/apache: coyote/ajp/AbstractAjpProcessor.java coyote/http11/AbstractOutputBuffer.java coyote/spdy/SpdyProcessor.java tomcat/util/http/HttpMessages.j

2013-09-11 Thread Mark Thomas
On 11/09/2013 14:13, Mark Thomas wrote: On 11/09/2013 01:24, Konstantin Kolinko wrote: 2013/8/16 ma...@apache.org: Author: markt Date: Thu Aug 15 20:51:38 2013 New Revision: 1514485 URL: http://svn.apache.org/r1514485 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55399

svn commit: r1521829 - in /tomcat/trunk: java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ test/org/apache/coyote/ajp/ test/org/apache/coyote/http11/

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 13:41:58 2013 New Revision: 1521829 URL: http://svn.apache.org/r1521829 Log: Better adherence to RFC2616 for content-length headers Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java

svn commit: r1521831 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 13:43:02 2013 New Revision: 1521831 URL: http://svn.apache.org/r1521831 Log: Performance tuning after analysis with Yourkit Use bulk write for the payload rather than a loop when there is no mask to apply (i.e. on the client side). Modified:

svn commit: r1521834 - in /tomcat/trunk: java/org/apache/coyote/http11/ java/org/apache/coyote/http11/filters/ test/org/apache/coyote/http11/filters/ webapps/docs/config/

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 13:44:21 2013 New Revision: 1521834 URL: http://svn.apache.org/r1521834 Log: Add support for limiting the size of chunk extensions when using chunked encoding Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

svn commit: r1521835 - in /tomcat/trunk/test/org/apache/tomcat/websocket: TestWebSocketFrameClient.java TestWsPingPongMessages.java TestWsWebSocketContainer.java TesterMessageCountClient.java

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 13:44:59 2013 New Revision: 1521835 URL: http://svn.apache.org/r1521835 Log: Improve performance of unit tests and hopefully fix intermittent unit test failure. Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java

svn commit: r1521837 - in /tomcat/trunk/java/org/apache/tomcat: util/buf/Utf8Encoder.java websocket/WsRemoteEndpointImplBase.java

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 13:45:36 2013 New Revision: 1521837 URL: http://svn.apache.org/r1521837 Log: Profiling indicates that UTF-8 encoding is the bottleneck. Harmony's encoder is slightly faster than Java 7's so use Harmony's. Added:

svn commit: r1521838 [5/5] - in /tomcat/site/trunk: docs/ docs/stylesheets/ xdocs/stylesheets/

2013-09-11 Thread markt
Modified: tomcat/site/trunk/docs/svn.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/svn.html?rev=1521838r1=1521837r2=1521838view=diff == --- tomcat/site/trunk/docs/svn.html (original) +++

svn commit: r1521840 - /tomcat/trunk/java/org/apache/tomcat/util/res/StringManager.java

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 13:46:43 2013 New Revision: 1521840 URL: http://svn.apache.org/r1521840 Log: Put a limit on the number of Locale to StringManager mappings that will be cached. Modified: tomcat/trunk/java/org/apache/tomcat/util/res/StringManager.java Modified:

svn commit: r1521839 - /tomcat/trunk/java/org/apache/tomcat/util/buf/Utf8Encoder.java

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 13:46:09 2013 New Revision: 1521839 URL: http://svn.apache.org/r1521839 Log: When less than 127, no need to convert to unsigned. Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/Utf8Encoder.java Modified:

svn commit: r1521842 - in /tomcat/trunk/webapps/docs: images/docs-stylesheet-ie-fix.css tomcat-docs.xsl

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 13:50:13 2013 New Revision: 1521842 URL: http://svn.apache.org/r1521842 Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 IE=9 fixes for Tomcat 8 docs Added: tomcat/trunk/webapps/docs/images/docs-stylesheet-ie-fix.css (with props) Modified:

[Bug 55383] Improve markup and design of Tomcat's HTML pages

2013-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #38 from Mark Thomas ma...@apache.org --- Applied. Many thanks. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

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

2013-09-11 Thread Mark Thomas
On 11/09/2013 14:44, Konstantin Kolinko wrote: 2013/9/11 ma...@apache.org: Author: markt Date: Wed Sep 11 11:59:37 2013 New Revision: 1521817 URL: http://svn.apache.org/r1521817 Log: Comment Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

RE: svn commit: r1521594 [1/16] - in /tomcat/site/trunk: docs/ docs/images/ docs/stylesheets/ xdocs/images/ xdocs/stylesheets/

2013-09-11 Thread Konstantin Preißer
Hi Christopher, -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, September 10, 2013 11:35 PM It's amazing how a relatively small number of changes can take a page from 1996 to ... well, at least 2006. :) Do you mean the design or

Re: NullPointerException for conditions in compiled JSPs

2013-09-11 Thread Konstantin Kolinko
2013/9/11 Arvīds Grabovskis arvids.grabovs...@gmail.com: Hi, If JSP includes a line c:if test=${nonExisting}Hello,world!/c:if where nonExisting is attribute that does not exist, then NullPointerException will be thrown. The cause is at

Re: svn commit: r1521594 [1/16] - in /tomcat/site/trunk: docs/ docs/images/ docs/stylesheets/ xdocs/images/ xdocs/stylesheets/

2013-09-11 Thread Konstantin Kolinko
2013/9/11 Konstantin Preißer verlag.preis...@t-online.de: Hi Christopher, -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, September 10, 2013 11:35 PM It's amazing how a relatively small number of changes can take a page from 1996 to

svn commit: r1521854 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ test/org/apache/coyote/ajp/ test/org/apache/coyote/http11/

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 14:07:31 2013 New Revision: 1521854 URL: http://svn.apache.org/r1521854 Log: Better adherence to RFC2616 for content-length headers Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java

svn commit: r1521864 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/ java/org/apache/coyote/http11/filters/ test/org/apache/coyote/http11/filters/ webapps/docs/ webapps/docs/config/

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 14:19:50 2013 New Revision: 1521864 URL: http://svn.apache.org/r1521864 Log: Add support for limiting the size of chunk extensions when using chunked encoding Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1521860 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 14:13:47 2013 New Revision: 1521860 URL: http://svn.apache.org/r1521860 Log: Performance tuning after analysis with Yourkit Use bulk write for the payload rather than a loop when there is no mask to apply (i.e. on the client side). Modified:

svn commit: r1521866 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/tomcat/websocket/

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 14:21:47 2013 New Revision: 1521866 URL: http://svn.apache.org/r1521866 Log: Improve performance of unit tests and hopefully fix intermittent unit test failure. Modified: tomcat/tc7.0.x/trunk/ (props changed)

RE: svn commit: r1521594 [1/16] - in /tomcat/site/trunk: docs/ docs/images/ docs/stylesheets/ xdocs/images/ xdocs/stylesheets/

2013-09-11 Thread Konstantin Preißer
Hi Konstantin, -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Wednesday, September 11, 2013 4:05 PM The header/main/footer tags are not in HTML 5. They are in 5.1 which is not a spec yet, just a draft. I think it is too early to use them.

svn commit: r1521868 - /tomcat/trunk/java/org/apache/tomcat/util/buf/Utf8Encoder.java

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 14:22:45 2013 New Revision: 1521868 URL: http://svn.apache.org/r1521868 Log: Fix EOL Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/Utf8Encoder.java (props changed) Propchange: tomcat/trunk/java/org/apache/tomcat/util/buf/Utf8Encoder.java

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

2013-09-11 Thread Konstantin Kolinko
2013/9/11 Mark Thomas ma...@apache.org: On 11/09/2013 14:44, Konstantin Kolinko wrote: 2013/9/11 ma...@apache.org: Author: markt Date: Wed Sep 11 11:59:37 2013 New Revision: 1521817 URL: http://svn.apache.org/r1521817 Log: Comment Modified: tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r1521869 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/buf/Utf8Encoder.java java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 14:23:35 2013 New Revision: 1521869 URL: http://svn.apache.org/r1521869 Log: Profiling indicates that UTF-8 encoding is the bottleneck. Harmony's encoder is slightly faster than Java 7's so use Harmony's. Added:

svn commit: r1521870 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/buf/Utf8Encoder.java

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 14:26:06 2013 New Revision: 1521870 URL: http://svn.apache.org/r1521870 Log: When less than 127, no need to convert to unsigned. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf/Utf8Encoder.java

svn commit: r1521871 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/res/StringManager.java

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 14:27:27 2013 New Revision: 1521871 URL: http://svn.apache.org/r1521871 Log: Put a limit on the number of Locale to StringManager mappings that will be cached. Modified: tomcat/tc7.0.x/trunk/ (props changed)

Download links broken on main web site?

2013-09-11 Thread Yoav Shapira
Browsing http://tomcat.apache.org and clicking on the links in the left-hand menu's Download section, e.g. this one for Tomcat 7.0, leads to a broken page: http://tomcat.apache.org/download-70.cgi. Problem running mirror.cgi; if it persists, contact infrastruct...@apache.org. In the meantime,

svn commit: r1521874 [8/13] - in /tomcat/site/trunk: docs/ xdocs/stylesheets/

2013-09-11 Thread markt
Modified: tomcat/site/trunk/docs/security-4.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-4.html?rev=1521874r1=1521873r2=1521874view=diff == --- tomcat/site/trunk/docs/security-4.html (original)

[Bug 55546] New: Connection hangs after Websocket upgrade through Apache AJP reverse proxy

2013-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55546 Bug ID: 55546 Summary: Connection hangs after Websocket upgrade through Apache AJP reverse proxy Product: Tomcat 7 Version: 7.0.42 Hardware: PC OS:

[Bug 55546] Connection hangs after Websocket upgrade through Apache AJP reverse proxy

2013-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55546 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1521855 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 14:08:17 2013 New Revision: 1521855 URL: http://svn.apache.org/r1521855 Log: Update changelog. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

Re: Download links broken on main web site?

2013-09-11 Thread Mark Thomas
On 11/09/2013 15:29, Yoav Shapira wrote: Browsing http://tomcat.apache.org and clicking on the links in the left-hand menu's Download section, e.g. this one for Tomcat 7.0, leads to a broken page: http://tomcat.apache.org/download-70.cgi. Dropping infra@ from the cc list. This looks like our

RE: svn commit: r1521838 [1/5] - in /tomcat/site/trunk: docs/ docs/stylesheets/ xdocs/stylesheets/

2013-09-11 Thread Konstantin Preißer
Hi Mark, -Original Message- From: ma...@apache.org [mailto:ma...@apache.org] Sent: Wednesday, September 11, 2013 3:46 PM To: dev@tomcat.apache.org Subject: svn commit: r1521838 [1/5] - in /tomcat/site/trunk: docs/ Sorry, I now see that it would have been better not to change the

RE: Download links broken on main web site?

2013-09-11 Thread Konstantin Preißer
Hi, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, September 11, 2013 4:38 PM To: Tomcat Developers List Cc: Yoav Shapira Subject: Re: Download links broken on main web site? On 11/09/2013 15:29, Yoav Shapira wrote: Browsing

RE: Download links broken on main web site?

2013-09-11 Thread Konstantin Preißer
Hi Mark, (sorry - hit send too early) -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, September 11, 2013 5:02 PM For now, I just removed the IE fixes from the generated download pages. With the immediate issue fixed, we can figure out a longer

Re: svn commit: r1521594 [1/16] - in /tomcat/site/trunk: docs/ docs/images/ docs/stylesheets/ xdocs/images/ xdocs/stylesheets/

2013-09-11 Thread Christopher Schultz
Konstantin, On 9/11/13 9:56 AM, Konstantin Preißer wrote: Hi Christopher, -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, September 10, 2013 11:35 PM It's amazing how a relatively small number of changes can take a page from 1996

svn commit: r1521886 - in /tomcat/site/trunk/docs: download-60.html download-70.html download-80.html

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 14:54:38 2013 New Revision: 1521886 URL: http://svn.apache.org/r1521886 Log: Manually remove the lines suspected of breaking the download pages. Worry about fixing the generation side once we confirm this is the issue. Modified:

Re: Download links broken on main web site?

2013-09-11 Thread Mark Thomas
On 11/09/2013 15:45, Konstantin Preißer wrote: Hi, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, September 11, 2013 4:38 PM To: Tomcat Developers List Cc: Yoav Shapira Subject: Re: Download links broken on main web site? On 11/09/2013 15:29,

Re: NullPointerException for conditions in compiled JSPs

2013-09-11 Thread Christopher Schultz
Arvīds, On 9/11/13 11:07 AM, Arvīds Grabovskis wrote: 2013/9/11 Konstantin Kolinko knst.koli...@gmail.com mailto:knst.koli...@gmail.com 2013/9/11 Arvīds Grabovskis arvids.grabovs...@gmail.com mailto:arvids.grabovs...@gmail.com: Hi, If JSP includes a line c:if

[Bug 55546] Connection hangs after Websocket upgrade through Apache AJP reverse proxy

2013-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55546 --- Comment #3 from Mark Thomas ma...@apache.org --- (In reply to Archie Cobbs from comment #2) What would be the appropriate next step then? Would getting this to work constitute a feature request for Apache httpd, or Tomcat, or both?

RE: Download links broken on main web site?

2013-09-11 Thread Konstantin Preißer
Hi Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, September 11, 2013 5:02 PM For now, I just removed the IE fixes from the generated download pages. With the immediate issue fixed, we can figure out a longer term solution. Mark

Re: NullPointerException for conditions in compiled JSPs

2013-09-11 Thread Arvīds Grabovskis
2013/9/11 Konstantin Kolinko knst.koli...@gmail.com 2013/9/11 Arvīds Grabovskis arvids.grabovs...@gmail.com: Hi, If JSP includes a line c:if test=${nonExisting}Hello,world!/c:if where nonExisting is attribute that does not exist, then NullPointerException will be thrown. The cause is

[Bug 55546] Connection hangs after Websocket upgrade through Apache AJP reverse proxy

2013-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55546 --- Comment #4 from Archie Cobbs arc...@dellroad.org --- Adding HTTP upgrade support to AJP would be a task for Tomcat although personally I'd say don't bother and proxy using HTTP instead. Unless I'm misunderstanding something, it

svn commit: r1521887 - in /tomcat/site/trunk/docs: download-60.html download-70.html download-80.html

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 14:55:37 2013 New Revision: 1521887 URL: http://svn.apache.org/r1521887 Log: Fix the footers too. Modified: tomcat/site/trunk/docs/download-60.html tomcat/site/trunk/docs/download-70.html tomcat/site/trunk/docs/download-80.html Modified:

[Bug 55546] Connection hangs after Websocket upgrade through Apache AJP reverse proxy

2013-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55546 --- Comment #2 from Archie Cobbs arc...@dellroad.org --- Thanks for the clarification. What would be the appropriate next step then? Would getting this to work constitute a feature request for Apache httpd, or Tomcat, or both? FYI, the

buildbot failure in ASF Buildbot on tomcat-7-trunk

2013-09-11 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1393 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

Re: svn commit: r1521594 [1/16] - in /tomcat/site/trunk: docs/ docs/images/ docs/stylesheets/ xdocs/images/ xdocs/stylesheets/

2013-09-11 Thread Konstantin Kolinko
2013/9/11 Konstantin Preißer verlag.preis...@t-online.de: Hi Konstantin, -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Wednesday, September 11, 2013 4:05 PM The header/main/footer tags are not in HTML 5. They are in 5.1 which is not a spec yet,

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

2013-09-11 Thread Nick Williams
On Sep 11, 2013, at 9:22 AM, Konstantin Kolinko wrote: 2013/9/11 Mark Thomas ma...@apache.org: On 11/09/2013 14:44, Konstantin Kolinko wrote: 2013/9/11 ma...@apache.org: Author: markt Date: Wed Sep 11 11:59:37 2013 New Revision: 1521817 URL: http://svn.apache.org/r1521817 Log:

Re: Download links broken on main web site?

2013-09-11 Thread Mark Thomas
On 11/09/2013 16:12, Konstantin Preißer wrote: Hi Mark, (sorry - hit send too early) -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, September 11, 2013 5:02 PM For now, I just removed the IE fixes from the generated download pages. With the

RE: svn commit: r1521594 [1/16] - in /tomcat/site/trunk: docs/ docs/images/ docs/stylesheets/ xdocs/images/ xdocs/stylesheets/

2013-09-11 Thread Konstantin Preißer
Hi, -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, September 11, 2013 6:42 PM 1. All those headerfooter are only marginally better than div. Keep it simple. The HTML5 spec introduced those elements (header, footer, nav) so

[Bug 55546] Connection hangs after Websocket upgrade through Apache AJP reverse proxy

2013-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55546 --- Comment #5 from Mark Thomas ma...@apache.org --- (In reply to Archie Cobbs from comment #4) Unless I'm misunderstanding something, it appears that Tomcat already supports HTTP upgrade.. because it is responding with 101 Switching

[Bug 55383] Improve markup and design of Tomcat's HTML pages

2013-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Konstantin Preißer prei...@web.de changed: What|Removed |Added Attachment #30814|0 |1 is

[Bug 55383] Improve markup and design of Tomcat's HTML pages

2013-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Konstantin Preißer prei...@web.de changed: What|Removed |Added Attachment #30815|0 |1 is

[Bug 55546] Connection hangs after Websocket upgrade through Apache AJP reverse proxy

2013-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55546 --- Comment #6 from Archie Cobbs arc...@dellroad.org --- So maybe this is just an Apache limitation. No, it is also an AJP limitation and that protocol is owned by the Tomcat PMC. Thanks, now I understand. So in the packet trace, AJP

Re: svn commit: r1521594 [1/16] - in /tomcat/site/trunk: docs/ docs/images/ docs/stylesheets/ xdocs/images/ xdocs/stylesheets/

2013-09-11 Thread Konstantin Kolinko
2013/9/11 Christopher Schultz ch...@christopherschultz.net: Konstantin, On 9/11/13 12:32 PM, Konstantin Kolinko wrote: 2013/9/11 Konstantin Preißer verlag.preis...@t-online.de: Hi Konstantin, -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent:

Re: buildbot failure in ASF Buildbot on tomcat-7-trunk

2013-09-11 Thread Mark Thomas
On 11/09/2013 16:57, build...@apache.org wrote: The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1393 The problem appears to be the switch to Harmony's UTF-8

[Bug 54947] Http11NioProtocol generates HTTP 505 responses on valid requests if request is split across multiple packets

2013-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54947 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1522022 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/coyote/http11/Http11AprProcessor.java java/org/apache/coyote/http11/Http11NioProcessor.java java/org/apache/coyote/http11/Ht

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 20:24:53 2013 New Revision: 1522022 URL: http://svn.apache.org/r1522022 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55228 Allow applications to set an HTTP date header Modified: tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r1522020 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/coyote/http11/InternalNioInputBuffer.java webapps/docs/changelog.xml

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 20:19:07 2013 New Revision: 1522020 URL: http://svn.apache.org/r1522020 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54947 NIO connector incorrectly rejects a request if the CRLF terminating the request line is split across multiple packets. Patch by

svn commit: r1522016 - /tomcat/trunk/java/org/apache/tomcat/util/buf/Utf8Encoder.java

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 20:05:13 2013 New Revision: 1522016 URL: http://svn.apache.org/r1522016 Log: If both the input and output buffers are exhausted at the same time, return UNDERFLOW as more input data would be required to trigger OVERFLOW. Modified:

[Bug 55228] AbstractHttp11Processor overwrites Date header, even when set by application

2013-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55228 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1522018 - in /tomcat/trunk/webapps/docs: images/docs-stylesheet-ie-fix.css images/docs-stylesheet.css tomcat-docs.xsl

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 20:09:40 2013 New Revision: 1522018 URL: http://svn.apache.org/r1522018 Log: IE =9 fixes without the conditional comments Removed: tomcat/trunk/webapps/docs/images/docs-stylesheet-ie-fix.css Modified: tomcat/trunk/webapps/docs/images/docs-stylesheet.css

[Bug 55383] Improve markup and design of Tomcat's HTML pages

2013-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #41 from Mark Thomas ma...@apache.org --- Both applied. Thanks. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

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

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 20:38:24 2013 New Revision: 1522026 URL: http://svn.apache.org/r1522026 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: svn commit: r1521594 [1/16] - in /tomcat/site/trunk: docs/ docs/images/ docs/stylesheets/ xdocs/images/ xdocs/stylesheets/

2013-09-11 Thread Christopher Schultz
Konstantin, On 9/11/13 12:32 PM, Konstantin Kolinko wrote: 2013/9/11 Konstantin Preißer verlag.preis...@t-online.de: Hi Konstantin, -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Wednesday, September 11, 2013 4:05 PM The header/main/footer tags

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

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 21:20:36 2013 New Revision: 1522052 URL: http://svn.apache.org/r1522052 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: svn commit: r1522018 - in /tomcat/trunk/webapps/docs: images/docs-stylesheet-ie-fix.css images/docs-stylesheet.css tomcat-docs.xsl

2013-09-11 Thread sebb
On 11 September 2013 21:09, ma...@apache.org wrote: Author: markt Date: Wed Sep 11 20:09:40 2013 New Revision: 1522018 URL: http://svn.apache.org/r1522018 Log: IE =9 fixes without the conditional comments IE8 now looks much better.

buildbot success in ASF Buildbot on tomcat-trunk

2013-09-11 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/4952 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

svn commit: r1522038 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/buf/Utf8Encoder.java

2013-09-11 Thread markt
Author: markt Date: Wed Sep 11 21:10:37 2013 New Revision: 1522038 URL: http://svn.apache.org/r1522038 Log: If both the input and output buffers are exhausted at the same time, return UNDERFLOW as more input data would be required to trigger OVERFLOW. Modified: tomcat/tc7.0.x/trunk/

buildbot success in ASF Buildbot on tomcat-7-trunk

2013-09-11 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1394 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build