Re: Manager look and feel

2013-08-27 Thread Mark Thomas
On 26/08/2013 23:00, Caldarale, Charles R wrote: From: Larry Shatzer, Jr. [mailto:lar...@gmail.com] Subject: Re: Manager look and feel Maybe switching the manager application to use JSP for all presentation I don't think that should be done. Some sites may disable JSP capability, but

Re: Need a tc-native 1.1.28 release

2013-08-27 Thread Mark Thomas
On 27/08/2013 04:07, Violeta Georgieva wrote: 2013/8/23 Mark Thomas wrote: Tomcat 8 needs tc-native with the fix for non-blocking IO [1]. Any takers for rolling the release? Mark, Do we need this for Tomcat 7 as well? Yes. It affects the JSR-356 WebSocket implementation. Mark

[Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2013-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 zhaoti 396081...@qq.com changed: What|Removed |Added Component|Connectors |Connectors

[Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2013-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 Mark Thomas ma...@apache.org changed: What|Removed |Added Component|Connectors |Connectors

Re: [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2013-08-27 Thread Mark Thomas
On 27/08/2013 09:26, bugzi...@apache.org wrote: https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 zhaoti 396081...@qq.com changed: What|Removed |Added

[Bug 55479] JSR 196 (JASPIC) support in Tomcat

2013-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55479 Violeta Georgieva violet...@apache.org changed: What|Removed |Added Severity|normal

Investigating failing Tomcat trunk unit test

2013-08-27 Thread Mark Thomas
Hi, I've been unable to re-create the current Tomcat trunk unit test failure observed by Gump. Therefore, I'd like to request ssh access to vmgump in order to be able to run the unit test in the same environment, hopefully recreate the problem and fix it. Looking at the infrastructure repo, I

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

2013-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #10 from Mark Thomas ma...@apache.org --- I like it! It is a big improvement on what we have at the moment. I have your latest patch applied locally after fixing a few minor niggles (trailing whitespace) with the patch. The

Re: Need a tc-native 1.1.28 release

2013-08-27 Thread jean-frederic clere
On 08/27/2013 10:00 AM, Mark Thomas wrote: On 27/08/2013 04:07, Violeta Georgieva wrote: 2013/8/23 Mark Thomas wrote: Tomcat 8 needs tc-native with the fix for non-blocking IO [1]. Any takers for rolling the release? Mark, Do we need this for Tomcat 7 as well? Yes. It affects the JSR-356

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

2013-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #11 from Mark Thomas ma...@apache.org --- Figured out the logo issue. I missed the new logo you attached. I renamed it to tomcat.png - no need for the new bit. -- You are receiving this mail because: You are the assignee for

Re: Investigating failing Tomcat trunk unit test

2013-08-27 Thread Stefan Bodewig
On 2013-08-27, Mark Thomas wrote: Looking at the infrastructure repo, I should have ssh access to vmgump. However, it looks like this has been lost / disabled at some point. I'd be grateful if this could be recreated/enabled. Right now I'm without my SSH key to log in to vmgump and will be

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

2013-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #12 from Mark Thomas ma...@apache.org --- Patches applied to 8.0.x. I'm leaving this open for further improvements to 8.0.x as well as possible back-port to 7.0.x, 6.0.x and the website. -- You are receiving this mail

svn commit: r1517778 - in /tomcat/trunk: build.xml webapps/docs/images/docs-stylesheet.css webapps/docs/images/tomcat.png webapps/docs/tomcat-docs.xsl

2013-08-27 Thread markt
Author: markt Date: Tue Aug 27 10:18:08 2013 New Revision: 1517778 URL: http://svn.apache.org/r1517778 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Improve markup and design of the Tomcat 8 documentation webapp. Patch provided by Konstantin Preißer. Added:

svn commit: r1517791 - /tomcat/trunk/test/org/apache/coyote/http11/TestAbstractHttp11Processor.java

2013-08-27 Thread markt
Author: markt Date: Tue Aug 27 11:28:27 2013 New Revision: 1517791 URL: http://svn.apache.org/r1517791 Log: Add a unit test for chunked encoding Modified: tomcat/trunk/test/org/apache/coyote/http11/TestAbstractHttp11Processor.java Modified:

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

2013-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #13 from Konstantin Preißer prei...@web.de --- Hi Mark, (In reply to Mark Thomas from comment #12) Patches applied to 8.0.x. I'm leaving this open for further improvements to 8.0.x as well as possible back-port to 7.0.x,

[Tomcat Wiki] Update of ContributorsGroup by markt

2013-08-27 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The ContributorsGroup page has been changed by markt: https://wiki.apache.org/tomcat/ContributorsGroup?action=diffrev1=8rev2=9 * LucaVisconti * NevenCvetkovic * ShawnYu + *

[Bug 55477] Add a solution to map an realm name to a security role

2013-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55477 --- Comment #3 from Christopher Schultz ch...@christopherschultz.net --- Yeah, you can access sub-elements (we use Digester, so it just needs to be configured, but I'd prefer not to modify the digester configuration if it's not necessary).

[Bug 54085] ssl_socket_recv sometimes loops infinitely with non-blocking sockets

2013-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54085 --- Comment #1 from Christopher Schultz ch...@christopherschultz.net --- Possibly fixed by http://svn.apache.org/viewvc?view=revisionrevision=1490001 -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1517865 - in /tomcat/sandbox/storeconfig6/trunk/src/main/java/org/apache/catalina/storeconfig: ConnectorStoreAppender.java IDynamicPropertyStoreAppender.java StoreAppender.java

2013-08-27 Thread jfclere
Author: jfclere Date: Tue Aug 27 16:12:15 2013 New Revision: 1517865 URL: http://svn.apache.org/r1517865 Log: Make sure that null doesn't get insert in server.xml. Modified: tomcat/sandbox/storeconfig6/trunk/src/main/java/org/apache/catalina/storeconfig/ConnectorStoreAppender.java

svn commit: r1517898 - in /tomcat/trunk/test/org/apache/coyote/ajp: SimpleAjpClient.java TestAbstractAjpProcessor.java TesterAjpMessage.java

2013-08-27 Thread markt
Author: markt Date: Tue Aug 27 17:59:56 2013 New Revision: 1517898 URL: http://svn.apache.org/r1517898 Log: Extend the AJP test client to support methods other than GET and implement a simple POST test. Modified: tomcat/trunk/test/org/apache/coyote/ajp/SimpleAjpClient.java

svn commit: r1517941 - in /tomcat/trunk: java/org/apache/catalina/startup/Tomcat.java test/org/apache/catalina/startup/TestTomcat.java

2013-08-27 Thread violetagg
Author: violetagg Date: Tue Aug 27 19:22:47 2013 New Revision: 1517941 URL: http://svn.apache.org/r1517941 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51526 o.a.catalina.startup.Tomcat.addWebapp(...) will process web application's context.xml when it is presented in the provided

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

2013-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #14 from Konstantin Preißer prei...@web.de --- Hi, I noticed that when viewing the doc XML source files from SVN over HTTP, like changlog.xml: http://svn.apache.org/repos/asf/tomcat/trunk/webapps/docs/changelog.xml then the

svn commit: r1517970 - in /tomcat/trunk/java/org/apache/coyote: Request.java ajp/AbstractAjpProcessor.java

2013-08-27 Thread markt
Author: markt Date: Tue Aug 27 20:18:10 2013 New Revision: 1517970 URL: http://svn.apache.org/r1517970 Log: Content length is managed internally as a long. Fix a few places that were unnecessarily restricting it to an int. Modified: tomcat/trunk/java/org/apache/coyote/Request.java

svn commit: r1517973 - /tomcat/trunk/webapps/docs/images/docs-stylesheet.css

2013-08-27 Thread markt
Author: markt Date: Tue Aug 27 20:37:17 2013 New Revision: 1517973 URL: http://svn.apache.org/r1517973 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Set the mime-type to prevent an error when viewing the changelog directly. Modified:

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

2013-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #15 from Mark Thomas ma...@apache.org --- (In reply to Konstantin Preißer from comment #14) Hi, I noticed that when viewing the doc XML source files from SVN over HTTP, like changlog.xml:

svn commit: r1517980 - /tomcat/trunk/test/org/apache/coyote/http11/filters/TestChunkedInputFilter.java

2013-08-27 Thread markt
Author: markt Date: Tue Aug 27 20:51:06 2013 New Revision: 1517980 URL: http://svn.apache.org/r1517980 Log: Fix comment Modified: tomcat/trunk/test/org/apache/coyote/http11/filters/TestChunkedInputFilter.java Modified:

[Bug 55477] Add a solution to map an realm name to a security role

2013-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55477 --- Comment #4 from Stefan Mayr ste...@mayr-stefan.de --- Usual bean settings (like for a custom resource) which can be expressed in sub xml elements are attributes in the server.xml file. configuration in beans: property name=map

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

2013-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #16 from Rainer Jung rainer.j...@kippdata.de --- BTW, what do you think about switching from HTML to XHTML for the docs of Tomcat 8 (or next major release)? Not yet. Some surveys suggest as many as 30% of browsers are IE

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

2013-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #17 from Konstantin Preißer prei...@web.de --- Created attachment 30772 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30772action=edit First part of updated documentation XMLs Hi, I attached a patch with a first

[GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2013-08-27 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test has an issue affecting its community integration. This