svn commit: r1521370 - /tomcat/trunk/java/org/apache/coyote/http11/InternalAprInputBuffer.java

2013-09-10 Thread markt
Author: markt Date: Tue Sep 10 08:44:20 2013 New Revision: 1521370 URL: http://svn.apache.org/r1521370 Log: Fix regression introduced in r1518158 Calls to available() (used by comet) which in turn calls fill(false) should result in a non-blocking rather than a blocking read. Modified: tomcat

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1521440 - /tomcat/trunk/java/org/apache/coyote/http11/InternalAprInputBuffer.java

2013-09-10 Thread markt
Author: markt Date: Tue Sep 10 11:47:30 2013 New Revision: 1521440 URL: http://svn.apache.org/r1521440 Log: Fix Comet unit test failures on OSX. OSX requires timeout of 0 for non-blocking read Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalAprInputBuffer.java Modified: tomcat/

svn commit: r1521444 - /tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderMemoryLeak.java

2013-09-10 Thread markt
Author: markt Date: Tue Sep 10 11:54:41 2013 New Revision: 1521444 URL: http://svn.apache.org/r1521444 Log: Reduce timing sensitivity of test as some false positives have been observed. Modified: tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderMemoryLeak.java Modified: to

Re: svn commit: r1521023 - in /tomcat/trunk/java: javax/annotation/Generated.java javax/annotation/Resource.java org/apache/catalina/startup/WebAnnotationSet.java

2013-09-10 Thread Konstantin Kolinko
2013/9/9 Mark Thomas : > On 09/09/2013 11:20, Mark Thomas wrote: >> On 09/09/2013 11:09, ma...@apache.org wrote: >>> Author: markt >>> Date: Mon Sep 9 10:09:36 2013 >>> New Revision: 1521023 >>> >>> URL: http://svn.apache.org/r1521023 >>> Log: >>> Fix wrongly named annotation attributes >>> >>> Mo

svn commit: r1521457 - in /tomcat/trunk/java/org/apache/coyote/ajp: AjpAprProcessor.java LocalStrings.properties

2013-09-10 Thread markt
Author: markt Date: Tue Sep 10 12:18:00 2013 New Revision: 1521457 URL: http://svn.apache.org/r1521457 Log: Fix failing org.apache.coyote.ajp.TestAbstractAjpProcessor unit test. Handle EAGAIN result from non-blocking read. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.jav

buildbot success in ASF Buildbot on tomcat-trunk

2013-09-10 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/4947 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

Re: [VOTE] Release Apache Tomcat Native 1.1.28

2013-09-10 Thread Mark Thomas
On 09/09/2013 12:31, Mladen Turk wrote: > Version 1.1.28 is bug fixing release. > The proposed release artefacts can be found at [1], > and the build was done using tag [2]. > > The VOTE will remain open for at least 48 hours. > > The Apache Tomcat Native 1.1.28 is > [X] Stable, go ahead and rel

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

2013-09-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #31 from Konstantin Preißer --- Created attachment 30809 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30809&action=edit Ppatch for improving HTML markup & style in the Tomcat Site Hi, here is a patch for the main

svn commit: r1521514 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/connector/Connector.java webapps/docs/changelog.xml webapps/docs/config/http.xml

2013-09-10 Thread schultz
Author: schultz Date: Tue Sep 10 14:44:15 2013 New Revision: 1521514 URL: http://svn.apache.org/r1521514 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54691 Add configuration property "protocols" alias: "sslEnabledProtocols" Document the as-yet-undocumented property (only documented

Re: svn commit: r1521040 - in /tomcat/tc7.0.x/trunk/java/javax/annotation: ./ security/

2013-09-10 Thread Christopher Schultz
Mark, On 9/9/13 7:12 AM, ma...@apache.org wrote: > Author: markt > Date: Mon Sep 9 11:12:47 2013 > New Revision: 1521040 > > URL: http://svn.apache.org/r1521040 > Log: > Preparation for fixing BZ 55534 > Add @since markers for common annotations > Fix a few spec non-compliance issues > - Genera

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

2013-09-10 Thread schultz
Author: schultz Date: Tue Sep 10 14:58:29 2013 New Revision: 1521515 URL: http://svn.apache.org/r1521515 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=1521515&r1=1521514&r2

[Bug 54691] Rename HTTPS BIO/NIO connector attribute "protocols" to sslEnabledProtocols and document it.

2013-09-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54691 Christopher Schultz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: svn commit: r1521514 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/connector/Connector.java webapps/docs/changelog.xml webapps/docs/config/http.xml

2013-09-10 Thread Mark Thomas
On 10/09/2013 17:10, Christopher Schultz wrote: > Mark, > > On 9/10/13 11:43 AM, Mark Thomas wrote: >> On 10/09/2013 15:44, schu...@apache.org wrote: >>> Author: schultz Date: Tue Sep 10 14:44:15 2013 New Revision: >>> 1521514 >>> >>> URL: http://svn.apache.org/r1521514 Log: Fix >>> https://issue

Re: svn commit: r1521514 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/connector/Connector.java webapps/docs/changelog.xml webapps/docs/config/http.xml

2013-09-10 Thread Christopher Schultz
Mark, On 9/10/13 11:43 AM, Mark Thomas wrote: > On 10/09/2013 15:44, schu...@apache.org wrote: >> Author: schultz >> Date: Tue Sep 10 14:44:15 2013 >> New Revision: 1521514 >> >> URL: http://svn.apache.org/r1521514 >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54691 >> >> Add c

[VOTE] Over-zealous svn commit to Tomcat 6.0

2013-09-10 Thread Christopher Schultz
All, I recently, forgetting the current RTC policy, made a commit to the Tomcat 6 trunk without making a proposal. Mark pointed out my mistake and I'm prepared to revert the patch if necessary. It is, however, a minor code patch (added a Connector configuration property alias) and the rest is doc

Re: [VOTE] Over-zealous svn commit to Tomcat 6.0

2013-09-10 Thread Mark Thomas
On 10/09/2013 17:23, Christopher Schultz wrote: > All, > > I recently, forgetting the current RTC policy, made a commit to > the Tomcat 6 trunk without making a proposal. Mark pointed out my > mistake and I'm prepared to revert the patch if necessary. > > It is, however, a minor code patch (added

Re: svn commit: r1521514 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/connector/Connector.java webapps/docs/changelog.xml webapps/docs/config/http.xml

2013-09-10 Thread Rainer Jung
On 10.09.2013 17:43, Mark Thomas wrote: > On 10/09/2013 15:44, schu...@apache.org wrote: >> Author: schultz >> Date: Tue Sep 10 14:44:15 2013 >> New Revision: 1521514 >> >> URL: http://svn.apache.org/r1521514 >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54691 >> >> Add configur

svn commit: r1521546 - /tomcat/jk/trunk/native/common/jk_connect.c

2013-09-10 Thread mturk
Author: mturk Date: Tue Sep 10 16:44:48 2013 New Revision: 1521546 URL: http://svn.apache.org/r1521546 Log: Do not use APR types for common code Modified: tomcat/jk/trunk/native/common/jk_connect.c Modified: tomcat/jk/trunk/native/common/jk_connect.c URL: http://svn.apache.org/viewvc/tomcat

Re: svn commit: r1521514 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/connector/Connector.java webapps/docs/changelog.xml webapps/docs/config/http.xml

2013-09-10 Thread Mark Thomas
On 10/09/2013 15:44, schu...@apache.org wrote: > Author: schultz > Date: Tue Sep 10 14:44:15 2013 > New Revision: 1521514 > > URL: http://svn.apache.org/r1521514 > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54691 > > Add configuration property "protocols" alias: "sslEnabledProt

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

2013-09-10 Thread markt
Author: markt Date: Tue Sep 10 19:21:22 2013 New Revision: 1521594 URL: http://svn.apache.org/r1521594 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 for the main web site Improve markup and design Patch provided by Konstantin Preißer Added: tomcat/site/trunk/docs/images/t

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

2013-09-10 Thread markt
Modified: tomcat/site/trunk/docs/security-3.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-3.html?rev=1521594&r1=1521593&r2=1521594&view=diff == --- tomcat/site/trunk/docs/security-3.html (original)

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

2013-09-10 Thread markt
Modified: tomcat/site/trunk/docs/whoweare.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whoweare.html?rev=1521594&r1=1521593&r2=1521594&view=diff == --- tomcat/site/trunk/docs/whoweare.html (original) +++ t

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

2013-09-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #32 from Mark Thomas --- (In reply to Konstantin Preißer from comment #31) > Created attachment 30809 [details] > Patch for improving HTML markup & style in the Tomcat Site Patch applied. Waiting for the reaction on the users m

Re: [VOTE] Over-zealous svn commit to Tomcat 6.0

2013-09-10 Thread Konstantin Kolinko
2013/9/10 Christopher Schultz : > All, > > I recently, forgetting the current RTC policy, made a commit to the > Tomcat 6 trunk without making a proposal. Mark pointed out my mistake > and I'm prepared to revert the patch if necessary. > > It is, however, a minor code patch (added a Connector confi

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

2013-09-10 Thread Christopher Schultz
Mark, On 9/10/13 3:21 PM, ma...@apache.org wrote: > Author: markt > Date: Tue Sep 10 19:21:22 2013 > New Revision: 1521594 It's amazing how a relatively small number of changes can take a page from 1996 to ... well, at least 2006. :) -chris signature.asc Description: OpenPGP digital signature

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

2013-09-10 Thread Nick Williams
On Sep 10, 2013, at 4:34 PM, Christopher Schultz wrote: > Mark, > > On 9/10/13 3:21 PM, ma...@apache.org wrote: >> Author: markt >> Date: Tue Sep 10 19:21:22 2013 >> New Revision: 1521594 > > It's amazing how a relatively small number of changes can take a page > from 1996 to ... well, at least

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

2013-09-10 Thread kkolinko
Author: kkolinko Date: Tue Sep 10 23:48:38 2013 New Revision: 1521685 URL: http://svn.apache.org/r1521685 Log: Docs: Correct typos. Clarify the change for http://issues.apache.org/bugzilla/show_bug.cgi?id=54691 Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0

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-10 Thread Konstantin Kolinko
2013/8/16 : > 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 the locale set for the response. > > Modified: > tomcat

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

2013-09-10 Thread kkolinko
Author: kkolinko Date: Wed Sep 11 00:27:48 2013 New Revision: 1521693 URL: http://svn.apache.org/r1521693 Log: Merged r1521687 from tomcat/trunk: Followup to r1514376. Use value from local variable instead of repeating a method call. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomca

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

2013-09-10 Thread kkolinko
Author: kkolinko Date: Wed Sep 11 00:04:37 2013 New Revision: 1521687 URL: http://svn.apache.org/r1521687 Log: Followup to r1514376. Use value from local variable instead of repeating a method call. Modified: tomcat/trunk/java/org/apache/tomcat/util/res/StringManager.java Modified: tomcat/tr

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

2013-09-10 Thread kkolinko
Author: kkolinko Date: Wed Sep 11 00:42:56 2013 New Revision: 1521702 URL: http://svn.apache.org/r1521702 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=1521702&r1=1521701&r

buildbot failure in ASF Buildbot on tomcat-trunk

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

[jira] [Commented] (MTOMCAT-228) Provide option to deploy war file(s) from a location when executing run mojo

2013-09-10 Thread Travis Schneeberger (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13763868#comment-13763868 ] Travis Schneeberger commented on MTOMCAT-228: - This jira would provide a poss

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

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