Bug report for Tomcat 7 [2014/04/27]

2014-04-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2014/04/27]

2014-04-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2014/04/27]

2014-04-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2014/04/27]

2014-04-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2014/04/27]

2014-04-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2014/04/27]

2014-04-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2014/04/27]

2014-04-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

svn commit: r1590377 - /tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapter.java

2014-04-27 Thread remm
Author: remm Date: Sun Apr 27 11:24:34 2014 New Revision: 1590377 URL: http://svn.apache.org/r1590377 Log: Cleanup the test output (mixing out and err is confusing), add some info and wait more (somehow NIO2 gets an exception later). Modified:

svn commit: r1590378 - in /tomcat/trunk/java/org/apache/coyote/http11: InternalNio2InputBuffer.java InternalNio2OutputBuffer.java upgrade/Nio2ServletInputStream.java upgrade/Nio2ServletOutputStream.ja

2014-04-27 Thread remm
Author: remm Date: Sun Apr 27 11:25:39 2014 New Revision: 1590378 URL: http://svn.apache.org/r1590378 Log: Since I looked at the traces, replace exception wrap with unwrap for IOException. Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNio2InputBuffer.java

Re: Time for 8.0.6

2014-04-27 Thread Rémy Maucherat
2014-04-27 0:41 GMT+02:00 Mark Thomas ma...@apache.org: Agreed, but that it out of our control. However, I'm seeing some fairly consistent failures with NIO2 and TestCoyoteAdapter.testBug54928 that I'd like to get to the bottom of. It doesn't (usually) fail if I run the test on its own but

svn commit: r1590381 - in /tomcat/tc7.0.x/trunk: java/org/apache/tomcat/util/file/Matcher.java java/org/apache/tomcat/util/scan/StandardJarScanner.java webapps/docs/changelog.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 12:02:36 2014 New Revision: 1590381 URL: http://svn.apache.org/r1590381 Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=56365 Simplify file name pattern matching code in StandardJarScanner. Modified:

svn commit: r1590382 - in /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/file: Constants.java LocalStrings.properties Matcher.java

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 12:10:53 2014 New Revision: 1590382 URL: http://svn.apache.org/r1590382 Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=56365 Simplify file name pattern matching code in StandardJarScanner: Remove unused code from Matcher class. Removed:

svn commit: r1590387 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/startup/ java/org/apache/jasper/compiler/ java/org/apache/tomcat/util/scan/ test/org/apache/tomcat/util/scan/ webapps/docs/ we

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 12:57:22 2014 New Revision: 1590387 URL: http://svn.apache.org/r1590387 Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=56365 Document file name pattern syntax for StandardJarScanner. When configuring pattern lists: be tolerant of leading/trailing

[Bug 56365] Simplify use of Mapper in StandardJarScanner

2014-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56365 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

svn commit: r1590402 - /tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapter.java

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 15:03:11 2014 New Revision: 1590402 URL: http://svn.apache.org/r1590402 Log: Followup to r1590377 s/Wait/Waited/ and be more detailed Modified: tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapter.java Modified:

svn commit: r1590403 - in /tomcat/trunk/java/org/apache/coyote/http11: InternalNio2InputBuffer.java InternalNio2OutputBuffer.java upgrade/Nio2ServletInputStream.java upgrade/Nio2ServletOutputStream.ja

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 15:07:15 2014 New Revision: 1590403 URL: http://svn.apache.org/r1590403 Log: Review of r1590378: Simplify: instanceof operator does not-null check Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNio2InputBuffer.java

svn commit: r1590422 - /tomcat/trunk/java/org/apache/catalina/valves/ErrorReportValve.java

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 17:03:45 2014 New Revision: 1590422 URL: http://svn.apache.org/r1590422 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56383 Review of r1589994: - Reduce visibility of fields that have getter methods - Do not print h3/h3 line if showServerInfo is

svn commit: r1590423 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/ErrorReportValve.java

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 17:05:44 2014 New Revision: 1590423 URL: http://svn.apache.org/r1590423 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56383 Merged r1590422 from tomcat/trunk: Review of r1589994: - Reduce visibility of fields that have getter methods - Do not print

[Bug 56383] Securing ErrorReportValve [PATCH]

2014-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56383 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|RESOLVED

svn commit: r1590438 - /tomcat/trunk/java/org/apache/catalina/valves/ErrorReportValve.java

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 18:14:00 2014 New Revision: 1590438 URL: http://svn.apache.org/r1590438 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56383 Use non-empty title when both showServerInfo and showReport are false. Modified:

svn commit: r1590441 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/ErrorReportValve.java

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 18:17:02 2014 New Revision: 1590441 URL: http://svn.apache.org/r1590441 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56383 Merged r1590438 from tomcat/trunk: Use non-empty title when both showServerInfo and showReport are false. Modified:

[Bug 56383] Securing ErrorReportValve [PATCH]

2014-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56383 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|REOPENED

[Bug 56463] New: Allow to disable ServerInfo in directory listings in DefaultServlet

2014-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56463 Bug ID: 56463 Summary: Allow to disable ServerInfo in directory listings in DefaultServlet Product: Tomcat 7 Version: 7.0.53 Hardware: PC Status: NEW

Re: Reporting Tomcat version information to end user

2014-04-27 Thread Konstantin Kolinko
2014-04-23 18:32 GMT+04:00 Maarten van Hulsentop maar...@vanhulsentop.nl: Hello all, Looking at Tomcat bug 56383 - Securing ErrorReportValve ( https://issues.apache.org/bugzilla/show_bug.cgi?id=56383 ), i think a similar thing can also be done for the Tomcat version number reported by the

svn commit: r1590451 - in /tomcat/trunk/webapps/docs: changelog.xml config/valve.xml security-howto.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 18:43:58 2014 New Revision: 1590451 URL: http://svn.apache.org/r1590451 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56383 Document the new feature on the security HowTO page. Move error valve documentation lower in the valves list (access log

svn commit: r1590453 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/valve.xml webapps/docs/security-howto.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 18:50:08 2014 New Revision: 1590453 URL: http://svn.apache.org/r1590453 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56383 Merged r1590451 from tomcat/trunk: Document the new feature on the security HowTO page. Move error valve documentation lower

svn commit: r1590461 - in /tomcat/trunk/webapps/docs: changelog.xml config/context.xml config/engine.xml config/host.xml config/valve.xml logging.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 19:17:31 2014 New Revision: 1590461 URL: http://svn.apache.org/r1590461 Log: Improving valves documentation. Wrap Access Logging valves into a distinct section. Modified: tomcat/trunk/webapps/docs/changelog.xml

svn commit: r1590471 - /tomcat/trunk/webapps/docs/config/valve.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 19:42:14 2014 New Revision: 1590471 URL: http://svn.apache.org/r1590471 Log: Improving valves documentation. Wrap RemoteAddrValve and RemoteHostValve valves into a distinct section. Modified: tomcat/trunk/webapps/docs/config/valve.xml Modified:

[Bug 56463] Allow to disable ServerInfo in directory listings in DefaultServlet

2014-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56463 Michael Osipov 1983-01...@gmx.net changed: What|Removed |Added OS||All ---

svn commit: r1590474 - /tomcat/trunk/webapps/docs/config/valve.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 19:47:10 2014 New Revision: 1590474 URL: http://svn.apache.org/r1590474 Log: Improving valves documentation. Move RemoteIpValve and SSLValve into new section Proxies Support. Modified: tomcat/trunk/webapps/docs/config/valve.xml Modified:

svn commit: r1590479 - /tomcat/trunk/webapps/docs/config/valve.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 19:56:53 2014 New Revision: 1590479 URL: http://svn.apache.org/r1590479 Log: Improving valves documentation. Move valves implementing an Authenticator into new section Authentication. Modified: tomcat/trunk/webapps/docs/config/valve.xml Modified:

[Bug 56463] Allow to disable ServerInfo in directory listings in DefaultServlet

2014-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56463 --- Comment #2 from Konstantin Kolinko knst.koli...@gmail.com --- It is not meant to be security. It is that some people like to hide that information. I am just saying that new feature have to be documented. -- You are receiving this

svn commit: r1590492 - in /tomcat/tc7.0.x/trunk/webapps/docs: changelog.xml tomcat-docs.xsl

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 21:00:55 2014 New Revision: 1590492 URL: http://svn.apache.org/r1590492 Log: Fix processing of target, rel attributes on links in Documentation. The a template in the XSLT is not used, as we do not generate separate printer versions of the docs. It did not

svn commit: r1590493 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/appdev/deployment.xml webapps/docs/appdev/index.xml webapps/docs/changelog.xml webapps/docs/tomcat-docs.xsl

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 21:10:33 2014 New Revision: 1590493 URL: http://svn.apache.org/r1590493 Log: CTR: documentation Fix processing of target, rel attributes on links in Documentation. The a template in the XSLT is not useful, as nowadays we do not generate separate printer

svn commit: r1590494 - in /tomcat/tc7.0.x/trunk/webapps/docs/appdev: deployment.xml index.xml introduction.xml processes.xml source.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 21:18:51 2014 New Revision: 1590494 URL: http://svn.apache.org/r1590494 Log: Improve documentation markup. This is partial backport of r1519668 from trunk. Modified: tomcat/tc7.0.x/trunk/webapps/docs/appdev/deployment.xml

svn commit: r1590495 - /tomcat/tc7.0.x/trunk/webapps/docs/architecture/startup.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 21:20:19 2014 New Revision: 1590495 URL: http://svn.apache.org/r1590495 Log: Improve documentation markup. This is partial backport of r1519668 from trunk. Modified: tomcat/tc7.0.x/trunk/webapps/docs/architecture/startup.xml Modified:

svn commit: r1590496 - in /tomcat/tc7.0.x/trunk/webapps/docs/config: ajp.xml http.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 21:26:36 2014 New Revision: 1590496 URL: http://svn.apache.org/r1590496 Log: Improve documentation markup. This is partial backport of r1519668 from trunk. Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/ajp.xml

svn commit: r1590497 - in /tomcat/tc7.0.x/trunk/webapps/docs/config: cluster-interceptor.xml cluster-membership.xml loader.xml manager.xml realm.xml systemprops.xml valve.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 21:32:19 2014 New Revision: 1590497 URL: http://svn.apache.org/r1590497 Log: Improve documentation markup. This is partial backport of r1519668 from trunk. Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-interceptor.xml

svn commit: r1590498 - in /tomcat/tc7.0.x/trunk/webapps/docs/config: cluster.xml context.xml engine.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 21:40:08 2014 New Revision: 1590498 URL: http://svn.apache.org/r1590498 Log: Improve documentation markup. This is partial backport of r1519668 from trunk. Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/cluster.xml

svn commit: r1590499 - /tomcat/tc7.0.x/trunk/webapps/docs/config/filter.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 21:45:21 2014 New Revision: 1590499 URL: http://svn.apache.org/r1590499 Log: Improve documentation markup. This is partial backport of r1519668 from trunk. Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/filter.xml Modified:

svn commit: r1590500 - /tomcat/trunk/webapps/docs/config/globalresources.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 21:49:44 2014 New Revision: 1590500 URL: http://svn.apache.org/r1590500 Log: Fix broken link. I noted it when backporting r1519668 to TC7. Modified: tomcat/trunk/webapps/docs/config/globalresources.xml Modified:

svn commit: r1590501 - in /tomcat/tc7.0.x/trunk/webapps/docs/config: globalresources.xml host.xml listeners.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 21:53:40 2014 New Revision: 1590501 URL: http://svn.apache.org/r1590501 Log: Improve documentation markup. This is partial backport of r1519668 from trunk. Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/globalresources.xml

svn commit: r1590503 - /tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 22:02:59 2014 New Revision: 1590503 URL: http://svn.apache.org/r1590503 Log: Improve documentation markup. This is partial backport of r1518540 from trunk. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Modified:

svn commit: r1590506 - in /tomcat/tc7.0.x/trunk/webapps/docs: changelog.xml tomcat-docs.xsl

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 22:28:13 2014 New Revision: 1590506 URL: http://svn.apache.org/r1590506 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Backport markup and styles for tables and source fragments from Tomcat 8. A difference is that I am not introducing a

svn commit: r1590507 - in /tomcat/tc7.0.x/trunk/webapps/docs: aio.xml apr.xml building.xml cgi-howto.xml class-loader-howto.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 22:33:25 2014 New Revision: 1590507 URL: http://svn.apache.org/r1590507 Log: Improve documentation markup. This is partial backport of r1518540 from trunk. Modified: tomcat/tc7.0.x/trunk/webapps/docs/aio.xml tomcat/tc7.0.x/trunk/webapps/docs/apr.xml

svn commit: r1590508 - /tomcat/tc6.0.x/trunk/webapps/docs/apr.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 22:35:11 2014 New Revision: 1590508 URL: http://svn.apache.org/r1590508 Log: CTR: documentation Fix broken attributes table. This is partial backport of r1518540 from trunk. Modified: tomcat/tc6.0.x/trunk/webapps/docs/apr.xml Modified:

svn commit: r1590512 - /tomcat/tc7.0.x/trunk/webapps/docs/cluster-howto.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 22:44:34 2014 New Revision: 1590512 URL: http://svn.apache.org/r1590512 Log: Improve documentation markup. This is partial backport of r1518540 from trunk. Modified: tomcat/tc7.0.x/trunk/webapps/docs/cluster-howto.xml Modified:

svn commit: r1590513 - in /tomcat/tc7.0.x/trunk/webapps/docs: connectors.xml default-servlet.xml deployer-howto.xml html-manager-howto.xml jasper-howto.xml jndi-datasource-examples-howto.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 22:48:19 2014 New Revision: 1590513 URL: http://svn.apache.org/r1590513 Log: Improve documentation markup. This is partial backport of r1518540 from trunk. Modified: tomcat/tc7.0.x/trunk/webapps/docs/connectors.xml

svn commit: r1590514 - /tomcat/tc7.0.x/trunk/webapps/docs/jndi-resources-howto.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 22:53:36 2014 New Revision: 1590514 URL: http://svn.apache.org/r1590514 Log: Improve documentation markup. This is partial backport of r1518540 from trunk. Modified: tomcat/tc7.0.x/trunk/webapps/docs/jndi-resources-howto.xml Modified:

svn commit: r1590515 - /tomcat/tc7.0.x/trunk/webapps/docs/logging.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 22:59:14 2014 New Revision: 1590515 URL: http://svn.apache.org/r1590515 Log: Improve documentation markup. This is partial backport of r1518540 from trunk. Modified: tomcat/tc7.0.x/trunk/webapps/docs/logging.xml Modified:

svn commit: r1590516 - /tomcat/tc7.0.x/trunk/webapps/docs/manager-howto.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 23:01:35 2014 New Revision: 1590516 URL: http://svn.apache.org/r1590516 Log: Improve documentation markup. This is partial backport of r1518540 from trunk. Modified: tomcat/tc7.0.x/trunk/webapps/docs/manager-howto.xml Modified:

svn commit: r1590517 - /tomcat/tc7.0.x/trunk/

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 23:04:07 2014 New Revision: 1590517 URL: http://svn.apache.org/r1590517 Log: Update svn:mergeinfo All changes from r1518540 have been merged. Modified: tomcat/tc7.0.x/trunk/ (props changed) Propchange: tomcat/tc7.0.x/trunk/

svn commit: r1590521 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/valve.xml webapps/docs/logging.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 23:19:59 2014 New Revision: 1590521 URL: http://svn.apache.org/r1590521 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55215 Merged r1518536 from tomcat/trunk: Additional clarifications to logging documentation that make clear why access logs are

svn commit: r1590522 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/logging.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 23:25:50 2014 New Revision: 1590522 URL: http://svn.apache.org/r1590522 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55215 Merged r1501738 from tomcat/trunk: Remove unnecessary period at the end of file names Use space around = in properties

[Bug 55215] Improvements to sample log4j configuration

2014-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55215 --- Comment #10 from Konstantin Kolinko knst.koli...@gmail.com --- Documentation patches backported to Tomcat 7 in r1590521 and r1590522 , will be in 7.0.54. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1590523 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/context.xml webapps/docs/config/engine.xml webapps/docs/config/host.xml webapps/docs/config/valve.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 23:31:15 2014 New Revision: 1590523 URL: http://svn.apache.org/r1590523 Log: Merged r1590461 from tomcat/trunk: Improving valves documentation. Wrap Access Logging valves into a distinct section. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1590524 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/valve.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 23:33:54 2014 New Revision: 1590524 URL: http://svn.apache.org/r1590524 Log: Merged r1590471 from tomcat/trunk: Improving valves documentation. Wrap RemoteAddrValve and RemoteHostValve valves into a distinct section. Modified: tomcat/tc7.0.x/trunk/ (props

svn commit: r1590525 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/valve.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 23:40:48 2014 New Revision: 1590525 URL: http://svn.apache.org/r1590525 Log: Back-ported r1590474 from tomcat/trunk: Improving valves documentation. Move RemoteIpValve and SSLValve into new section Proxies Support. Modified: tomcat/tc7.0.x/trunk/ (props

svn commit: r1590526 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/valve.xml

2014-04-27 Thread kkolinko
Author: kkolinko Date: Sun Apr 27 23:44:03 2014 New Revision: 1590526 URL: http://svn.apache.org/r1590526 Log: Merged r1590479 from tomcat/trunk: Improving valves documentation. Move valves implementing an Authenticator into new section Authentication. Modified: tomcat/tc7.0.x/trunk/

svn commit: r1590540 - /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java

2014-04-27 Thread olamy
Author: olamy Date: Mon Apr 28 00:04:31 2014 New Revision: 1590540 URL: http://svn.apache.org/r1590540 Log: [MTOMCAT-238] Parameter staticContextDocbase cant be used Submitted by Sylvain Guillopé Modified:

svn commit: r1590541 - /tomcat/maven-plugin/trunk/pom.xml

2014-04-27 Thread olamy
Author: olamy Date: Mon Apr 28 00:04:37 2014 New Revision: 1590541 URL: http://svn.apache.org/r1590541 Log: add contributor Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL:

svn commit: r1590542 - /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java

2014-04-27 Thread olamy
Author: olamy Date: Mon Apr 28 00:06:21 2014 New Revision: 1590542 URL: http://svn.apache.org/r1590542 Log: add comment Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java Modified:

[jira] [Closed] (MTOMCAT-238) Parameter staticContextDocbase cant be used

2014-04-27 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-238. -- Resolution: Fixed Fix Version/s: (was: moreinfo)

svn commit: r1590543 - /tomcat/maven-plugin/trunk/pom.xml

2014-04-27 Thread olamy
Author: olamy Date: Mon Apr 28 00:10:37 2014 New Revision: 1590543 URL: http://svn.apache.org/r1590543 Log: upgrade plugins version Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: