https://bz.apache.org/bugzilla/show_bug.cgi?id=60523
Mark Thomas changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
Author: markt
Date: Thu Jul 20 12:06:03 2017
New Revision: 1802475
URL: http://svn.apache.org/viewvc?rev=1802475&view=rev
Log:
Correct the documentation for how StandardRoot is configured.
Modified:
tomcat/trunk/webapps/docs/changelog.xml
tomcat/trunk/webapps/docs/config/resources.xml
Mo
Author: markt
Date: Thu Jul 20 12:07:37 2017
New Revision: 1802476
URL: http://svn.apache.org/viewvc?rev=1802476&view=rev
Log:
Correct the documentation for how StandardRoot is configured.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml
Author: markt
Date: Thu Jul 20 12:09:16 2017
New Revision: 1802477
URL: http://svn.apache.org/viewvc?rev=1802477&view=rev
Log:
Correct the documentation for how StandardRoot is configured.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
https://bz.apache.org/bugzilla/show_bug.cgi?id=61316
--- Comment #2 from Konstantin Kolinko ---
svn is configured correctly:
If I run the tests from svn checkout, it completes successfully on my Windows,
and it completes successfully at Buildbot (on Linux).
>From svn pont of view the files with
Author: markt
Date: Thu Jul 20 14:13:48 2017
New Revision: 1802490
URL: http://svn.apache.org/viewvc?rev=1802490&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60963
Add a new WebResourceRoot implementation that extracts JARs to the work
directory for improved performance when d
https://bz.apache.org/bugzilla/show_bug.cgi?id=60963
--- Comment #25 from Mark Thomas ---
Having looked into this further, the only way I could see to improve things
significantly was to pre-process the JAR files from a packed WAR and populate
the cache with the contents of the JARs. This wasn't
On 18/07/17 12:43, Mark Thomas wrote:
> The proposed 9.0.0.M24 release is:
> [ ] Broken - do not release
> [X] Alpha - go ahead and release as 9.0.0.M24
Unit tests pass for NIO, NIO2 and APR on Windows, OSX and Linux all
using Tomcat Native 1.2.12.
Mark
---
On 18/07/17 14:58, Mark Thomas wrote:
> The proposed 8.5.18 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.5.18
Unit tests pass for NIO, NIO2 and APR on Windows, OSX and Linux all
using Tomcat Native 1.2.12.
Mark
---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 7/18/17 9:58 AM, Mark Thomas wrote:
> The proposed Apache Tomcat 8.5.18 release is now available for
> voting.
>
> The major changes compared to the 8.5.16 release are:
>
> - Enable TLS connectors to use Java key stores that contain
> mul
https://bz.apache.org/bugzilla/show_bug.cgi?id=52671
--- Comment #3 from ekoch...@gmail.com ---
Hi,
It's strange but I've got almost the same exception but at Tomcat 8.0.33.
2017-07-20 14:18:45,572 ERROR [chedulerFactoryBean#0_Worker-9]
[shc.ecom.sywlocal.monitoring.HTTPReporter] - Got exceptio
https://bz.apache.org/bugzilla/show_bug.cgi?id=52671
--- Comment #4 from ekoch...@gmail.com ---
and ...
2017-07-20 14:15:37,491 ERROR [chedulerFactoryBean#0_Worker-9]
[shc.ecom.sywlocal.monitoring.HTTPReporter] - Got exception:
javax.management.RuntimeOperationsException: Exception invoking meth
https://bz.apache.org/bugzilla/show_bug.cgi?id=52671
--- Comment #5 from ekoch...@gmail.com ---
More info ...
It happens when I try to get:
ThreadPool.ajp-nio-8009.readBufSize
or
ThreadPool.ajp-nio-8009.writeBufSize
Thanks,
Evgeny Kochnev
--
You are receiving this mail because:
You are the as
Am 18.07.2017 um 15:58 schrieb Mark Thomas:
The proposed Apache Tomcat 8.5.18 release is now available for voting.
The major changes compared to the 8.5.16 release are:
- Enable TLS connectors to use Java key stores that contain multiple
keys where each key has a separate password. Based on
Am 18.07.2017 um 13:43 schrieb Mark Thomas:
The proposed Apache Tomcat 9.0.0.M24 release is now available for voting.
This is a milestone release for the 9.0.x branch. It should be
noted that, as a milestone release:
- Servlet 4.0 is not finalised
- The EGs have not started work on JSP 2.4, EL 3
On 20/07/17 19:09, Christopher Schultz wrote:
> Mark,
>
> On 7/18/17 9:58 AM, Mark Thomas wrote:
>> The proposed Apache Tomcat 8.5.18 release is now available for
>> voting.
>> The proposed 8.5.18 release is: [ ] Broken - do not release [?]
>> Stable - go ahead and release as 8.5.18
>
> Works
On Tue, Jul 18, 2017 at 1:43 PM, Mark Thomas wrote:
> The proposed Apache Tomcat 9.0.0.M24 release is now available for voting.
>
> This is a milestone release for the 9.0.x branch. It should be
> noted that, as a milestone release:
> - Servlet 4.0 is not finalised
> - The EGs have not started wo
On Tue, Jul 18, 2017 at 3:58 PM, Mark Thomas wrote:
> The proposed Apache Tomcat 8.5.18 release is now available for voting.
>
> The major changes compared to the 8.5.16 release are:
>
> - Enable TLS connectors to use Java key stores that contain multiple
> keys where each key has a separate pa
Mark,
Can you look at my comments at the user's mailing list on the original thread
about the encoding issue. The issue seems to have resurfaced in a different
form.
George
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apac
GitHub user zemian opened a pull request:
https://github.com/apache/tomcat/pull/70
Add new accesslog valve pattern %X for recording connection status
- https://bz.apache.org/bugzilla/show_bug.cgi?id=61164
You can merge this pull request into a Git repository by running:
$ git p
https://bz.apache.org/bugzilla/show_bug.cgi?id=61164
--- Comment #1 from Zemian Deng ---
Hi there,
I have created a PR here (https://github.com/apache/tomcat/pull/70) for this
enhancement. Let me know what you think.
--
You are receiving this mail because:
You are the assignee for the bug.
---
21 matches
Mail list logo