Am Freitag, den 24.02.2012, 07:43 + schrieb mt...@apache.org:
> Author: mturk
> Date: Fri Feb 24 07:43:44 2012
> New Revision: 1293119
>
> URL: http://svn.apache.org/viewvc?rev=1293119&view=rev
> Log:
> BZ45392 Apply modified patch. OCSP is enabled is explicitly configure with
> --enable-ocsp
Hi Rainer,
Am Dienstag, den 03.05.2011, 12:12 + schrieb rj...@apache.org:
> Author: rjung
> Date: Tue May 3 12:12:35 2011
> New Revision: 1099032
>
> URL: http://svn.apache.org/viewvc?rev=1099032&view=rev
> Log:
> Add a script to check web.xml and httpd mime.types
> for differences.
>
> Add
Hi Rainer,
Am Sonntag, den 08.05.2011, 14:20 +0200 schrieb Rainer Jung:
> Hi Felix,
>
> TMTOWTDI. For standalone scripts I don't care very much about style.
right :)
> Let's see below ...
>
> On 08.05.2011 13:17, Felix Schumacher wrote:
> > Hi Rainer,
tps://issues.apache.org/bugzilla/show_bug.cgi?id=51264
> >> Allow the JDBC persistent session store to use a JNDI datasource to define
> >> the database in which sessions are persisted.
> >> Patch provided by Felix Schumacher.
> >>
> >> Modified:
>
Am Dienstag, den 07.06.2011, 10:34 +0100 schrieb Mark Thomas:
> On 06/06/2011 21:40, Felix Schumacher wrote:
> > Am Montag, den 06.06.2011, 17:56 +0100 schrieb Mark Thomas:
> >> On 06/06/2011 11:59, Keiichi Fujino wrote:
> >>> When jdbc-pool or DBCP is
Hi Mark,
ma...@apache.org schrieb:
>Author: markt
>Date: Mon Jul 11 22:27:06 2011
>New Revision: 1145383
>
>URL: http://svn.apache.org/viewvc?rev=1145383&view=rev
>Log:
>Protect against infinite loops in the HTTP NIO connector if sendfile is
>configured to send more data than is available in the
Hi Konstantin,
while correcting typos. I think UvNIX is a typo also. It is present in
AccessLogValve and ExtendedLogValve only.
Regards
Felix
Am Donnerstag, den 21.07.2011, 10:52 + schrieb kkoli...@apache.org:
> Author: kkolinko
> Date: Thu Jul 21 10:52:46 2011
> New Revision: 1149104
>
>
ma...@apache.org schrieb:
>Author: markt
>Date: Mon Sep 5 15:31:46 2011
>New Revision: 1165338
>
>URL: http://svn.apache.org/viewvc?rev=1165338&view=rev
>Log:
>Align request processing between the connectors
>
>Modified:
>tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
>
Hi Mark,
Am Samstag, den 26.06.2010, 12:17 + schrieb ma...@apache.org:
> Author: markt
> Date: Sat Jun 26 12:17:33 2010
> New Revision: 958214
>
> URL: http://svn.apache.org/viewvc?rev=958214&view=rev
> Log:
> Fix some Eclispe / Findbugs warnings
...
> Modified: tomcat/trunk/webapps/examples/
Am Montag, den 06.12.2010, 21:22 + schrieb Mark Thomas:
> On 06/12/2010 20:49, slaur...@apache.org wrote:
> > Author: slaurent
> > Date: Mon Dec 6 20:49:14 2010
> > New Revision: 1042786
> >
> > URL: http://svn.apache.org/viewvc?rev=1042786&view=rev
>
>
> > @@ -63,7 +72,7 @@ public class Th
Am Dienstag, den 07.12.2010, 13:28 + schrieb Mark Thomas:
> On 07/12/2010 12:29, Felix Schumacher wrote:
> > Am Montag, den 06.12.2010, 21:22 + schrieb Mark Thomas:
> >>> -log.error("Exception processing event " + event, e)
Am Montag, den 06.12.2010, 22:01 +0100 schrieb Sylvain Laurent:
> >
> >> +public void lifecycleEvent(LifecycleEvent event) {
> >> +try {
> >> +Lifecycle lifecycle = event.getLifecycle();
> >> +if (Lifecycle.AFTER_START_EVENT.equals(event.getType())
> >> +
ma...@apache.org schrieb:
>Author: markt
>Date: Fri Feb 11 14:49:41 2011
>New Revision: 1069824
>
>URL: http://svn.apache.org/viewvc?rev=1069824&view=rev
>Log:
>Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50751
>Don't try to retrieve attributes if we don't need to. If anonymous bind
>
On Thu, 24 Feb 2011 16:01:39 -, wrote:
Author: markt
Date: Thu Feb 24 16:01:38 2011
New Revision: 1074192
URL: http://svn.apache.org/viewvc?rev=1074192&view=rev
Log:
Add documentation for the Crawler Session Manager Valve.
Modified:
tomcat/trunk/webapps/docs/changelog.xml
tomcat/tr
Hi,
I think the new version string JK_VERSTRING should be 1.2.30 not 1.2.10.
Bye
Felix
mt...@apache.org schrieb:
>Author: mturk
>Date: Tue Feb 23 13:02:15 2010
>New Revision: 915323
>
>URL: http://svn.apache.org/viewvc?rev=915323&view=rev
>Log:
>Increment version to 1.2.30-dev
>
>Modified:
>
Hi,
if sessions is an instance of something, it can't be null. So the check for
null can be eliminated.
Felix
kfuj...@apache.org schrieb:
>Author: kfujino
>Date: Mon Apr 19 10:12:02 2010
>New Revision: 935510
>
>URL: http://svn.apache.org/viewvc?rev=935510&view=rev
>Log:
>Fix https://issues.ap
Am 22.09.2015 um 10:47 schrieb r...@apache.org:
Author: remm
Date: Tue Sep 22 08:47:52 2015
New Revision: 1704483
URL: http://svn.apache.org/viewvc?rev=1704483&view=rev
Log:
Fix test compile.
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/catalina/session/TestStandardSession.java
Modifie
Am 28.09.2015 um 13:26 schrieb Mark Thomas:
The proposed Apache Tomcat 8.0.27 release is now available for voting.
The main changes since 8.0.26 are:
- Correctly handle \${ vs \$ escaping in JSP and EL
- Fix for issues with NIO + SSL + sendfile
- Various TLD parsing fixes
- Fix multiple (mos
Am 7. Oktober 2015 21:13:07 MESZ, schrieb Mark Thomas :
>The proposed Apache Tomcat 8.0.28 release is now available for voting.
>
>The main changes since 8.0.27 are:
>
>- Allow file based configuration resources (e.g. key stores) to be
> configured using URLs
>
>- Restore code signing to the Win
Am 09.10.2015 um 13:04 schrieb Violeta Georgieva:
The proposed Apache Tomcat 7.0.65 release is now available for voting.
It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.65/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapach
Am 13.10.2015 um 22:17 schrieb fschumac...@apache.org:
Author: fschumacher
Date: Tue Oct 13 20:17:50 2015
New Revision: 1708505
URL: http://svn.apache.org/viewvc?rev=1708505&view=rev
Log:
javadoc: Add missing parameter and describe the
parameters for the newer RFC 2617, which is used for digest
Am 15.10.2015 um 11:56 schrieb Mark Thomas:
On 01/12/2014 19:27, Felix Schumacher wrote:
Am 1. Dezember 2014 16:56:17 MEZ, schrieb Mark Thomas :
Hi,
I've been reviewing the moderators for our various lists and if I
ignore
the no longer active ones we are below the 3 moderators the ASF
Am 18. Oktober 2015 20:48:48 MESZ, schrieb Konstantin Kolinko
:
>2015-10-15 13:40 GMT+03:00 :
>> Author: fschumacher
>> Date: Thu Oct 15 10:40:25 2015
>> New Revision: 1708780
>>
>> URL: http://svn.apache.org/viewvc?rev=1708780&view=rev
>> Log:
>> Fix https://bz.apache.org/bugzilla/show_bug.cgi
Am 19.10.2015 um 06:26 schrieb Keiichi Fujino:
2015-10-15 5:28 GMT+09:00 :
Author: fschumacher
Date: Wed Oct 14 20:28:55 2015
New Revision: 1708687
URL: http://svn.apache.org/viewvc?rev=1708687&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58489
Comparator should follow the
Am 24.10.2015 um 15:58 schrieb Mark Thomas:
On behalf of the Tomcat committers I am pleased to announce that
Ognjen Blagojevic (ognjen) has been voted in as a new Tomcat committer.
Please join me in welcoming him.
Congrats!
Felix
Regards,
Mark
-
Am 26. Oktober 2015 15:35:52 MEZ, schrieb Mark Thomas :
>On behalf of the Tomcat committers I am pleased to announce that
>Martin Grigorov (mgrigorov) has been voted in as a new Tomcat
>committer.
>
>Please join me in welcoming him.
Congrats!
Felix
>
>Regards,
>
>Mark
>
>
Am 28. Oktober 2015 23:42:08 MEZ, schrieb Mark Thomas :
>All,
>
>Many years ago, we switched all release branches to RTC primarily to
>address a community problem where we could not agree on the best way
>forward for some parts of the code.
>
>RTC served us well. The disagreements ceased pretty m
Am 28.10.2015 um 03:33 schrieb Mark Thomas:
The following votes were cast:
Binding:
+1: markt, remm, violetagg, jfclere
This vote therefore passes.
The included README.txt states, that java 1.7 is needed, but build.xml
wants to have java 1.8.
Should I correct this?
Felix
Thanks all.
Mark
Am 02.11.2015 um 16:20 schrieb Mark Thomas:
On 02/11/2015 15:10, ma...@apache.org wrote:
Author: markt
Date: Mon Nov 2 15:10:18 2015
New Revision: 10986
Log:
Upload Tomcat Native 1.2.1 source files
The Windows binaries should follow shortly. I've tested building on OSX
from the tar.gz archive
Hi all,
I wanted to close bug 34319, which is a tomcat 5 bug, but was not
allowed to do so.
Is it because tomcat 5 has reached EOL, or because I don't have
permission to do so?
Regards,
Felix
-
To unsubscribe, e-mail: dev
Am 21.11.2015 um 14:43 schrieb build...@apache.org:
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/645
Buildbot URL: http://ci.apache.org/
Buildslave for this Bui
Hi all,
while looking at the PersistentManager and StoreBase, I found a few more
inefficiencies other than bz 34319/47061.
If a Node is started, it will load all sessions from the Store, even if
those sessions are old enough, to be swapped out to the Store on the
next maintenance run. I thin
Am 20.11.2015 um 11:00 schrieb Mark Thomas:
The proposed Apache Tomcat 8.0.29 release is now available for voting.
The main changes since 8.0.28 are:
- Add an option to control (per context) quoting of EL expressions in
JSP attributes
- Correct a regression in the fix for 56777 that added s
Am 21.11.2015 um 17:02 schrieb Felix Schumacher:
Am 20.11.2015 um 11:00 schrieb Mark Thomas:
The proposed Apache Tomcat 8.0.29 release is now available for voting.
The main changes since 8.0.28 are:
- Add an option to control (per context) quoting of EL expressions in
JSP attributes
Am 21.11.2015 um 17:06 schrieb Felix Schumacher:
Am 21.11.2015 um 17:02 schrieb Felix Schumacher:
Am 20.11.2015 um 11:00 schrieb Mark Thomas:
The proposed Apache Tomcat 8.0.29 release is now available for voting.
The main changes since 8.0.28 are:
- Add an option to control (per context
Am 21.11.2015 um 15:30 schrieb Mark Thomas:
On 21/11/2015 13:35, Felix Schumacher wrote:
Hi all,
I wanted to close bug 34319, which is a tomcat 5 bug, but was not
allowed to do so.
Is it because tomcat 5 has reached EOL, or because I don't have
permission to do so?
Hmm. I just CLOSED i
Am 21.11.2015 um 17:34 schrieb Mark Thomas:
On 21/11/2015 16:32, Felix Schumacher wrote:
Am 21.11.2015 um 15:30 schrieb Mark Thomas:
On 21/11/2015 13:35, Felix Schumacher wrote:
Hi all,
I wanted to close bug 34319, which is a tomcat 5 bug, but was not
allowed to do so.
Is it because tomcat
Am 21. November 2015 19:47:48 MEZ, schrieb Mark Thomas :
>On 21/11/2015 16:37, Felix Schumacher wrote:
>> Am 21.11.2015 um 17:34 schrieb Mark Thomas:
>>> On 21/11/2015 16:32, Felix Schumacher wrote:
>>>> Am 21.11.2015 um 15:30 schrieb Mark Thomas:
>>>&
Hi all,
do I have to add a changelog entry for such a trivial change?
Regards,
Felix
Am 22.11.2015 um 18:31 schrieb fschumac...@apache.org:
Author: fschumacher
Date: Sun Nov 22 17:31:30 2015
New Revision: 1715661
URL: http://svn.apache.org/viewvc?rev=1715661&view=rev
Log:
Fix potential integ
Am 20.11.2015 um 11:00 schrieb Mark Thomas:
The proposed Apache Tomcat 8.0.29 release is now available for voting.
The main changes since 8.0.28 are:
- Add an option to control (per context) quoting of EL expressions in
JSP attributes
- Correct a regression in the fix for 56777 that added s
Am 23.11.2015 um 03:19 schrieb Huxing Zhang:
Hi fschumacher,
Just a friendly reminder that I had a discussion with kkolinko about this
before.
I seems that it is better to explicitly define the default value rather than
the Boolean.getBoolean syntactic sugar.
Thanks for the hint.
I will chan
Am 30.11.2015 um 16:43 schrieb Christopher Schultz:
Felix,
On 11/24/15 3:47 PM, Felix Schumacher wrote:
Am 23.11.2015 um 03:19 schrieb Huxing Zhang:
Hi fschumacher,
Just a friendly reminder that I had a discussion with kkolinko about
this before.
I seems that it is better to explicitly
Am 2. Dezember 2015 00:02:08 MEZ, schrieb Mark Thomas :
>The proposed Apache Tomcat 8.0.30 release is now available for voting.
>
>The main changes since 8.0.29 are:
>
>- Location headers for redirects now use relative URIs. This can
> be controlled by Context with the useRelativeRedirects attri
Am 7. Dezember 2015 16:15:22 MEZ, schrieb Violeta Georgieva
:
>The proposed Apache Tomcat 7.0.67 release is now available for voting.
>
>It can be obtained from:
>https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.67/
>The Maven staging repo is:
>https://repository.apache.org/content/re
Am 19.07.2018 um 02:18 schrieb Filip Hanik:
Thanks Martin, I agree, regardless of use case, the pool should not
generate a leak.
What do you think about adding a size test in createStatement and if it
is bigger than a threshold start a cleanup of the list. If the list is
after the cleanup st
Hi all,
while looking into the docs and code for JAASRealm I found that the docs
say that appName has to be set for the JAASRealm, while the code says
that it defaults to Catalina (well the Containers name to be exact).
Is there any reason that the doc says it has to be set?
Regards,
Felix
Am 11. August 2018 21:32:01 GMT+01:00 schrieb Mark Thomas :
>The proposed Apache Tomcat 9.0.11 release is now available for voting.
>
>The major changes compared to the 9.0.10 release are:
>
>- Fix issues with Servlet asynchronous listeners when using the
> asynchronous Servlet API in conjuncti
Am 12. August 2018 09:43:37 GMT+01:00 schrieb Mark Thomas :
>The proposed Apache Tomcat 8.5.33 release is now available for voting.
>
>The major changes compared to the 8.5.32 release are:
>
>- Fix issues with Servlet asynchronous listeners when using the
> asynchronous Servlet API in conjuncti
Am 05.09.2018 um 00:32 schrieb Mark Thomas:
The proposed Apache Tomcat 9.0.12 release is now available for voting.
The major changes compared to the 9.0.11 release are:
- Fix multiple issues associated with using the asynchronous Servlet
API in combination with HTTP/2
- Add recursion to
Am 13.09.2018 um 22:28 schrieb Violeta Georgieva:
The proposed Apache Tomcat 7.0.91 release is now available for voting.
It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.91/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgap
Hi all,
today I looked for documentation about the usage of host specific
web.xml variations like the one provided by context.xml.default. I found
no documentation, but it is implemented in all supported versions of
tomcat.
Is there any reason for not telling our users about that feature?
I
Am 13.03.2016 um 11:31 schrieb Rémy Maucherat:
2016-03-13 11:01 GMT+01:00 Mark Thomas :
The task list is (probably):
- Switch to Java 7 for source and target
- Cleanup "9" version numbers in various places
- Resolve Java 7 issues
- Replace javax.servlet API with the classes from Tomcat 8.0
Fr
Am 13.03.2016 um 12:16 schrieb Rémy Maucherat:
2016-03-13 11:52 GMT+01:00 Felix Schumacher <
felix.schumac...@internetallee.de>:
Am 13.03.2016 um 11:31 schrieb Rémy Maucherat:
2016-03-13 11:01 GMT+01:00 Mark Thomas :
The task list is (probably):
- Switch to Java 7 for source and
Am 13.03.2016 um 14:04 schrieb Felix Schumacher:
Am 13.03.2016 um 12:16 schrieb Rémy Maucherat:
2016-03-13 11:52 GMT+01:00 Felix Schumacher <
felix.schumac...@internetallee.de>:
Am 13.03.2016 um 11:31 schrieb Rémy Maucherat:
2016-03-13 11:01 GMT+01:00 Mark Thomas :
The task l
Am 13.03.2016 um 14:40 schrieb Mark Thomas:
On 13/03/2016 13:04, Felix Schumacher wrote:
Am 13.03.2016 um 12:16 schrieb Rémy Maucherat:
2016-03-13 11:52 GMT+01:00 Felix Schumacher <
felix.schumac...@internetallee.de>:
Am 13.03.2016 um 11:31 schrieb Rémy Maucherat:
2016-03-13 11:01
Am 13.03.2016 um 14:48 schrieb Felix Schumacher:
Am 13.03.2016 um 14:40 schrieb Mark Thomas:
On 13/03/2016 13:04, Felix Schumacher wrote:
Am 13.03.2016 um 12:16 schrieb Rémy Maucherat:
2016-03-13 11:52 GMT+01:00 Felix Schumacher <
felix.schumac...@internetallee.de>:
Am 13.03.2016 um
Am 13.03.2016 um 15:49 schrieb Felix Schumacher:
Am 13.03.2016 um 14:48 schrieb Felix Schumacher:
Am 13.03.2016 um 14:40 schrieb Mark Thomas:
On 13/03/2016 13:04, Felix Schumacher wrote:
Am 13.03.2016 um 12:16 schrieb Rémy Maucherat:
2016-03-13 11:52 GMT+01:00 Felix Schumacher
Hi,
what should be the default value for honorCipherOrder?
It has to be false, when run on java 7. But it could be set to true, if
java 8 was detected. This might be a bit confusing, so what do you think?
Regards,
Felix
-
T
Am 12.03.2016 um 14:58 schrieb Mark Thomas:
The proposed Apache Tomcat 9.0.0.M4 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.
Am 17.03.2016 um 21:00 schrieb Mark Thomas:
The proposed Apache Tomcat 8.5.0 release is now available for voting.
This is the first release of the 8.5.x branch. The release is, in essence:
- Based on a copy of the 9.0.0.M4 tag
- All 9.0.x changes to the specification APIs have been reverted. The
Am 18. März 2016 21:55:26 MEZ, schrieb Mark Thomas :
>The proposed Apache Tomcat 8.0.33 release is now available for voting.
>
>The main changes since 8.0.32 are:
>
>- Correct a false positive warning for ThreadLocal related memory
> leaks when the key class but not the value class has been load
Am 11.04.2016 um 12:55 schrieb Violeta Georgieva:
The proposed Apache Tomcat 7.0.69 release is now available for voting.
It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.69/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapach
Am 11. Mai 2016 13:29:23 MESZ, schrieb Mark Thomas :
>The proposed Apache Tomcat 8.5.1 release is now available for voting.
>
>The major changes compared to the 8.5.0 release are:
>- Add the org.apache.catalina.servlet4preview package that can be
> used to gain early access to Servlet 4.0 featur
Am 12. Mai 2016 00:06:55 MESZ, schrieb Mark Thomas :
>The proposed Apache Tomcat 9.0.0.M6 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 o
Am 12. Mai 2016 00:22:07 MESZ, schrieb Mark Thomas :
>The proposed Apache Tomcat 8.5.2 release is now available for voting.
>
>8.5.2 corrects a regression found in 8.5.1.
>
>The major changes compared to the 8.5.0 release are:
>- Add the org.apache.catalina.servlet4preview package that can be
>
Am 12.05.2016 um 00:34 schrieb Mark Thomas:
The proposed Apache Tomcat 8.0.35 release is now available for voting.
8.0.35 corrects a regression found in 8.0.34.
The main changes since 8.0.33 are:
- Make the default TLS configuration more secure.
- Update the packaged version of the Tomcat Nat
Am 27.05.2016 um 23:42 schrieb gradstud:
Good afternoon,
Your emails back and forth are all going through our graduate admissions email,
can you please find another place for your Bugzilla, Apache, Tomcat business.
You should find instructions to unsubscribe yourself from this
mailinglist at th
Am 9. Juni 2016 14:13:07 MESZ, schrieb Mark Thomas :
>The proposed Apache Tomcat 8.5.3 release is now available for voting.
>
>The major changes compared to the 8.5.2 release are:
>
>- Ensure error will not be thrown during deployment when scanning jar
> files with no or invalid MANIFEST.MF file
Am 9. Juni 2016 16:17:47 MESZ, schrieb Mark Thomas :
>The proposed Apache Tomcat 8.0.36 release is now available for voting.
>
>The main changes since 8.0.35 are:
>
>- Ensure error will not be thrown during deployment when scanning jar
> files with no or invalid MANIFEST.MF files.
>
>- Improveme
Am 07.06.2016 um 18:02 schrieb Mark Thomas:
The proposed Apache Tomcat 9.0.0.M8 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.
Am 15.06.2016 um 21:47 schrieb Violeta Georgieva:
The proposed Apache Tomcat 7.0.70 release is now available for voting.
It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.70/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapach
Am 22.06.2016 um 20:19 schrieb Matt Cosentino:
I figured out the problem. The NPE was occurring because it couldn’t match the
default SSLHostConfig. The documentation says to use the sslDefaultHost
attribute of the Connector, but I get warnings saying that no matching property
is found. I had
Am 04.07.2016 um 21:03 schrieb Mark Thomas:
The proposed Apache Tomcat 9.0.0.M9 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.
Am 6. Juli 2016 11:42:47 MESZ, schrieb Mark Thomas :
>The proposed Apache Tomcat 8.5.4 release is now available for voting.
>
>The major changes compared to the 8.5.3 release are:
>
>- Correct a regression in the embedded packaging
>
>- Add the ability to control the degree of concurrency when pr
Hi all,
I wanted to add Greg Trasuk to the wiki contributors, but it seems I
haven't enough karma to do it.
Please add my id FelixSchumacher to the admin group, so that I could
accomplish such tasks in the future.
Thanks,
Felix
---
Am 3. August 2016 11:36:34 MESZ, schrieb kfuj...@apache.org:
>Author: kfujino
>Date: Wed Aug 3 09:36:34 2016
>New Revision: 1755056
>
>URL: http://svn.apache.org/viewvc?rev=1755056&view=rev
>Log:
>Ensure that the ResultSet is returned as Proxy object when enabling the
>StatementDecoratorIntercep
Am 14. September 2016 15:01:59 MESZ, schrieb Violeta Georgieva
:
>The proposed Apache Tomcat 7.0.72 release is now available for voting.
>
>It can be obtained from:
>https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.72/
>The Maven staging repo is:
>https://repository.apache.org/content
Am 01.09.2016 um 21:24 schrieb violet...@apache.org:
Author: violetagg
Date: Thu Sep 1 19:24:30 2016
New Revision: 1758842
URL: http://svn.apache.org/viewvc?rev=1758842&view=rev
Log:
Objenesis binary was moved to another download location.
Any reason, why we download the zip version instead of
Am 26.09.2016 18:17, schrieb Mark Thomas:
Version 1.2.10 includes the following change:
- Update minimum recommended OpenSSL version to 1.0.2j
- Windows binaries built with OpenSSL 1.0.2j
The proposed release artefacts can be found at [1],
and the build was done using tag [2].
The Apache Tomca
Am 6. Oktober 2016 15:40:31 MESZ, schrieb Violeta Georgieva
:
>Hi,
>
>There is not replication of Tomcat 9 svn repo to github since 26.09.
>All other repos are ok (Tomcat7/8/8.5).
>Should I create an infra issue?
Infra-12645 has a comment from me about the sync problem.
But maybe it is better
Am 06.10.2016 um 16:21 schrieb Felix Schumacher:
Am 6. Oktober 2016 15:40:31 MESZ, schrieb Violeta Georgieva
:
Hi,
There is not replication of Tomcat 9 svn repo to github since 26.09.
All other repos are ok (Tomcat7/8/8.5).
Should I create an infra issue?
Infra-12645 has a comment from me
Am 6. Oktober 2016 23:18:39 MESZ, schrieb Mark Thomas :
>The proposed Apache Tomcat 8.0.38 release is now available for voting.
>
>The main changes since 8.0.37 are:
>
>- Refactoring the non-container thread Async complete()/dispatch()
> handling to remove the possibility of deadlock
>
>- Update
Am 06.10.2016 um 22:33 schrieb Mark Thomas:
The proposed Apache Tomcat 8.5.6 release is now available for voting.
The major changes compared to the 8.5.5 release are:
- Refactoring the non-container thread Async complete()/dispatch()
handling to remove the possibility of deadlock
- Update t
Am 06.10.2016 um 23:18 schrieb Mark Thomas:
The proposed Apache Tomcat 8.0.38 release is now available for voting.
The main changes since 8.0.37 are:
- Refactoring the non-container thread Async complete()/dispatch()
handling to remove the possibility of deadlock
- Update the packaged versi
Am 06.10.2016 um 21:51 schrieb Mark Thomas:
The proposed Apache Tomcat 9.0.0.M11 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
Am 07.10.2016 um 16:11 schrieb Violeta Georgieva:
The proposed Apache Tomcat 6.0.46 release is now available for voting.
It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.46/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapach
Am 12.10.2016 um 21:47 schrieb Violeta Georgieva:
Hi,
2016-10-11 21:56 GMT+03:00 Felix Schumacher <
felix.schumac...@internetallee.de>:
Am 07.10.2016 um 16:11 schrieb Violeta Georgieva:
The proposed Apache Tomcat 6.0.46 release is now available for voting.
It can be obtained from:
Am 13.10.2016 um 12:51 schrieb Violeta Georgieva:
The proposed Apache Tomcat 6.0.47 release is now available for voting.
It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.47/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapach
Am 08.03.2017 um 16:56 schrieb Mark Thomas:
The proposed Apache Tomcat 9.0.0.M18 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
Am 8. März 2017 19:56:32 MEZ schrieb Mark Thomas :
>The proposed Apache Tomcat 8.5.12 release is now available for voting.
>
>The major changes compared to the 8.5.11 release are:
>
>- Updates to the early access version of the Serlet 4.0 API to align it
> with the most recent discussions in the
Am 8. März 2017 21:26:52 MEZ schrieb Mark Thomas :
>The proposed Apache Tomcat 8.0.42 release is now available for voting.
>
>The main changes since 8.0.41 are:
>
>- Limited relaxation of the HTTP request line validation
>
>- Support for Java 9 during annotation scanning
>
>- Update Tomcat Native
Am 9. März 2017 21:45:09 MEZ schrieb Mark Thomas :
>The proposed Apache Tomcat 6.0.51 release is now available for voting.
>
>Note: This is expected to be the last Tomcat 6 release.
>
>It can be obtained from:
>https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.51/
>The Maven staging rep
Am 14. März 2017 16:10:04 MEZ schrieb Mark Thomas :
>The following votes were cast:
>
>Binding:
>+1: markt, remm, mgrigorov
For the record, I voted for it, too.
Felix
>
>No other votes were cast.
>
>The vote therefore passes.
>
>Thanks to everyone who contributed towards this release.
>
>Mark
Am 27. März 2017 14:56:41 MESZ schrieb Mark Thomas :
>The proposed Apache Tomcat 9.0.0.M19 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
Am 27. März 2017 17:13:51 MESZ schrieb Mark Thomas :
>The proposed Apache Tomcat 8.5.13 release is now available for voting.
>
>The major changes compared to the 8.5.12 release are:
>
>- Various HTTP/2 improvements
>
>- Fixes for sendfile related issues that could cause subsequent
>requests
> to
Am 28. März 2017 17:28:30 MESZ schrieb Violeta Georgieva :
>The proposed Apache Tomcat 8.0.43 release is now available for voting.
>
>It can be obtained from:
>https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.43/
>The Maven staging repo is:
>https://repository.apache.org/content/reposi
Am 15. April 2017 21:20:21 MESZ schrieb Rainer Jung :
>file BUILDING.txt for TC 8.5 contains:
>
>...
>Download a version 8 of Java Development Kit (JDK) release
>...
>
>Do we have a build requirement for Java 8? I thought 7 still suffices.
I think it is a left over from Tomcat 9.
It should be J
Welcome.
Regards,
Felix
Am 8. Mai 2017 10:08:45 MESZ schrieb Mark Thomas :
>On behalf of the Tomcat committers I am pleased to announce that
>Michael Osipov (michaelo) has been voted in as a new Tomcat committer.
>
>Please join me in welcoming him.
>
>Regards,
>
>Mark
>
>---
Am 05.05.2017 um 11:03 schrieb Mark Thomas:
The proposed Apache Tomcat 9.0.0.M21 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
Am 5. Mai 2017 13:38:24 MESZ schrieb Mark Thomas :
>The proposed Apache Tomcat 8.5.15 release is now available for voting.
>
>The major changes compared to the 8.5.13 release are:
>
>- Various improvements to the handling of static custom error pages
>
>- Update to Eclipse JDT Compiler 4.6.3
>
>-
1 - 100 of 345 matches
Mail list logo