Re: Offline generation of effective web.xml

2012-11-22 Thread Violeta Georgieva
forward to your comments. Regards Violeta Georgieva 2012/9/11 Mark Thomas > > > Violeta Georgieva wrote: > > >It would be very useful if I can provide this as part of the build > >infrastructure for example. > >If you can give me a hint from where to start I may try

Re: Offline generation of effective web.xml

2012-12-03 Thread Violeta Georgieva
Hi Mark, > OK. First question. How did you create your git repo? I am trying to add > your repo as a remote repo to my own but there are no common ancestors. > I think I can hack around this but I'd like to understand how it > happened in the first place. > I'm using "git svn". The last rebase th

Re: Offline generation of effective web.xml

2012-12-03 Thread Violeta Georgieva
> > From which git repository? I couldn't find that commit ID in the ASF git > repo for Tomcat trunk nor the GitHub mirror. Ok I understood where the missunderstanding is. That repo (in my github profile) is my own git-to-svn repo and is not a fork from the one available in github. Having my own

Re: [VOTE] Release Apache Tomcat 8.0.27

2015-09-29 Thread Violeta Georgieva
Hi, 2015-09-28 14:26 GMT+03:00 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 > >

Re: [VOTE] Release Apache Tomcat 8.0.27

2015-09-29 Thread Violeta Georgieva
2015-09-29 22:48 GMT+03:00 Mark Thomas : > > On 29/09/2015 20:37, Violeta Georgieva wrote: > > 2015-09-28 14:26 GMT+03:00 Mark Thomas : > > > > >> The proposed 8.0.27 release is: > >> [ ] Broken - do not release > >> [ ] Stable - go ahead and re

Time for 7.0.65

2015-10-08 Thread Violeta Georgieva
Hi, I'm planning to start preparation for 7.0.65. If you need to add something please reply here. Regards, Violeta

Re: [VOTE] Release Apache Tomcat 8.0.28

2015-10-08 Thread Violeta Georgieva
Hi, 2015-10-07 22:13 GMT+03:00 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 Windows

[VOTE] Release Apache Tomcat 7.0.65

2015-10-09 Thread 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/orgapachetomcat-1053/ The svn tag is: http://svn.apache.org/

Re: [VOTE] Release Apache Tomcat 7.0.65

2015-10-14 Thread Violeta Georgieva
2015-10-09 14:04 GMT+03:00 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

CSRF prevention filter for REST

2015-10-14 Thread Violeta Georgieva
Hi, I would like to provide such a filter as part of the default Tomcat filters [1]. My plan is to extract the common functionality from the current CsrfPreventionFIlter in a base class and then to use this functionality in both CsrfPreventionFilter and the new filter which will be for REST. I wil

Re: [GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2015-10-19 Thread Violeta Georgieva
Hi, 2015-10-19 15:55 GMT+03:00 Mark Thomas : > > On 19/10/2015 13:43, Konstantin Kolinko wrote: > > 2015-10-19 14:16 GMT+03:00 Mark Thomas : > >> On 17/10/2015 15:54, Konstantin Kolinko wrote: > >>> 2015-10-17 10:48 GMT+03:00 Bill Barker : > To whom it may engage... > > This is an a

Re: [RESULT][VOTE] Release Apache Tomcat 7.0.65

2015-10-19 Thread Violeta Georgieva
Hi, 2015-10-09 14:04 GMT+03:00 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://reposito

[ANN] Apache Tomcat 7.0.65 released

2015-10-21 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.65. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and improvement

Re: [GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2015-10-22 Thread Violeta Georgieva
2015-10-22 6:25 GMT+03:00 Bill Barker : > > 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 i

Re: [ANN] New committer: Ognjen Blagojevic

2015-10-25 Thread Violeta Georgieva
2015-10-24 16:58 GMT+03:00 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. Welcome! Regards, Violeta > Regards, > > Mark > > -

Re: svn commit: r1710445 - /tomcat/trunk/java/org/apache/tomcat/util/file/ConfigFileLoader.java

2015-10-25 Thread Violeta Georgieva
2015-10-25 16:09 GMT+02:00 Konstantin Kolinko : > > 2015-10-25 16:40 GMT+03:00 : > > Author: markt > > Date: Sun Oct 25 13:40:52 2015 > > New Revision: 1710445 > > > > URL: http://svn.apache.org/viewvc?rev=1710445&view=rev > > Log: > > https://bz.apache.org/bugzilla/show_bug.cgi?id=58518 > > Fix a

Re: CSRF prevention filter for REST

2015-10-26 Thread Violeta Georgieva
Hi, 2015-10-14 21:39 GMT+03:00 Violeta Georgieva : > > Hi, > > I would like to provide such a filter as part of the default Tomcat filters [1]. > My plan is to extract the common functionality from the current CsrfPreventionFIlter in a base class and then to use this functi

Re: [VOTE] Release Apache Tomcat Native 1.2.0

2015-10-27 Thread Violeta Georgieva
2015-10-22 13:47 GMT+03:00 Mark Thomas : > > Version 1.2.0 includes the following changes: > - Windows binaries built with APR 1.5.1 and OpenSSL 1.0.2d > - ALPN support > > The proposed release artefacts can be found at [1], > and the build was done using tag [2]. > > The Apache Tomcat Native 1.2.0

Re: [VOTE] Switch 6.0.x from RTC to CTR

2015-10-29 Thread Violeta Georgieva
2015-10-29 0:42 GMT+02:00 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 much instant

Re: [VOTE] Release Apache Tomcat Native 1.2.1

2015-11-03 Thread Violeta Georgieva
2015-11-03 15:05 GMT+02:00 Mark Thomas : > > On 03/11/2015 12:31, Konstantin Kolinko wrote: > > > Interim results. Testing 7.0.x (@r1712220) with Java 8u66 (32-bit) > > > >[concat] Testsuites with failed tests: > >[concat] TEST-org.apache.catalina.authenticator.TestNonLoginAndBasicAuthenti

Re: [VOTE] Release Apache Tomcat Native 1.2.2

2015-11-06 Thread Violeta Georgieva
Hi, 2015-11-04 22:15 GMT+02:00 Mark Thomas : > > OK. Here we go again :) > > Thanks to everyone who has helped test 1.2.x so far. I'm hopeful that > this one will be good enough for the 9.0.0 RCs and - fingers crossed - > to replace 1.1.x as well. > > Version 1.2.2 includes the following changes:

Re: [VOTE] Release Apache Tomcat Native 1.2.2

2015-11-06 Thread Violeta Georgieva
2015-11-06 16:11 GMT+02:00 Mark Thomas : > > On 06/11/2015 13:09, Violeta Georgieva wrote: > > Hi, > > > > 2015-11-04 22:15 GMT+02:00 Mark Thomas : > >> > >> OK. Here we go again :) > >> > >> Thanks to everyone who has helped test 1.2.

Re: [VOTE] Release Apache Tomcat Native 1.2.2

2015-11-06 Thread Violeta Georgieva
2015-11-06 16:24 GMT+02:00 Mark Thomas : > > On 06/11/2015 14:20, Violeta Georgieva wrote: > > 2015-11-06 16:11 GMT+02:00 Mark Thomas : > >> > >> On 06/11/2015 13:09, Violeta Georgieva wrote: > >>> Hi, > >>> > >>> 2015-11-0

Re: svn commit: r1714185 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/Tomcat.java

2015-11-15 Thread Violeta Georgieva
Hi, 2015-11-14 6:41 GMT+02:00 Konstantin Kolinko : > > 2015-11-13 14:02 GMT+03:00 : > > Author: violetagg > > Date: Fri Nov 13 11:02:12 2015 > > New Revision: 1714185 > > > > URL: http://svn.apache.org/viewvc?rev=1714185&view=rev > > Log: > > Merged revision 1659184 from tomcat/trunk: > > Fix Fin

Re: [VOTE] Release Apache Tomcat 8.0.29

2015-11-23 Thread Violeta Georgieva
Hi, 2015-11-20 12:00 GMT+02:00 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 5677

Time for Tomcat 7.0.66

2015-11-24 Thread Violeta Georgieva
Hi, Tomorrow morning I plan to prepare Tomcat 7.0.66 for voting. If you want to add something to this release, please reply here. Regards, Violeta

Re: Time for Tomcat 7.0.66

2015-11-24 Thread Violeta Georgieva
2015-11-25 9:32 GMT+02:00 Konstantin Kolinko : > > 2015-11-24 22:38 GMT+03:00 Violeta Georgieva : > > Hi, > > > > Tomorrow morning I plan to prepare Tomcat 7.0.66 for voting. > > If you want to add something to this release, please reply here. > > 1. The fix i

Re: Time for Tomcat 7.0.66

2015-11-25 Thread Violeta Georgieva
2015-11-25 15:51 GMT+02:00 Konstantin Kolinko : > > 2015-11-25 10:32 GMT+03:00 Konstantin Kolinko : > > 2015-11-24 22:38 GMT+03:00 Violeta Georgieva : > >> Hi, > >> > >> Tomorrow morning I plan to prepare Tomcat 7.0.66 for voting. > >> If you wan

[VOTE] Release Apache Tomcat 7.0.66

2015-11-25 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.66 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.66/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1056/ The svn tag is: http://svn.apache.org/

Re: [CANCEL][VOTE] Release Apache Tomcat 7.0.66

2015-11-28 Thread Violeta Georgieva
2015-11-27 12:09 GMT+02:00 Konstantin Kolinko : > > 2015-11-26 0:25 GMT+03:00 Violeta Georgieva : > > The proposed Apache Tomcat 7.0.66 release is now available for voting. > > > > It can be obtained from: > > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/

Re: [VOTE] Release Apache Tomcat 8.0.30

2015-12-04 Thread Violeta Georgieva
2015-12-02 1:02 GMT+02:00 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 attribute. > > -

Time for Tomcat 7.0.67

2015-12-07 Thread Violeta Georgieva
Hi, I'm planning to start preparation for Tomcat 7.0.67 release. Regards, Violeta

Re: buildbot exception in ASF Buildbot on tomcat-trunk

2015-12-07 Thread Violeta Georgieva
Hi, 2015-12-07 14:39 GMT+02:00 Konstantin Kolinko : > > 2015-12-07 14:24 GMT+03:00 : > > The Buildbot has detected a build exception on builder tomcat-trunk while building ASF Buildbot. Full details are available at: > > http://ci.apache.org/builders/tomcat-trunk/builds/723 > > > > Buildbot U

[VOTE] Release Apache Tomcat 7.0.67

2015-12-07 Thread 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/repositories/orgapachetomcat-1058/ The svn tag is: http://svn.apache.org/

Re: svn commit: r1718302 - in /tomcat/site/trunk: ./ docs/ xdocs/

2015-12-08 Thread Violeta Georgieva
2015-12-08 4:13 GMT+02:00 Huxing Zhang : > > Hi, > > There is a typo in commit message. > > Log: > Updates (excluding docs) for 8.0.309 release > > should be 8.0.30? I fixed that. Thanks, Violeta > -- > From:markt > Time:2015 Dec 7

Re: [VOTE] Release Apache Tomcat 7.0.67

2015-12-08 Thread Violeta Georgieva
2015-12-07 17:15 GMT+02:00 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

Re: [RESULT][VOTE] Release Apache Tomcat 7.0.67

2015-12-10 Thread Violeta Georgieva
Hi, 2015-12-07 17:15 GMT+02:00 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://reposito

[ANN] Apache Tomcat 7.0.67 released

2015-12-11 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.67. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and improvement

Re: svn commit: r1720759 - /tomcat/trunk/java/org/apache/catalina/manager/JMXProxyServlet.java

2015-12-18 Thread Violeta Georgieva
Hi, 2015-12-18 13:46 GMT+02:00 Mark Thomas : > > On 18/12/2015 11:42, ma...@apache.org wrote: > > Author: markt > > Date: Fri Dec 18 11:42:18 2015 > > New Revision: 1720759 > > > > URL: http://svn.apache.org/viewvc?rev=1720759&view=rev > > Log: > > Formatting. No functional change. > > I'm looking

Re: svn commit: r1721817 - /tomcat/trunk/webapps/docs/changelog.xml

2015-12-27 Thread Violeta Georgieva
2015-12-27 18:14 GMT+02:00 : > > Author: kkolinko > Date: Sun Dec 27 16:14:31 2015 > New Revision: 1721817 > > URL: http://svn.apache.org/viewvc?rev=1721817&view=rev > Log: > Add changelog entry for r1721528/r1721530/r1721532 > I think it is a fix for an issue that can be visible by users, thus I a

Tag Tomcat 7/8.0

2018-06-26 Thread Violeta Georgieva
Hi, I'm planning to tag Tomcat 7/8.0 tomorrow. If you want to include something please reply here. Please note that this will be the last Tomcat 8.0 release. Regards, Violeta

Re: Tag Tomcat 7/8.0

2018-06-28 Thread Violeta Georgieva
Hi, 2018-06-26 21:16 GMT+03:00 Violeta Georgieva : > > Hi, > > I'm planning to tag Tomcat 7/8.0 tomorrow. > If you want to include something please reply here. > Please note that this will be the last Tomcat 8.0 release. I'm currently not able to build Tomcat 7/8.0 wh

[VOTE] Release Apache Tomcat 7.0.89

2018-06-29 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.89 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.89/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1188/ The svn tag is: http://svn.apache.org/

Re: Tag Tomcat 7/8.0

2018-06-29 Thread Violeta Georgieva
Hi Konstantin, 2018-06-29 13:48 GMT+03:00 Konstantin Kolinko : > > 2018-06-28 23:54 GMT+03:00 Konstantin Kolinko : > > 2018-06-28 23:11 GMT+03:00 Violeta Georgieva : > >> Hi, > >> > >> 2018-06-26 21:16 GMT+03:00 Violeta Georgieva : > >>> >

[VOTE] Release Apache Tomcat 8.0.53

2018-06-29 Thread Violeta Georgieva
The proposed Apache Tomcat 8.0.53 release is now available for voting. NOTE: This is the last release! It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.53/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1189/ The s

Re: Slides for ApacheCon EU Roadshow 2018

2018-07-02 Thread Violeta Georgieva
Hi, 2018-06-27 2:40 GMT+03:00 Huxing Zhang : > > Hi All, > > I have check the presentation page[1] but could only find slide of > Mark's "State of the Cat" topic. > > Do we have slides/recordings for the other topics? > > [1] http://tomcat.apache.org/presentations.html I added my presentation to

Re: [VOTE] Release Apache Tomcat 7.0.89

2018-07-02 Thread Violeta Georgieva
Hi, 2018-07-02 18:35 GMT+03:00 Mark Thomas : > > On 29/06/18 14:24, Violeta Georgieva wrote: > > The proposed Apache Tomcat 7.0.89 release is now available for voting. > > > > It can be obtained from: > > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.

Re: [VOTE] Release Apache Tomcat 7.0.89

2018-07-02 Thread Violeta Georgieva
2018-07-02 18:47 GMT+03:00 Mark Thomas : > > On 02/07/18 16:38, Violeta Georgieva wrote: > > Hi, > > > > 2018-07-02 18:35 GMT+03:00 Mark Thomas : > >> > >> On 29/06/18 14:24, Violeta Georgieva wrote: > >>> The proposed Apache Tomcat 7.0.89 rele

Re: [CANCEL][VOTE] Release Apache Tomcat 7.0.89

2018-07-02 Thread Violeta Georgieva
Hi, 2018-06-29 16:24 GMT+03:00 Violeta Georgieva : > > The proposed Apache Tomcat 7.0.89 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.89/ > The Maven staging repo is: > https://reposito

[VOTE] Release Apache Tomcat 7.0.90

2018-07-02 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.90 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.90/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1190/ The svn tag is: http://svn.apache.org/

Re: EOL of Tomcat 7

2018-07-02 Thread Violeta Georgieva
Hi, 2018-07-03 7:54 GMT+03:00 Silambarasan Madhappan : > > Hi Team, > > Please let us know by when Tomcat 7 will reach end of life . There is no EOL decision for Tomcat 7. http://tomcat.10.x6.nabble.com/Please-help-EOL-TOMCAT-7-and-8-5-td5073688.html http://tomcat.10.x6.nabble.com/Tomcat7-EOL-U

Re: File Permissions in SVN/Git

2018-07-02 Thread Violeta Georgieva
Hi, 2018-07-03 7:24 GMT+03:00 Igal Sapir : > > The new files bin/makebase.bat and makebase.sh do not have the same > permissions as the other files in bin, possibly because I committed them > from a Windows machine. > > Specifically, the file bin/makebase.sh is missing the eXecute permission. > Y

Re: svn commit: r1834989 - in /tomcat/trunk/bin: makebase.bat makebase.sh

2018-07-03 Thread Violeta Georgieva
На вт, 3.07.2018 г. в 21:02 ч. Michael Osipov написа: > > Am 2018-07-03 um 17:31 schrieb ma...@apache.org: > > Author: markt > > Date: Tue Jul 3 15:31:37 2018 > > New Revision: 1834989 > > > > URL: http://svn.apache.org/viewvc?rev=1834989&view=rev > > Log: > > Fix line-endings > > > > Modified: >

Re: [VOTE] Release Apache Tomcat 8.0.53

2018-07-05 Thread Violeta Georgieva
На пт, 29.06.2018 г. в 19:42 ч. Violeta Georgieva написа: > > The proposed Apache Tomcat 8.0.53 release is now available for voting. > > NOTE: This is the last release! > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.53/ > T

Re: [RESULT][VOTE] Release Apache Tomcat 8.0.53

2018-07-05 Thread Violeta Georgieva
Hi, На пт, 29.06.2018 г. в 19:42 ч. Violeta Georgieva написа: > > The proposed Apache Tomcat 8.0.53 release is now available for voting. > > NOTE: This is the last release! > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.53/ > T

Re: [VOTE] Release Apache Tomcat 7.0.90

2018-07-05 Thread Violeta Georgieva
На пн, 2.07.2018 г. в 20:36 ч. Violeta Georgieva написа: > > The proposed Apache Tomcat 7.0.90 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.90/ > The Maven staging repo is: > https://reposito

Re: [RESULT][VOTE] Release Apache Tomcat 7.0.90

2018-07-05 Thread Violeta Georgieva
Hi, На пн, 2.07.2018 г. в 20:36 ч. Violeta Georgieva написа: > > The proposed Apache Tomcat 7.0.90 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.90/ > The Maven staging repo is: > https://

[ANN] Apache Tomcat 8.0.53 released

2018-07-06 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.53. Please note that Apache Tomcat 8.0.x has reached end of life! Apache Tomcat 8.0 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language and Java WebSock

[ANN] Apache Tomcat 7.0.90 released

2018-07-07 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.90. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and improvement

Re: [VOTE] Release Apache Tomcat 9.0.11

2018-08-16 Thread Violeta Georgieva
Hi, На сб, 11.08.2018 г. в 23:32 ч. 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 conjunct

Re: [VOTE] Release Apache Tomcat 8.5.33

2018-08-17 Thread Violeta Georgieva
Hi, На нд, 12.08.2018 г. в 11:43 ч. 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 conjunct

Re: Tomcat 7.0.x?

2018-09-13 Thread Violeta Georgieva
Yep I’ll do it I’ll start later today Regards, Violeta On Thu, 13 Sep 2018 at 11:24, Mark Thomas wrote: > It has been a while since we had a 7.0.x release. It would be good to > get one completed before ApacheCon. > > Violeta, do you have the time available to do this? If not, I should be > abl

Re: Tomcat 7.0.x?

2018-09-13 Thread Violeta Georgieva
На чт, 13.09.2018 г. в 12:35 ч. Mark Thomas написа: > > On 13/09/18 09:54, Violeta Georgieva wrote: > > Yep I’ll do it > > I’ll start later today > > Great. > > I've just checked the new issue in BZ and that was invalid so I don't > have anything I want to commit before you tag. Thanks Violeta

Re: svn commit: r1840845 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/servlets/CGIServlet.java

2018-09-13 Thread Violeta Georgieva
Mark На чт, 13.09.2018 г. в 21:00 ч. написа: > > Author: markt > Date: Thu Sep 13 18:00:44 2018 > New Revision: 1840845 > > URL: http://svn.apache.org/viewvc?rev=1840845&view=rev > Log: > Java 6 > > Modified: > tomcat/tc7.0.x/trunk/java/org/apache/catalina/servlets/CGIServlet.java I just wan

[VOTE] Release Apache Tomcat 7.0.91

2018-09-13 Thread 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/orgapachetomcat-1195/ The svn tag is: http://svn.apache.org/

Re: [VOTE] Release Apache Tomcat 7.0.91

2018-09-19 Thread Violeta Georgieva
На чт, 13.09.2018 г. в 23:28 ч. 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://reposito

Re: [RESULT][VOTE] Release Apache Tomcat 7.0.91

2018-09-19 Thread Violeta Georgieva
Hi, На чт, 13.09.2018 г. в 23:28 ч. 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://

[ANN] Apache Tomcat 7.0.91 released

2018-09-20 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.91. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and improvement

Re: svn commit: r1734150 - in /tomcat/trunk: java/org/apache/catalina/servlets/DefaultServlet.java test/org/apache/catalina/servlets/TestDefaultServlet.java webapps/docs/changelog.xml webapps/docs/def

2016-03-14 Thread Violeta Georgieva
2016-03-11 19:53 GMT+02:00 Mark Thomas : > > On 11/03/2016 11:50, Violeta Georgieva wrote: > > 2016-03-11 13:49 GMT+02:00 Mark Thomas : > >> > >> On 11/03/2016 11:31, Violeta Georgieva wrote: > >>> Hi, > >>> > >>> 2016-03-08 22:45

Re: [VOTE] Release Apache Tomcat 9.0.0.M4

2016-03-16 Thread Violeta Georgieva
Hi Mark, 2016-03-12 15:58 GMT+02:00 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

Re: [VOTE] Release Apache Tomcat 8.5.0

2016-03-18 Thread Violeta Georgieva
Hi, 2016-03-17 22:00 GMT+02:00 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 re

Re: [VOTE] Release Apache Tomcat 9.0.0.M4

2016-03-18 Thread Violeta Georgieva
Hi, 2016-03-17 21:34 GMT+02:00 Mark Thomas : > > On 16/03/2016 12:04, Violeta Georgieva wrote: > > 2016-03-16 11:59 GMT+02:00 Mark Thomas : > >> > >> On 16/03/2016 09:34, Violeta Georgieva wrote: > >>> Hi Mark, > >>> > >>> 2016-03-

Re: [VOTE] Release Apache Tomcat 9.0.0.M4

2016-03-19 Thread Violeta Georgieva
2016-03-16 11:59 GMT+02:00 Mark Thomas : > > On 16/03/2016 09:34, Violeta Georgieva wrote: > > Hi Mark, > > > > 2016-03-12 15:58 GMT+02:00 Mark Thomas : > >> > >> The proposed Apache Tomcat 9.0.0.M4 release is now available for voting. > >> > &

Re: Found 6.0.45 and 6.0.44 release announcement in tomcat.apache.org

2016-03-21 Thread Violeta Georgieva
Hi, 2016-03-21 10:50 GMT+02:00 Huxing Zhang : > > Hi All, > > I found that there are two release announcement, 6.0.45(2016-02-11) and 6.0.44(2015-05-12) in the following url: > http://tomcat.apache.org/ > > Is that expected? I moved the announcement for 6.0.44 to the old news. Thanks for reporti

Re: [VOTE] Release Apache Tomcat 8.0.33

2016-03-21 Thread Violeta Georgieva
Hi, 2016-03-18 22:55 GMT+02:00 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 loaded

Re: [VOTE] Release Apache Tomcat 8.5.0

2016-03-22 Thread Violeta Georgieva
Hi, 2016-03-22 9:25 GMT+02:00 Huxing Zhang : > > Hi, > > I have following observations: > > 0. in NOTICE it sill mentions the following XML schemas, which I think should be removed. > - javaee_8.xsd > - web-app_4_0.xsd > - web-common_4_0.xsd > - web-fragment_4_0.xsd > This is fixed with r1735

Re: [VOTE] Release Apache Tomcat 8.5.0

2016-03-22 Thread Violeta Georgieva
Hi, 2016-03-22 9:25 GMT+02:00 Huxing Zhang : > > Hi, > > I have following observations: > > 0. in NOTICE it sill mentions the following XML schemas, which I think should be removed. > - javaee_8.xsd > - web-app_4_0.xsd > - web-common_4_0.xsd > - web-fragment_4_0.xsd > > 1. When uncomment the S

Re: [VOTE] Release Apache Tomcat 8.5.0

2016-03-22 Thread Violeta Georgieva
2016-03-22 13:31 GMT+02:00 Violeta Georgieva : > > Hi, > > 2016-03-22 9:25 GMT+02:00 Huxing Zhang : > > > > Hi, > > > > I have following observations: > > > > 0. in NOTICE it sill mentions the following XML schemas, which I think should be rem

Re: svn commit: r1736145 - in /tomcat/trunk: conf/server.xml webapps/docs/changelog.xml

2016-03-22 Thread Violeta Georgieva
Hi, 2016-03-22 18:04 GMT+02:00 Mark Thomas : > > On 22/03/2016 07:37, violet...@apache.org wrote: > > Author: violetagg > > Date: Tue Mar 22 07:37:21 2016 > > New Revision: 1736145 > > > > URL: http://svn.apache.org/viewvc?rev=1736145&view=rev > > Log: > > Remove honorCipherOrder="false" from the

Re: bug in 8.5.0?

2016-03-24 Thread Violeta Georgieva
Hi, 2016-03-24 21:01 GMT+02:00 Romain Manni-Bucau : > > Hi guys, > > if I'm not mistaken > org.apache.catalina.loader.WebappClassLoaderBase#getResourceAsStream > can throw a NPE: > > 1090. URL url = super.findResource(name); > 1091. stream = url.openStream(); // url can be null > Thanks for the r

Re: [VOTE] Release Apache Tomcat 8.0.33

2016-03-25 Thread Violeta Georgieva
Hi, 2016-03-25 1:34 GMT+02:00 Anthony Biacco : > > On Fri, Mar 18, 2016 at 2:55 PM, Mark Thomas wrote: > > > 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

Re: svn commit: r1736607 - in /tomcat/trunk: java/org/apache/catalina/core/AsyncContextImpl.java webapps/docs/changelog.xml

2016-03-25 Thread Violeta Georgieva
Hi, 2016-03-25 18:24 GMT+02:00 : > > Author: remm > Date: Fri Mar 25 16:24:07 2016 > New Revision: 1736607 > > URL: http://svn.apache.org/viewvc?rev=1736607&view=rev > Log: > 59213: Async dispatches should use a wrapped request rather than the base one. > > Modified: > tomcat/trunk/java/org/ap

Re: [VOTE] Release Apache Tomcat 8.5.0

2016-03-27 Thread Violeta Georgieva
2016-03-22 18:10 GMT+02:00 Mark Thomas : > > On 22/03/2016 15:14, Rossen Stoyanchev wrote: > > hi, > > > > A public API for initiating an upgrade at runtime was removed [1] which > > breaks WebSocket support in the Spring Framework. This API was previously > > added to make up for a limitation in

Re: Maven snapshot builds

2016-04-04 Thread Violeta Georgieva
Hi, 2016-04-02 10:27 GMT+03:00 Mark Thomas : > > On 1 April 2016 21:07:37 BST, Martin Grigorov wrote: > >Hi, > > > >Does anyone know what is the reason for the missing -SNAPSHOT builds at > > https://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/tomcat-catalina/ > >(RAO)

Time for Tomcat 7.0.69

2016-04-06 Thread Violeta Georgieva
Hi, I'm going to start the preparation for Tomcat 7.0.69. If you need something in addition to this release please reply here. Regards, Violeta

Re: Time for Tomcat 7.0.69

2016-04-07 Thread Violeta Georgieva
Hi, 2016-04-06 13:48 GMT+03:00 Konstantin Kolinko : > > 2016-04-06 11:09 GMT+03:00 Violeta Georgieva : > > Hi, > > > > I'm going to start the preparation for Tomcat 7.0.69. > > > > If you need something in addition to this release please reply here.

Re: Time for Tomcat 7.0.69

2016-04-08 Thread Violeta Georgieva
2016-04-08 16:30 GMT+03:00 Konstantin Kolinko : > > 2016-04-08 9:49 GMT+03:00 Violeta Georgieva : > > Hi, > > > > 2016-04-06 13:48 GMT+03:00 Konstantin Kolinko : > >> > >> 2016-04-06 11:09 GMT+03:00 Violeta Georgieva : > >> > Hi, > >>

Re: Time for Tomcat 7.0.69

2016-04-08 Thread Violeta Georgieva
Hi, 2016-04-06 11:09 GMT+03:00 Violeta Georgieva : > > Hi, > > I'm going to start the preparation for Tomcat 7.0.69. > > If you need something in addition to this release please reply here. > Tomcat native library 1.1.33 is no more available on download area. Update t

Re: Time for Tomcat 7.0.69

2016-04-11 Thread Violeta Georgieva
Hi, 2016-04-08 17:59 GMT+03:00 Violeta Georgieva : > > Hi, > > 2016-04-06 11:09 GMT+03:00 Violeta Georgieva : > > > > Hi, > > > > I'm going to start the preparation for Tomcat 7.0.69. > > > > If you need something in addition to this release pl

[VOTE] Release Apache Tomcat 7.0.69

2016-04-11 Thread 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/orgapachetomcat-1074/ The svn tag is: http://svn.apache.org/

Re: [VOTE] Release Apache Tomcat 7.0.69

2016-04-12 Thread Violeta Georgieva
2016-04-11 13:55 GMT+03:00 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

Re: svn commit: r1738850 - in /tomcat/trunk: java/org/apache/catalina/startup/ContextConfig.java webapps/docs/changelog.xml

2016-04-13 Thread Violeta Georgieva
Hi Mark, 2016-04-12 21:58 GMT+03:00 : > > Author: markt > Date: Tue Apr 12 18:58:24 2016 > New Revision: 1738850 > > URL: http://svn.apache.org/viewvc?rev=1738850&view=rev > Log: > Correctly configure the base path for a resources directory provided by an expanded JAR file. > Patch provided by hen

Re: svn commit: r1738850 - in /tomcat/trunk: java/org/apache/catalina/startup/ContextConfig.java webapps/docs/changelog.xml

2016-04-13 Thread Violeta Georgieva
2016-04-13 13:37 GMT+03:00 Mark Thomas : > > On 13/04/2016 10:26, Violeta Georgieva wrote: > > Hi Mark, > > > > 2016-04-12 21:58 GMT+03:00 : > >> > >> Author: markt > >> Date: Tue Apr 12 18:58:24 2016 > >> New Revision: 1738850 >

Update Tomcat 7 to use Tomcat Native lib 1.2.x (was: Time for Tomcat 7.0.69)

2016-04-13 Thread Violeta Georgieva
Hi, 2016-04-11 10:42 GMT+03:00 Konstantin Kolinko : > > 2016-04-11 10:30 GMT+03:00 Violeta Georgieva : > > Hi, > > > > 2016-04-08 17:59 GMT+03:00 Violeta Georgieva : > >> > >> Hi, > >> > >> 2016-04-06 11:09 GMT+03:00 Violeta Georgi

Re: [RESULT][VOTE] Release Apache Tomcat 7.0.69

2016-04-14 Thread Violeta Georgieva
Hi, 2016-04-11 13:55 GMT+03:00 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://reposito

[ANN] Apache Tomcat 7.0.69 released

2016-04-18 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.69. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and improvement

Difference in the behaviour of WebappClassLoaderBase.getResource for jar resources

2016-04-27 Thread Violeta Georgieva
Hi, I have a question about difference in the behaviour of org.apache.catalina.loader.WebappClassLoaderBase.getResource(String). I'm investigating the issue reported here [1]. In Tomcat 8+ when WebappClassLoaderBase.getResource is invoked with a path that represents a jar resource and starts with

Re: Difference in the behaviour of WebappClassLoaderBase.getResource for jar resources

2016-05-03 Thread Violeta Georgieva
2016-04-27 14:25 GMT+03:00 Mark Thomas : > > On 27/04/2016 12:00, Violeta Georgieva wrote: > > Hi, > > > > I have a question about difference in the behaviour of > > org.apache.catalina.loader.WebappClassLoaderBase.getResource(String). > > I'm investigatin

Re: Difference in the behaviour of WebappClassLoaderBase.getResource for jar resources

2016-05-03 Thread Violeta Georgieva
Hi, 2016-04-27 14:27 GMT+03:00 Konstantin Kolinko : > > 2016-04-27 14:00 GMT+03:00 Violeta Georgieva : > > Hi, > > > > I have a question about difference in the behaviour of > > org.apache.catalina.loader.WebappClassLoaderBase.getResource(String). > > I'm

Re: Difference in the behaviour of WebappClassLoaderBase.getResource for jar resources

2016-05-03 Thread Violeta Georgieva
2016-05-03 17:56 GMT+03:00 Konstantin Kolinko : > > 2016-05-03 17:07 GMT+03:00 Violeta Georgieva : > > Hi, > > > > 2016-04-27 14:27 GMT+03:00 Konstantin Kolinko : > >> > >> 2016-04-27 14:00 GMT+03:00 Violeta Georgieva : > >> > Hi, > >&g

  1   2   3   4   5   6   7   8   9   10   >