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-tc8.0.x-test-nio2 has an issue affecting its community
integration
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-validate has an issue affecting its community integration.
Th
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-tc8.0.x-validate has an issue affecting its community
integration.
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-tc7.0.x-validate has an issue affecting its community
integration.
Github user isapir commented on the issue:
https://github.com/apache/tomcat/pull/74
TBH upon further inspection the benefit of this patch is limited since most
filters do extend FilterBase.
While I do think that it provides cleaner code that can be helpful for
future filters
Github user isapir commented on the issue:
https://github.com/apache/tomcat/pull/74
FYI: It's easier to see the changeset via this link (adding `?w=1` to a
GitHub PR URL ignores same-line whitespace changes):
https://github.com/apache/tomcat/pull/74/files?w=1
---
--
Github user isapir commented on the issue:
https://github.com/apache/tomcat/pull/74
I plan to refactor the rest of the Filters as I did for `CorsFilter`, but
wanted you to see first what I meant.
---
-
To unsubscrib
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-7-trunk/builds/900
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
2017-10-02 23:12 GMT+03:00 Mark Thomas :
> Hi,
>
> We have a problem with Java 9 support for JSPs with Tomcat 7.
>
> The latest version of the ECJ compiler we can ship with Tomcat 7 is
> 4.4.2 since that is the latest version that supports Java 6 and Tomcat 7
> is required (by the specs) to run on
The Buildbot has detected a new failure on builder tomcat-8-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-8-trunk/builds/1145
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sc
Author: markt
Date: Mon Oct 2 20:23:05 2017
New Revision: 1810593
URL: http://svn.apache.org/viewvc?rev=1810593&view=rev
Log:
Remove @SuppressWarnings that don't seem to be doing anything.
Modified:
tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java
t
Author: markt
Date: Mon Oct 2 20:21:07 2017
New Revision: 1810592
URL: http://svn.apache.org/viewvc?rev=1810592&view=rev
Log:
Remove previous merge conflict
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.a
Github user isapir commented on the issue:
https://github.com/apache/tomcat/pull/74
I believe that this will both reduce the overall volume of code and make
the code more maintainable moving forward.
I usually try to submit small patches so that they're easier to review and
a
The Buildbot has detected a new failure on builder tomcat-7-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-7-trunk/builds/899
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
Github user markt-asf commented on the issue:
https://github.com/apache/tomcat/pull/74
Generally, I'm in favour of refactoring that reduces the overall volume of
code.
---
-
To unsubscribe, e-mail: dev-unsubscr...@t
Hi,
We have a problem with Java 9 support for JSPs with Tomcat 7.
The latest version of the ECJ compiler we can ship with Tomcat 7 is
4.4.2 since that is the latest version that supports Java 6 and Tomcat 7
is required (by the specs) to run on Java 6.
The earliest version of the ECJ compiler tha
The Buildbot has detected a restored build on builder tomcat-8-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-8-trunk/builds/1144
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
Github user isapir commented on the issue:
https://github.com/apache/tomcat/pull/74
@markt-asf - What do you think about changing `FilterBase` so that it
extends `javax.servlet.GenericFilter`? That way we can use methods like
`getInitParameter()` and have a single base class and "cle
Author: markt
Date: Mon Oct 2 20:02:25 2017
New Revision: 1810589
URL: http://svn.apache.org/viewvc?rev=1810589&view=rev
Log:
Java 9 allows us to be more selective with the JRE memory leak protection.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache
Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/compat/JreCompat.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/compat/JreCompat.java?rev=1810589&r1=1810588&r2=1810589&view=diff
Author: markt
Date: Mon Oct 2 19:59:16 2017
New Revision: 1810588
URL: http://svn.apache.org/viewvc?rev=1810588&view=rev
Log:
Java 9 allows us to be more selective with the JRE memory leak protection.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache
Author: markt
Date: Mon Oct 2 19:54:09 2017
New Revision: 1810586
URL: http://svn.apache.org/viewvc?rev=1810586&view=rev
Log:
Java 9 allows us to be more selective with the JRE memory leak protection.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache
Author: markt
Date: Mon Oct 2 19:47:24 2017
New Revision: 1810585
URL: http://svn.apache.org/viewvc?rev=1810585&view=rev
Log:
Add necessary Java 9 configuration options to the startup scripts to prevent
warnings being generated on web application stop.
Modified:
tomcat/tc7.0.x/trunk/ (pr
Author: markt
Date: Mon Oct 2 19:46:21 2017
New Revision: 1810584
URL: http://svn.apache.org/viewvc?rev=1810584&view=rev
Log:
Add necessary Java 9 configuration options to the startup scripts to prevent
warnings being generated on web application stop.
Modified:
tomcat/tc8.0.x/trunk/ (pr
Author: markt
Date: Mon Oct 2 19:42:33 2017
New Revision: 1810582
URL: http://svn.apache.org/viewvc?rev=1810582&view=rev
Log:
Add necessary Java 9 configuration options to the startup scripts to prevent
warnings being generated on web application stop.
Modified:
tomcat/tc8.5.x/trunk/ (pr
Github user isapir commented on the issue:
https://github.com/apache/tomcat/pull/75
Actually, I see that I can not add `@Override` since it's not part of the
`javax.servlet.Filter` interface.
---
-
To unsubscr
Github user isapir closed the pull request at:
https://github.com/apache/tomcat/pull/75
---
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
Github user isapir commented on the issue:
https://github.com/apache/tomcat/pull/75
OK, the reason that I added this method is that I saw `init()` and I did
not realize that it was part of the spec since it is not marked with
`@Override` and I've never seen it before (looks like it's
Github user markt-asf commented on the issue:
https://github.com/apache/tomcat/pull/75
-1
The public API of specification defined classes may not be changed.
This method would be worth adding to o.a.catalina.filters.FilterBase if any
of Tomcat's internal filter implementations
GitHub user isapir opened a pull request:
https://github.com/apache/tomcat/pull/75
added javadoc comments and a method that takes default value
The `getInitParameter(String name, String defaultValue)` adds useful
functionality to this base class so that any optional parameter can be
The Buildbot has detected a new failure on builder tomcat-8-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-8-trunk/builds/1143
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sc
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java?rev=1810580&r1=1810579&r2=1810580&view=diff
===
Author: markt
Date: Mon Oct 2 19:21:18 2017
New Revision: 1810580
URL: http://svn.apache.org/viewvc?rev=1810580&view=rev
Log:
Refactoring in preparation for Java 9. Refactor to avoid using some methods
that will be deprecated in Java 9 onwards.
Modified:
tomcat/tc7.0.x/trunk/ (props chang
Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/Request.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/Request.java?rev=1810580&r1=1810579&r2=1810580&view=diff
The Buildbot has detected a restored build on builder tomcat-8-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-8-trunk/builds/1142
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
Author: markt
Date: Mon Oct 2 19:08:27 2017
New Revision: 1810578
URL: http://svn.apache.org/viewvc?rev=1810578&view=rev
Log:
Refactoring in preparation for Java 9. Refactor to avoid using some methods
that will be deprecated in Java 9 onwards.
Modified:
tomcat/tc7.0.x/trunk/ (props chang
Author: markt
Date: Mon Oct 2 19:02:21 2017
New Revision: 1810577
URL: http://svn.apache.org/viewvc?rev=1810577&view=rev
Log:
Refactoring in preparation for Java 9. Refactor to avoid using some methods
that will be deprecated in Java 9 onwards.
Modified:
tomcat/tc8.0.x/trunk/ (props chang
Author: markt
Date: Mon Oct 2 18:58:04 2017
New Revision: 1810576
URL: http://svn.apache.org/viewvc?rev=1810576&view=rev
Log:
Refactoring in preparation for Java 9. Refactor to avoid using some methods
that will be deprecated in Java 9 onwards.
Modified:
tomcat/tc8.0.x/trunk/ (props chang
Author: markt
Date: Mon Oct 2 18:56:11 2017
New Revision: 1810575
URL: http://svn.apache.org/viewvc?rev=1810575&view=rev
Log:
Refactoring in preparation for Java 9. Refactor to avoid using some methods
that will be deprecated in Java 9 onwards.
Modified:
tomcat/tc7.0.x/trunk/ (props chang
Author: markt
Date: Mon Oct 2 18:53:03 2017
New Revision: 1810574
URL: http://svn.apache.org/viewvc?rev=1810574&view=rev
Log:
Refactoring in preparation for Java 9. Refactor to avoid using some methods
that will be deprecated in Java 9 onwards.
Modified:
tomcat/tc8.0.x/trunk/ (props chang
Author: markt
Date: Mon Oct 2 18:39:22 2017
New Revision: 1810572
URL: http://svn.apache.org/viewvc?rev=1810572&view=rev
Log:
Refactoring in preparation for Java 9. Refactor to avoid using some methods
that will be deprecated in Java 9 onwards.
Modified:
tomcat/tc8.5.x/trunk/ (props chan
GitHub user isapir opened a pull request:
https://github.com/apache/tomcat/pull/74
added javadoc comment
Took me a few minutes to figure out what the method is doing (and how) so
added a JavaDoc comment to clarify.
You can merge this pull request into a Git repository by running:
https://bz.apache.org/bugzilla/show_bug.cgi?id=58837
--- Comment #6 from Igal Sapir ---
Chris,
I can submit a patch if given some guidelines about the Filter's configuration
specs.
Perhaps a very general-purpose Filter should be written -- one that takes
header names and values and sends them i
On Fri, Sep 29, 2017 at 10:39 AM, Violeta Georgieva
wrote:
> The proposed Apache Tomcat 8.0.47 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.47/
> The Maven staging repo is:
> https://repository.apache.org/content/re
Hi Coty,
On 10/2/2017 9:13 AM, Coty Sutherland wrote:
Have you taken a look at the CONTRIBUTING guide in the repo?
https://github.com/apache/tomcat/blob/trunk/CONTRIBUTING.md If it's
insufficient, let us know and we can update it. Right now it only
suggests looking at Beginner bugs, so we defini
On Fri, Sep 29, 2017 at 9:16 AM, Violeta Georgieva wrote:
> The proposed Apache Tomcat 7.0.82 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.82/
> The Maven staging repo is:
> https://repository.apache.org/content/rep
On Mon, Oct 2, 2017 at 12:04 PM, Igal @ Lucee.org wrote:
> Hi Mark (et al.),
>
> On 10/2/2017 3:46 AM, Mark Thomas wrote:
>>
>> Once you built a local Tomcat instance and confirmed it is working, we
>> can point you towards some development tasks to get you started.
>
>
> I would also like to be p
Hi Mark (et al.),
On 10/2/2017 3:46 AM, Mark Thomas wrote:
Once you built a local Tomcat instance and confirmed it is working, we
can point you towards some development tasks to get you started.
I would also like to be pointed at some development tasks if possible.
Thank you,
Igal Sapir
Luce
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "FAQ/Troubleshooting_and_Diagnostics" page has been changed by
KonstantinKolinko:
https://wiki.apache.org/tomcat/FAQ/Troubleshooting_and_Diagnostics?action=diff&rev1=17&rev2=18
Com
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "FAQ/KnownIssues" page has been changed by KonstantinKolinko:
https://wiki.apache.org/tomcat/FAQ/KnownIssues?action=diff&rev1=15&rev2=16
Comment:
Replace obsolete bugzilla links wit
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "FAQ/KnownIssues" page has been changed by KonstantinKolinko:
https://wiki.apache.org/tomcat/FAQ/KnownIssues?action=diff&rev1=14&rev2=15
Comment:
Minor formatting corrections. Split
Author: markt
Date: Mon Oct 2 13:37:54 2017
New Revision: 1810354
URL: http://svn.apache.org/viewvc?rev=1810354&view=rev
Log:
Adding ALPN support for JSSE with Java 9Enable ALPN and also, therefore, HTTP/2
for the NIO and NIO2 HTTP connectors when using the JSSE implementation
for TLS when runn
Author: markt
Date: Mon Oct 2 13:34:10 2017
New Revision: 1810353
URL: http://svn.apache.org/viewvc?rev=1810353&view=rev
Log:
Add SSLEngine.getApplicationProtocol() to JreCompat
Modified:
tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/compat/Jre9Compat.java
tomcat/tc8.5.x/trunk/java/or
Author: markt
Date: Mon Oct 2 13:29:05 2017
New Revision: 1810352
URL: http://svn.apache.org/viewvc?rev=1810352&view=rev
Log:
Add support for SSLParameters.setApplicationProtocols() to JreCompat
Modified:
tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/compat/Jre9Compat.java
tomcat/tc8.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61524
--- Comment #4 from Boris Petrov ---
The issue appears also in Tomcat 9.0.1. The stacktrace:
java.lang.NullPointerException: null
at
org.apache.coyote.http11.Http11OutputBuffer.commit(Http11OutputBuffer.java:327)
at
org.apache.coyote.h
Author: markt
Date: Mon Oct 2 13:00:15 2017
New Revision: 1810349
URL: http://svn.apache.org/viewvc?rev=1810349&view=rev
Log:
Adding ALPN support for JSSE with Java 9
Add some plumbing to exposed the client requested application protocols to the
method that configures the SSLEngine
Modified:
Author: markt
Date: Mon Oct 2 12:58:03 2017
New Revision: 1810348
URL: http://svn.apache.org/viewvc?rev=1810348&view=rev
Log:
Adding ALPN support for JSSE with Java 9
Expand the data extracted from the TLS client hello to include the client
requested ALPN names.
Modified:
tomcat/tc8.5.x/tru
On Mon, Oct 2, 2017 at 7:06 AM, $uMe$h <1cool.1...@gmail.com> wrote:
> Thank you Mark for guiding. Once I complete first step (getting local
> instance running) will ask for further help.
There are also further instructions in the README and CONTRIBUTING
documents in the source code repositories,
On Mon, Oct 2, 2017 at 8:27 AM, Amitesh Pathak wrote:
> Hi all
> I subscribed to the tomcat dev mailing list sometime ago to help me getting
> to start contributing, but haven't figured out how to start yet.
Hello and welcome!
> Can I please get a mentor to guide me through and help me start de
Author: markt
Date: Mon Oct 2 12:37:29 2017
New Revision: 1810342
URL: http://svn.apache.org/viewvc?rev=1810342&view=rev
Log:
Back-port remaining Java 9 ByteBuffer clean-up fixes
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/buf/ByteBu
Hi all
I subscribed to the tomcat dev mailing list sometime ago to help me getting
to start contributing, but haven't figured out how to start yet.
Can I please get a mentor to guide me through and help me start developing
for the projects.
Any help will be really appreciated.
Thanks,
Sincerely
https://bz.apache.org/bugzilla/show_bug.cgi?id=61581
Bug ID: 61581
Summary: SecurityException trying to access JNI classes in
Drawboard example when running with SecurityManager
Product: Tomcat 7
Version: trunk
Hardware: PC
On 02/10/17 11:59, Konstantin Kolinko wrote:
> 2017-10-02 12:59 GMT+03:00 Mark Thomas :
>> On 02/10/17 10:13, Rainer Jung wrote:
>>> Am 01.10.2017 um 20:10 schrieb ma...@apache.org:
Author: markt
Date: Sun Oct 1 18:10:45 2017
New Revision: 1810270
URL: http://svn.apache.or
Modified: tomcat/site/trunk/docs/security-8.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-8.html?rev=1810336&r1=1810335&r2=1810336&view=diff
==
--- tomcat/site/trunk/docs/security-8.html (original)
Modified: tomcat/site/trunk/docs/security-9.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-9.html?rev=1810336&r1=1810335&r2=1810336&view=diff
==
--- tomcat/site/trunk/docs/security-9.html (original)
Author: markt
Date: Mon Oct 2 11:13:19 2017
New Revision: 1810336
URL: http://svn.apache.org/viewvc?rev=1810336&view=rev
Log:
Add missing word
Modified:
tomcat/site/trunk/docs/security-7.html
tomcat/site/trunk/docs/security-8.html
tomcat/site/trunk/docs/security-9.html
tomcat/sit
Modified: tomcat/site/trunk/docs/security-7.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-7.html?rev=1810336&r1=1810335&r2=1810336&view=diff
==
--- tomcat/site/trunk/docs/security-7.html (original
Author: markt
Date: Mon Oct 2 11:08:51 2017
New Revision: 1810335
URL: http://svn.apache.org/viewvc?rev=1810335&view=rev
Log:
TheJava 9 has fixed some more memory leaks.
Also disable protection that is fixed in Java 8 when running on Java 8
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
Thank you Mark for guiding. Once I complete first step (getting local
instance running) will ask for further help.
On 02-Oct-2017 4:16 PM, "Mark Thomas" wrote:
> On 02/10/17 11:33, $uMe$h wrote:
> > Hi all,
> >
> > I just joined tomcat dev list.
>
> Welcome.
>
> > Can someone guide me on, how ca
Author: rjung
Date: Mon Oct 2 11:01:49 2017
New Revision: 1810334
URL: http://svn.apache.org/viewvc?rev=1810334&view=rev
Log:
Fix copy&paste error in list of affected versions
for CVE-2017-12617.
Modified:
tomcat/site/trunk/docs/security-7.html
tomcat/site/trunk/xdocs/security-7.xml
Mod
2017-10-02 12:59 GMT+03:00 Mark Thomas :
> On 02/10/17 10:13, Rainer Jung wrote:
>> Am 01.10.2017 um 20:10 schrieb ma...@apache.org:
>>> Author: markt
>>> Date: Sun Oct 1 18:10:45 2017
>>> New Revision: 1810270
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1810270&view=rev
>>> Log:
>>> Add CVE-201
Author: markt
Date: Mon Oct 2 10:55:35 2017
New Revision: 1810332
URL: http://svn.apache.org/viewvc?rev=1810332&view=rev
Log:
Update merge info
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
Propchange: tomcat/tc8.5.x/trunk/
---
The Buildbot has detected a new failure on builder tomcat-8-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-8-trunk/builds/1141
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sc
On 02/10/17 11:33, $uMe$h wrote:
> Hi all,
>
> I just joined tomcat dev list.
Welcome.
> Can someone guide me on, how can I start contributing ?
I can get you started. I'm sure everyone here will help point you in the
right direction if you get stuck.
> It would be helpful if I get any mentor,
Hi all,
I just joined tomcat dev list. Can someone guide me on, how can I start
contributing ?
It would be helpful if I get any mentor, who can guide me through the
process and I can kick start.
Thanks and Regards,
Sumesh
On 26/09/17 10:47, Rainer Jung wrote:
> I checked the TC 9 svn log for messages containing the regexp
> /(java|jvm|jdk) ?9/i. All of them actually contained "Java 9" and the
> following is the list. I marked the ones where I found the revision in
> the 8.5 mergeinfo with a leading "*", but I have n
Author: markt
Date: Mon Oct 2 10:23:19 2017
New Revision: 1810330
URL: http://svn.apache.org/viewvc?rev=1810330&view=rev
Log:
Java 9 The JRE class loaders no longer extend URLClassLoader
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/WebappLoader.java
Modified: tomcat/tc7.0.
Author: markt
Date: Mon Oct 2 10:21:10 2017
New Revision: 1810328
URL: http://svn.apache.org/viewvc?rev=1810328&view=rev
Log:
Java 9 The JRE class loaders no longer extend URLClassLoader
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/catalina/loade
Author: markt
Date: Mon Oct 2 10:20:00 2017
New Revision: 1810327
URL: http://svn.apache.org/viewvc?rev=1810327&view=rev
Log:
Update merge info
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
Propchange: tomcat/tc8.5.x/trunk/
---
Modified: tomcat/site/trunk/docs/security-7.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-7.html?rev=1810326&r1=1810325&r2=1810326&view=diff
==
--- tomcat/site/trunk/docs/security-7.html (original
Modified: tomcat/site/trunk/docs/security-8.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-8.html?rev=1810326&r1=1810325&r2=1810326&view=diff
==
--- tomcat/site/trunk/docs/security-8.html (original)
Modified: tomcat/site/trunk/docs/security-9.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-9.html?rev=1810326&r1=1810325&r2=1810326&view=diff
==
--- tomcat/site/trunk/docs/security-9.html (original)
Author: markt
Date: Mon Oct 2 10:01:22 2017
New Revision: 1810326
URL: http://svn.apache.org/viewvc?rev=1810326&view=rev
Log:
Remove Windows only limitation for CVE-2017-12617. It applies to all operating
systems
Modified:
tomcat/site/trunk/docs/security-7.html
tomcat/site/trunk/docs/se
On 02/10/17 10:13, Rainer Jung wrote:
> Am 01.10.2017 um 20:10 schrieb ma...@apache.org:
>> Author: markt
>> Date: Sun Oct 1 18:10:45 2017
>> New Revision: 1810270
>>
>> URL: http://svn.apache.org/viewvc?rev=1810270&view=rev
>> Log:
>> Add CVE-2017-12617
>>
> ...
>> +When running on Windows with H
Am 01.10.2017 um 20:10 schrieb ma...@apache.org:
> Author: markt
> Date: Sun Oct 1 18:10:45 2017
> New Revision: 1810270
>
> URL: http://svn.apache.org/viewvc?rev=1810270&view=rev
> Log:
> Add CVE-2017-12617
>
...
> +When running on Windows with HTTP PUTs enabled (e.g. via setting the
> +
Author: markt
Date: Mon Oct 2 09:03:06 2017
New Revision: 1810315
URL: http://svn.apache.org/viewvc?rev=1810315&view=rev
Log:
Update docs for 8.5.23 release
[This commit notification would consist of 919 parts,
which exceeds the limit of 50 ones, so it was shortened to the summary.]
-
Added:
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/util/net/openssl/OpenSSLConf.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/util/net/openssl/OpenSSLConf.html?rev=1810313&view=auto
==
Author: markt
Date: Mon Oct 2 08:50:51 2017
New Revision: 1810313
URL: http://svn.apache.org/viewvc?rev=1810313&view=rev
Log:
Add new docs for 9.0.1
Added:
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/webresources/TomcatJarInputStream.html
(with props)
tomcat/site/t
Author: markt
Date: Mon Oct 2 08:47:29 2017
New Revision: 1810311
URL: http://svn.apache.org/viewvc?rev=1810311&view=rev
Log:
Update docs for 9.0.1 release
[This commit notification would consist of 71 parts,
which exceeds the limit of 50 ones, so it was shortened to the summary.]
---
Author: markt
Date: Mon Oct 2 08:36:25 2017
New Revision: 1810310
URL: http://svn.apache.org/viewvc?rev=1810310&view=rev
Log:
Remove Tomcat 6 docs build target
Modified:
tomcat/site/trunk/build.properties.default
tomcat/site/trunk/build.xml
Modified: tomcat/site/trunk/build.properties.d
Author: markt
Date: Mon Oct 2 08:33:10 2017
New Revision: 1810309
URL: http://svn.apache.org/viewvc?rev=1810309&view=rev
Log:
Update latest versions
Modified:
tomcat/site/trunk/build.properties.default
Modified: tomcat/site/trunk/build.properties.default
URL:
http://svn.apache.org/viewvc/t
Modified: tomcat/site/trunk/docs/oldnews.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews.html?rev=1810307&r1=1810306&r2=1810307&view=diff
==
--- tomcat/site/trunk/docs/oldnews.html (original)
+++ tomc
Modified: tomcat/site/trunk/docs/index.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1810307&r1=1810306&r2=1810307&view=diff
==
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/sit
Modified: tomcat/site/trunk/docs/whichversion.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whichversion.html?rev=1810307&r1=1810306&r2=1810307&view=diff
==
--- tomcat/site/trunk/docs/whichversion.html (ori
Modified: tomcat/site/trunk/docs/migration-85.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-85.html?rev=1810307&r1=1810306&r2=1810307&view=diff
==
--- tomcat/site/trunk/docs/migration-85.html (ori
Author: markt
Date: Mon Oct 2 08:30:45 2017
New Revision: 1810307
URL: http://svn.apache.org/viewvc?rev=1810307&view=rev
Log:
Update site (excluding docs) for 8.5.23 release
Modified:
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/docs/download-80.html
tomcat/site/trunk/doc
Author: markt
Date: Mon Oct 2 08:21:37 2017
New Revision: 22070
Log:
Drop 8.5.21 from mirrors
Removed:
release/tomcat/tomcat-8/v8.5.21/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e
Author: markt
Date: Mon Oct 2 08:21:00 2017
New Revision: 22069
Log:
Drop 9.0.0.M27 from mirrors
Removed:
release/tomcat/tomcat-9/v9.0.0.M27/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional comma
Author: markt
Date: Mon Oct 2 08:10:21 2017
New Revision: 1810305
URL: http://svn.apache.org/viewvc?rev=1810305&view=rev
Log:
Update site (excluding docs) for 9.0.1 release
Modified:
tomcat/site/trunk/docs/download-90.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/migr
2017-10-02 11:09 GMT+03:00 Mark Thomas :
>
> On 02/10/17 09:07, Violeta Georgieva wrote:
> > Hi Mark,
> >
> > 2017-10-01 21:30 GMT+03:00 :
> >>
> >> Author: markt
> >> Date: Sun Oct 1 18:30:40 2017
> >> New Revision: 22059
> >>
> >> Log:
> >> Release 8.5.23. Remove 8.5.20
> >>
> >> Added:
> >>
1 - 100 of 105 matches
Mail list logo