Re: Redirect to buffer strategy may not work properly on Tomcat 7.0.29

2012-07-27 Thread Martin Grigorov
possible solutions for the next version. Pedro Santos Em 25/07/2012, às 16:42, Martin Grigorov escreveu: Hi, Please take a look at https://issues.apache.org/bugzilla/show_bug.cgi?id=53469. This issue describes a problem which prevents Wicket's default RenderStrategy - REDIRECT_TO_BUFFER

Re: latency - websockets vs. REST

2013-01-29 Thread Martin Grigorov
- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com http://jweekend.com/

Re: [ANN] New Tomcat committer: Violeta Georgieva (violetagg)

2013-01-31 Thread Martin Grigorov
commands, e-mail: dev-h...@tomcat.apache.org -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com http://jweekend.com/

Re: URIs, %nn decoding and error handling

2013-03-04 Thread Martin Grigorov
...@tomcat.apache.org -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com http://jweekend.com/

Re: svn commit: r1509143 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/deploy/FileMessageFactory.java webapps/docs/changelog.xml

2013-08-01 Thread Martin Grigorov
Hi, On Thu, Aug 1, 2013 at 11:25 AM, kfuj...@apache.org wrote: Author: kfujino Date: Thu Aug 1 09:25:12 2013 New Revision: 1509143 URL: http://svn.apache.org/r1509143 Log: Fix NPE in FileMessageFactory.main when specify empty file as arguments. Modified:

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-02 Thread Martin Grigorov
Hi, I'm playing with the WebSocket impl and started seeing this NPE in my logs. I have no idea yet what started causing it. == logs/catalina.out == Aug 02, 2013 6:03:21 PM org.apache.coyote.AbstractProtocol$AbstractConnectionHandler process SEVERE: Error reading request, ignored

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-02 Thread Martin Grigorov
I cannot login to Bugzilla with my account ... The problem is: this.userProperties.putAll(endpointConfig.getUserProperties()); a HashMap is copied into ConcurrentHashMap and null values cause the problem. On Fri, Aug 2, 2013 at 6:06 PM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, I'm

Re: svn commit: r1509847 - in /tomcat/trunk/java/javax/websocket: DefaultClientEndpointConfig.java server/DefaultServerEndpointConfig.java

2013-08-03 Thread Martin Grigorov
Hi Mark, Thanks for the fix! On Fri, Aug 2, 2013 at 10:28 PM, ma...@apache.org wrote: Author: markt Date: Fri Aug 2 20:28:12 2013 New Revision: 1509847 URL: http://svn.apache.org/r1509847 Log: Use the same Map implementation for user properties to prevent implementation conflicts

Re: [VOTE] Release Apache Tomcat 8.0.0-RC3

2013-09-23 Thread Martin Grigorov
On Fri, Sep 20, 2013 at 12:36 PM, Mark Thomas ma...@apache.org wrote: The proposed Apache Tomcat 8.0.0 release candidate 3 is now available for voting. Given this is a release candidate I am working on the basis that it is equivalent to an alpha. The main changes since RC1 are: - Updated

Re: [VOTE] Release Apache Tomcat 7.0.44

2013-09-24 Thread Martin Grigorov
On Mon, Sep 23, 2013 at 10:58 PM, Violeta Georgieva miles...@gmail.comwrote: The proposed Apache Tomcat 7.0.44 release is now available for voting. This release candidate contains JSR-356 Java WebSocket 1.0 implementation. Note that use of this functionality requires Java 7. It can be

Re: [VOTE] Release Apache Tomcat 7.0.44

2013-09-24 Thread Martin Grigorov
Hi Rossen, On Tue, Sep 24, 2013 at 4:35 PM, Rossen Stoyanchev rstoyanc...@gopivotal.com wrote: I am getting a ClassCastException when using (non JSR-356) upgrade, i.e. WsServerContainer.doUpgrade: Caused by: java.lang.ClassCastException:

Re: [VOTE] Release Apache Tomcat 7.0.45

2013-09-25 Thread Martin Grigorov
On Wed, Sep 25, 2013 at 3:37 PM, Violeta Georgieva miles...@gmail.comwrote: The proposed Apache Tomcat 7.0.45 release is now available for voting. This release candidate contains JSR-356 Java WebSocket 1.0 implementation. Note that use of this functionality requires Java 7. It can be

Re: WebappClassLoader and prohibited classes/packages

2013-10-24 Thread Martin Grigorov
Hi, On Wed, Oct 23, 2013 at 6:38 PM, Christopher Schultz ch...@christopherschultz.net wrote: All, I went looking into WebappClassLoader's validateJarFile() and filter() methods, and I noticed two things: 1. The error message for locating an illegal class being loaded from a JAR file

Re: Git

2014-01-21 Thread Martin Grigorov
Hi Rainer, On Tue, Jan 21, 2014 at 1:01 PM, Rainer Jung rainer.j...@kippdata.dewrote: On 21.01.2014 10:58, Mark Thomas wrote: I've been using Git more and more for Tomcat development and was wondering what folks thought about moving Tomcat to git. This isn't a formal proposal or a vote,

Re: [VOTE] Release Apache Tomcat 8.0.0

2014-01-29 Thread Martin Grigorov
=13853464page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13853464 I run Ubuntu 13.10 and my Chrome version is 32.0.1700.77 Martin Grigorov Wicket Training and Consulting On Tue, Jan 28, 2014 at 9:28 PM, Mark Thomas ma...@apache.org wrote: The proposed Apache Tomcat 8.0.0

Re: [VOTE] Release Apache Tomcat 8.0.0

2014-01-29 Thread Martin Grigorov
On Wed, Jan 29, 2014 at 12:37 PM, Mark Thomas ma...@apache.org wrote: On 29/01/2014 10:11, Martin Grigorov wrote: Hi, Broken - do not release. It seems WebSocket support is broken for Google Chrome 32+. I tested Apache Wicket integration and it failed with: WebSocket connection

Request parameters in HandshakeRequest

2014-01-29 Thread Martin Grigorov
I this the parameter map should contain the parsed query string, no ? In the voted 8.0.0 release the map is empty when there is non-empty query string. Thanks! Martin Grigorov Wicket Training and Consulting

Re: Request parameters in HandshakeRequest

2014-01-29 Thread Martin Grigorov
On Wed, Jan 29, 2014 at 1:06 PM, Mark Thomas ma...@apache.org wrote: On 29/01/2014 11:44, Martin Grigorov wrote: Hi, Apologies in advance if this is for users@. Should javax.websocket.server.HandshakeRequest#getParameterMap() contain the parameters from the query string ? It should

Re: [VOTE] Release Apache Tomcat 8.0.1

2014-01-30 Thread Martin Grigorov
[ X ] Stable - go ahead and release as 8.0.1 (stable) I see no problems with 8.0.1 Martin Grigorov Wicket Training and Consulting On Thu, Jan 30, 2014 at 12:43 AM, Mark Thomas ma...@apache.org wrote: The proposed Apache Tomcat 8.0.1 release is now available for voting. This should

Re: [VOTE] Release Apache Tomcat 7.0.52

2014-02-13 Thread Martin Grigorov
[ X ] Stable - go ahead and release as 7.0.52 Stable Tested Wicket Native WebSocket old and new impls Martin Grigorov Wicket Training and Consulting On Thu, Feb 13, 2014 at 9:17 AM, Violeta Georgieva miles...@gmail.comwrote: The proposed Apache Tomcat 7.0.52 release is now available

Re: [VOTE] Release Apache Tomcat 8.0.4

2014-03-20 Thread Martin Grigorov
) Martin Grigorov Wicket Training and Consulting - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: CI

2014-04-17 Thread Martin Grigorov
Hi, There are failed disks with BuildBot's master server (hostname: aegis). pctony (infra guy) said that they have ordered new ones and they will replace them today (US time ?!). Martin Grigorov Wicket Training and Consulting On Thu, Apr 17, 2014 at 3:37 PM, Rémy Maucherat r...@apache.org

Re: Tomcat Buildbot configuration - JIRA issue

2014-05-26 Thread Martin Grigorov
Hi Konstantin, On Mon, May 26, 2014 at 2:59 PM, Konstantin Kolinko knst.koli...@gmail.comwrote: Hi! I filed the issue for our Buildbot configuration: https://issues.apache.org/jira/browse/INFRA-7807 You may want to keep a watch on it or add a comment. Best regards, Konstantin Kolinko

Re: Git (again)

2014-05-26 Thread Martin Grigorov
Hi, On Mon, May 26, 2014 at 4:18 PM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2014-05-24 0:51 GMT+04:00 Sylvain Laurent slaur...@apache.org: Hello, Back in january/february there was a thread on moving to git with many +1 for it. Are there any concrete plans for this ? I'm

Re: [VOTE] Release Apache Tomcat 8.0.9

2014-06-23 Thread Martin Grigorov
[X] Stable - go ahead and release as 8.0.9 (stable) On Mon, Jun 23, 2014 at 11:52 AM, Mark Thomas ma...@apache.org wrote: On 19/06/2014 15:00, Mark Thomas wrote: The proposed Apache Tomcat 8.0.9 release is now available for voting. The main changes since 8.0.8 are: - Start to move

Re: svn commit: r1605890 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties TransformationFactory.java

2014-06-27 Thread Martin Grigorov
Hi Mark, On Thu, Jun 26, 2014 at 10:44 PM, ma...@apache.org wrote: Author: markt Date: Thu Jun 26 19:44:54 2014 New Revision: 1605890 URL: http://svn.apache.org/r1605890 Log: Fix an i18n TODO Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties

Re: Too few fatal log ststements

2014-08-11 Thread Martin Grigorov
Hi, On Mon, Aug 11, 2014 at 11:45 AM, Leon Rosenberg rosenberg.l...@gmail.com wrote: maybe tomcat is just so robust, that nothing is fatal to it ;-) Leon On Mon, Aug 11, 2014 at 11:41 AM, sangeeta lal sangeeta.6...@gmail.com wrote: Hi Mark, Actually I have data for other log levels

Re: git (yet again)

2014-09-03 Thread Martin Grigorov
Git is much faster than EU SVN. I live in Bulgaria. I guess experienced git users (like Martin Grigorov) could answer most questions easily, but I don't have the experience with git allowing me to understand implications of decisions. Regards, Rainer

Re: git (yet again)

2014-09-03 Thread Martin Grigorov
On Wed, Sep 3, 2014 at 2:54 PM, Stefan Bodewig bode...@apache.org wrote: On 2014-09-03, sebb wrote: Maybe it's possible to configure the commit messages so that diffs are shown; if not, then perhaps there needs to be a convention for how to comment on commits. Might be something that

Re: git (yet again)

2014-09-04 Thread Martin Grigorov
On Thu, Sep 4, 2014 at 12:46 AM, sebb seb...@gmail.com wrote: On 3 September 2014 16:10, Martin Grigorov mgrigo...@apache.org wrote: On Wed, Sep 3, 2014 at 2:54 PM, Stefan Bodewig bode...@apache.org wrote: On 2014-09-03, sebb wrote: Maybe it's possible to configure the commit

Re: svn commit: r1622302 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/Request.java test/org/apache/catalina/connector/TestRequest.java test/org/apache/catalina/connector/TesterReq

2014-09-04 Thread Martin Grigorov
Hi, On Wed, Sep 3, 2014 at 8:37 PM, ma...@apache.org wrote: Author: markt Date: Wed Sep 3 17:37:51 2014 New Revision: 1622302 URL: http://svn.apache.org/r1622302 Log: Correctly handle multiple accept-language headers rather than just using the first header to determine the user's

Re: svn commit: r1622434 - /tomcat/trunk/test/org/apache/catalina/connector/TestRequest.java

2014-09-04 Thread Martin Grigorov
On Thu, Sep 4, 2014 at 12:42 PM, ma...@apache.org wrote: Author: markt Date: Thu Sep 4 09:42:04 2014 New Revision: 1622434 URL: http://svn.apache.org/r1622434 Log: Fix corrupted characters. Modified: tomcat/trunk/test/org/apache/catalina/connector/TestRequest.java Modified:

Re: [VOTE] Release Apache Tomcat 8.0.14

2014-09-25 Thread Martin Grigorov
[ X ] Stable - go ahead and release as 8.0.14 Tested Apache Wicket impl for JSR 356 with the tar.gz bundle. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Sep 24, 2014 at 11:07 PM, Mark Thomas ma...@apache.org wrote: The proposed Apache Tomcat 8.0.14

Re: svn commit: r1628984 - in /tomcat/trunk/webapps/docs: changelog.xml config/engine.xml

2014-10-02 Thread Martin Grigorov
Hi, On Thu, Oct 2, 2014 at 4:36 PM, schu...@apache.org wrote: Author: schultz Date: Thu Oct 2 14:36:27 2014 New Revision: 1628984 URL: http://svn.apache.org/r1628984 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57049 Clarified that jvmRoute can be set using

Re: svn commit: r1628984 - in /tomcat/trunk/webapps/docs: changelog.xml config/engine.xml

2014-10-02 Thread Martin Grigorov
On Thu, Oct 2, 2014 at 9:14 PM, Christopher Schultz ch...@christopherschultz.net wrote: Mark, On 10/2/14 10:54 AM, Mark Thomas wrote: On 02/10/2014 15:41, Martin Grigorov wrote: Hi, On Thu, Oct 2, 2014 at 4:36 PM, schu...@apache.org wrote: Author: schultz Date: Thu Oct 2 14:36

Re: svn commit: r1630065 - in /tomcat/trunk: java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/server/ test/org/apache/tomcat/websocket/ webapps/docs/

2014-10-08 Thread Martin Grigorov
Hi, On Wed, Oct 8, 2014 at 12:38 PM, ma...@apache.org wrote: Author: markt Date: Wed Oct 8 10:38:33 2014 New Revision: 1630065 URL: http://svn.apache.org/r1630065 Log: Extend support for permessage-deflate to the WebSocket client implementation. Modified:

Re: svn commit: r1630065 - in /tomcat/trunk: java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/server/ test/org/apache/tomcat/websocket/ webapps/docs/

2014-10-08 Thread Martin Grigorov
On Wed, Oct 8, 2014 at 1:02 PM, Mark Thomas ma...@apache.org wrote: On 08/10/2014 11:41, Martin Grigorov wrote: It really helps if you are going to comment on a small part of a large commit if you trim the irrelevant parts of the original in your reply. I'll try to remember for the next

Re: Summary: Migration from svn to git

2014-10-16 Thread Martin Grigorov
Hi, On Thu, Oct 16, 2014 at 9:38 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: Just several technical notes, If anyone wants to comment on Github, I think that it is already possible. I think that it works and the messages are forwarded to the dev list. Unfortunately this is not

Re: [VOTE] Release Apache Tomcat 8.0.15

2014-11-04 Thread Martin Grigorov
[X] Stable - go ahead and release as 8.0.15 Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Nov 4, 2014 at 3:54 PM, Rémy Maucherat r...@apache.org wrote: 2014-11-03 10:51 GMT+01:00 Mark Thomas ma...@apache.org: The proposed 8.0.15 release

Re: svn commit: r1642307 - in /tomcat/trunk: java/org/apache/tomcat/websocket/CaseInsensitiveKeyMap.java test/org/apache/tomcat/websocket/TestCaseInsensitiveKeyMap.java

2014-11-28 Thread Martin Grigorov
Hi, Performance wise isn't it better to transform the String key to lowerCase at Key construction time and later use it in equals/hashCode ? Now the lower-ification would happen for most Map operation. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Nov 28

Re: svn commit: r1642307 - in /tomcat/trunk: java/org/apache/tomcat/websocket/CaseInsensitiveKeyMap.java test/org/apache/tomcat/websocket/TestCaseInsensitiveKeyMap.java

2014-11-28 Thread Martin Grigorov
Hi Remy, On Fri, Nov 28, 2014 at 4:13 PM, Rémy Maucherat r...@apache.org wrote: 2014-11-28 16:05 GMT+01:00 Martin Grigorov mgrigo...@apache.org: Hi, Performance wise isn't it better to transform the String key to lowerCase at Key construction time and later use it in equals/hashCode

Re: Moderators wanted

2014-12-01 Thread Martin Grigorov
Hi, On Mon, Dec 1, 2014 at 4:56 PM, Mark Thomas ma...@apache.org wrote: 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 likes to have on a number of lists. Therefore, can I have some volunteers

Re: svn commit: r1642721 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java

2014-12-01 Thread Martin Grigorov
Hi, On Mon, Dec 1, 2014 at 6:55 PM, r...@apache.org wrote: Author: remm Date: Mon Dec 1 17:55:07 2014 New Revision: 1642721 URL: http://svn.apache.org/r1642721 Log: Try a better origin header. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java

Re: [VOTE] Release Apache Tomcat 8.0.18

2015-01-26 Thread Martin Grigorov
On Fri, Jan 23, 2015 at 3:09 PM, Mark Thomas ma...@apache.org wrote: The proposed Apache Tomcat 8.0.18 release is now available for voting. The main changes since 8.0.17 are: - Fix a regression that resulted in truncated responses for forwarded responses larger than the output buffer

Re: [VOTE] Release Apache Tomcat 8.0.17

2015-01-12 Thread Martin Grigorov
On Fri, Jan 9, 2015 at 7:26 PM, Mark Thomas ma...@apache.org wrote: The proposed Apache Tomcat 8.0.17 release is now available for voting. The changes since 8.0.16 are: - Fix a RequestListener regression - Fix a bug in NIO2 with sending 100-Continue responses The main changes since 8.0.15

Re: [VOTE] Release Apache Tomcat 8.0.21

2015-03-25 Thread Martin Grigorov
The proposed 8.0.21 release is: [ ] Broken - do not release [ X ] Stable - go ahead and release as 8.0.21 - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: svn commit: r1678210 - /tomcat/trunk/java/org/apache/tomcat/util/net/SSLContext.java

2015-05-07 Thread Martin Grigorov
You can remove 'public' too. On Thu, May 7, 2015 at 4:54 PM, r...@apache.org wrote: Author: remm Date: Thu May 7 13:54:58 2015 New Revision: 1678210 URL: http://svn.apache.org/r1678210 Log: This was at some point an abstract class, so cleanup. Modified:

Re: svn commit: r1678339 - in /tomcat/trunk: conf/ java/org/apache/catalina/filters/ webapps/docs/config/

2015-05-09 Thread Martin Grigorov
Hi Mark, On Fri, May 8, 2015 at 3:32 PM, ma...@apache.org wrote: Author: markt Date: Fri May 8 12:32:11 2015 New Revision: 1678339 URL: http://svn.apache.org/r1678339 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=54618 Add the HSTS header by default as recommended by RFC 7527

Re: svn commit: r1710734 - in /tomcat/site/trunk: docs/whoweare.html xdocs/whoweare.xml

2015-10-27 Thread Martin Grigorov
On Tue, Oct 27, 2015 at 2:59 PM, Konstantin Kolinko <knst.koli...@gmail.com> wrote: > This page is sorted by family name. So I expect yours to be between > Gomez and Hanik. > Fixed! Thanks! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov

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

2015-10-29 Thread Martin Grigorov
On Thu, Oct 29, 2015 at 12:42 AM, Mark Thomas wrote: > [ ] Continue to use RTC for 6.0.x > [ X ] Switch 6.0.x to CTR >

Re: [ANN] New committer: Ognjen Blagojevic

2015-10-25 Thread Martin Grigorov
Congratulations, Ognjen!

Re: [ANN] New committer: Martin Grigorov

2015-10-27 Thread Martin Grigorov
On Tue, Oct 27, 2015 at 3:00 PM, Konstantin Kolinko <knst.koli...@gmail.com> wrote: > 2015-10-26 17:35 GMT+03:00 Mark Thomas <ma...@apache.org>: > > On behalf of the Tomcat committers I am pleased to announce that > > Martin Grigorov (mgrigorov) has been voted i

Re: svn commit: r1713285 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/session/ java/org/apache/catalina/util/ test/org/apache/catalina/util/

2015-11-08 Thread Martin Grigorov
On Sun, Nov 8, 2015 at 9:05 PM, wrote: > public void testValidateWithJvmRouteWithPerid() { > I'd fix it myself with my new superpowers but I'm not sure whether there is a typo in Period above or it is just my non-native English.

Re: Time for 9.0.0.RC1

2015-11-12 Thread Martin Grigorov
Hi, On Thu, Nov 12, 2015 at 11:22 AM, Rémy Maucherat wrote: > 2015-11-12 9:26 GMT+01:00 Mark Thomas : > > > The announcements, download page, which version etc. will all make it > > clear that this a work in progress. > > > > To make it clearer, I'll label the

Re: Issues when building Tomcat 9 + tcnative

2015-11-15 Thread Martin Grigorov
On Sun, Nov 15, 2015 at 3:10 PM, Rainer Jung <rainer.j...@kippdata.de> wrote: > Am 15.11.2015 um 13:59 schrieb Martin Grigorov: > >> On Sun, Nov 15, 2015 at 1:35 PM, Martin Grigorov <mgrigo...@apache.org> >> wrote: >> > > To setup HTTP2 I follow the st

Re: [VOTE] Release Apache Tomcat 9.0.0.M1

2015-11-15 Thread Martin Grigorov
On Fri, Nov 13, 2015 at 1:12 AM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.0.M1 release is now available for voting. > > This is the first milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > -

Re: Issues when building Tomcat 9 + tcnative

2015-11-15 Thread Martin Grigorov
On Sun, Nov 15, 2015 at 1:35 PM, Mark Thomas <ma...@apache.org> wrote: > On 15/11/2015 11:54, Martin Grigorov wrote: > > > > > Running just 'ant' downloads tomcat-native.tar.gz (1.2.2) to base.path. > > But this file is just copied in ./output/build/bin/, i

Issues when building Tomcat 9 + tcnative

2015-11-15 Thread Martin Grigorov
Hi devs, I'm trying to build 9.0.0.M1 from sources to test the HTTP2 functionalities. I haven't built Tomcat + tcnative before so I may be doing something wrong... I run Ubuntu 15.10 here. Running just 'ant' downloads tomcat-native.tar.gz (1.2.2) to base.path. But this file is just copied in

Re: Issues when building Tomcat 9 + tcnative

2015-11-15 Thread Martin Grigorov
On Sun, Nov 15, 2015 at 12:54 PM, Martin Grigorov <mgrigo...@apache.org> wrote: > > So I've checked in build.xml and saw that at line 1927 it copies the .dll > files, as part of "dist-static" target. Executing "ant dist-target" leads > to: > Uh.

Re: Issues when building Tomcat 9 + tcnative

2015-11-15 Thread Martin Grigorov
On Sun, Nov 15, 2015 at 1:35 PM, Martin Grigorov <mgrigo...@apache.org> wrote: > > On Sun, Nov 15, 2015 at 12:54 PM, Martin Grigorov <mgrigo...@apache.org> > wrote: > >> >> So I've checked in build.xml and saw that at line 1927 it copies the .dll >&

Re: svn commit: r1713158 - /tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/group/TestGroupChannelSenderConnections.java

2015-11-07 Thread Martin Grigorov
On Sat, Nov 7, 2015 at 7:35 PM, Rémy Maucherat wrote: > 2015-11-07 18:17 GMT+01:00 : > > > Author: kkolinko > > Date: Sat Nov 7 17:17:55 2015 > > New Revision: 1713158 > > > > URL: http://svn.apache.org/viewvc?rev=1713158=rev > > Log: > > Copy test

Re: Moderators wanted

2015-10-15 Thread Martin Grigorov
Hi Mark, On Thu, Oct 15, 2015 at 12:24 PM, Mark Thomas <ma...@apache.org> wrote: > On 01/12/2014 16:24, Martin Grigorov wrote: > > Hi, > > > > On Mon, Dec 1, 2014 at 4:56 PM, Mark Thomas <ma...@apache.org> wrote: > > > >> Hi, > >> >

Re: [VOTE] Release Apache Tomcat 7.0.65

2015-10-15 Thread Martin Grigorov
[ X ] Stable - go ahead and release as 7.0.65 Stable Tested our main application. No issues found! On Fri, Oct 9, 2015 at 1:04 PM, Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.65 release is now available for voting. > > It can be obtained from: >

Re: svn commit: r1708968 - in /tomcat/site/trunk: docs/migration-9.html docs/migration.html xdocs/migration-9.xml xdocs/migration.xml

2015-10-18 Thread Martin Grigorov
lder, the following JSP page will cease to > compile in > +Tomcat 8: > I think this should say "Tomcat 9". > + > + > Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov

Re: svn commit: r1708968 - in /tomcat/site/trunk: docs/migration-9.html docs/migration.html xdocs/migration-9.xml xdocs/migration.xml

2015-10-18 Thread Martin Grigorov
On Fri, Oct 16, 2015 at 2:03 PM, <ma...@apache.org> wrote: > s/virtua/virtuaL/ Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov

Re: [VOTE] Release Apache Tomcat 8.0.30

2015-12-03 Thread Martin Grigorov
On Wed, Dec 2, 2015 at 1:02 AM, Mark Thomas wrote: > 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

Re: [VOTE] Release Apache Tomcat 8.0.29

2015-11-23 Thread Martin Grigorov
On Fri, Nov 20, 2015 at 11:00 AM, Mark Thomas wrote: > 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

Re: Apache Tomcat YouTube channel

2015-11-19 Thread Martin Grigorov
Hi Mark, Please add me. Martin On Thu, Nov 19, 2015 at 2:44 PM, Mark Thomas wrote: > Hi, > > In readiness for the Webinar recordings, I have created the Apache > Tomcat YouTube channel. > > If any committer wants to help manage that channel, just let me know and > I'll add

Using modern development tools for friendlier environment for newcomers

2016-06-07 Thread Martin Grigorov
easier and friendlier for newcomers. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov

Re: Using modern development tools for friendlier environment for newcomers

2016-06-08 Thread Martin Grigorov
Hi, On Tue, Jun 7, 2016 at 11:33 AM, Mark Thomas <ma...@apache.org> wrote: > On 07/06/2016 10:17, Martin Grigorov wrote: > > Hi devs, > > > > Recently a colleague of mine asked me what it takes to become an Apache > > committer. > > I've explai

Re: [VOTE] Release Apache Tomcat 9.0.0.M8

2016-06-10 Thread Martin Grigorov
On Tue, Jun 7, 2016 at 6:02 PM, Mark Thomas wrote: > 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

Re: Using modern development tools for friendlier environment for newcomers

2016-06-17 Thread Martin Grigorov
Hi Chris, On Fri, Jun 17, 2016 at 12:51 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Martin, > > On 6/8/16 3:25 AM, Martin Grigorov wrote: > > On Tue, Jun 7, 2016 at 11:33 AM, Mark Thomas <ma...@apache.org> wrote: > > > >> On 07/06/2

Re: [VOTE] Release Apache Tomcat 7.0.70

2016-06-17 Thread Martin Grigorov
On Wed, Jun 15, 2016 at 9:47 PM, Violeta Georgieva wrote: > 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: >

Re: [VOTE] Release Apache Tomcat 8.0.32

2016-02-04 Thread Martin Grigorov
On Wed, Feb 3, 2016 at 10:05 AM, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.32 release is now available for voting. > > The main changes since 8.0.30 are: > > - Restore the default for mapperContextRootRedirectEnabled to true > > - Update the packaged version of the

Re: [VOTE] Release Apache Tomcat 9.0.0.M3

2016-02-04 Thread Martin Grigorov
On Tue, Feb 2, 2016 at 1:20 AM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.0.M3 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

Re: [VOTE] Release Apache Tomcat 7.0.68

2016-02-11 Thread Martin Grigorov
On Tue, Feb 9, 2016 at 8:18 AM, Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.68 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.68/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-26 Thread Martin Grigorov
On Thu, Jan 21, 2016 at 1:38 PM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.0.M2 release is now available for voting. > > This is the second milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > -

Re: [VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-23 Thread Martin Grigorov
Hi, On Fri, Jan 22, 2016 at 11:22 PM, Mark Thomas wrote: > On 21/01/2016 12:38, Mark Thomas wrote: > > The proposed Apache Tomcat 9.0.0.M2 release is now available for voting. > > > > This is the second milestone release for the 9.0.x branch. It should be > > noted that, as a

Re: [VOTE] Release Apache Tomcat 8.0.31

2016-01-23 Thread Martin Grigorov
On Fri, Jan 22, 2016 at 11:21 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.31 release is now available for voting. > > The main changes since 8.0.30 are: > > - Restore the default for mapperContextRootRedirectEnabled to true > > - Update the packaged version of the

Re: [VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-23 Thread Martin Grigorov
Hi Rémy, On Sat, Jan 23, 2016 at 6:37 PM, Rémy Maucherat <r...@apache.org> wrote: > 2016-01-23 17:51 GMT+01:00 Martin Grigorov <mgrigo...@apache.org>: > > > Hi, > > 23-Jan-2016 17:36:58.900 SEVERE [main] > > org.apache.coyote.AbstractProtocol.init Failed to

Re: [VOTE] Release Apache Tomcat 7.0.69

2016-04-12 Thread Martin Grigorov
On Mon, Apr 11, 2016 at 12:55 PM, Violeta Georgieva wrote: > 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: >

Re: [VOTE] Release Apache Tomcat 8.5.0

2016-03-19 Thread Martin Grigorov
On Thu, Mar 17, 2016 at 9:00 PM, Mark Thomas wrote: > 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

Re: svn commit: r1733080 - in /tomcat/trunk: java/org/apache/tomcat/util/buf/UriUtil.java webapps/docs/changelog.xml

2016-03-01 Thread Martin Grigorov
Hi Mark, On Tue, Mar 1, 2016 at 3:37 PM, wrote: > Author: markt > Date: Tue Mar 1 14:37:46 2016 > New Revision: 1733080 > > URL: http://svn.apache.org/viewvc?rev=1733080=rev > Log: > Expand the fix for BZ 59001 to cover the special sequences used in > Tomcat's custom jar:war:

Re: svn commit: r1733080 - in /tomcat/trunk: java/org/apache/tomcat/util/buf/UriUtil.java webapps/docs/changelog.xml

2016-03-02 Thread Martin Grigorov
Hi Mark, On Tue, Mar 1, 2016 at 6:53 PM, Mark Thomas <ma...@apache.org> wrote: > On 01/03/2016 14:57, Martin Grigorov wrote: > > On Tue, Mar 1, 2016 at 3:37 PM, <ma...@apache.org> wrote: > > > >> Author: markt > >> Date: Tue Mar 1 14:37:46 2016 &

Maven snapshot builds

2016-04-01 Thread Martin Grigorov
. Any hints for the Ant commands to do this ? Thank you! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov

Re: Maven snapshot builds

2016-04-01 Thread Martin Grigorov
On Fri, Apr 1, 2016 at 10:07 PM, Martin Grigorov <mgrigo...@apache.org> 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/ &

Re: [VOTE] Release Apache Tomcat 8.0.33

2016-03-23 Thread Martin Grigorov
On Fri, Mar 18, 2016 at 9: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 > leaks when the key class but not the

Re: memory leak in Tomcat 8.0.9

2016-05-20 Thread Martin Grigorov
Hi, On Fri, May 20, 2016 at 2:55 PM, Sanka, Ambica wrote: > Support Team, > > We have been using Tomcat 8.0.9 for our applications. We noticed below > memo= ry leak error and out tomcat could not stopped. We had to kill the > process = manually. I was reading articles in the

Re: Regarding files generated by "JJTree"

2016-05-20 Thread Martin Grigorov
Hello Sangeeta, Yes, those files are auto-generated by a tool: https://javacc.java.net/. On Fri, May 20, 2016 at 11:41 AM, sangeeta lal wrote: > Dear Dev Team, > > Can anyone please give me little information about these files? > > Thank You > > On Thu, May 19, 2016

Re: Regarding files generated by "JJTree"

2016-05-20 Thread Martin Grigorov
avaCC" only tool which is used to auto-generate the files ? or > there are some other tools as well? > > > I highly *appreciate your help* and time! > > Thank You > Sangeeta > > On Fri, May 20, 2016 at 3:14 PM, Martin Grigorov <mgrigo...@apache.org> > wrote: &g

Re: [VOTE] Release Apache Tomcat 8.5.2

2016-05-13 Thread Martin Grigorov
On Thu, May 12, 2016 at 12:22 AM, Mark Thomas wrote: > 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

Re: Looking for mentor

2016-04-16 Thread Martin Grigorov
Hi, On Sat, Apr 16, 2016 at 9:34 PM, Abdessamed MANSOURI wrote: > Thank you for your response and your time, i checkouted svn trunk and built > Tomcat successfully, its works fine, i also run ant test, for unit testing, > but it ended with some errors (i've used IBM J9), now

Re: [VOTE] Release Apache Tomcat 8.5.4

2016-07-11 Thread Martin Grigorov
On Wed, Jul 6, 2016 at 11:42 AM, Mark Thomas wrote: > 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

Re: [VOTE] Release Apache Tomcat 9.0.0.M9

2016-07-05 Thread Martin Grigorov
On Mon, Jul 4, 2016 at 9:03 PM, Mark Thomas wrote: > 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

Re: Read events suspend/resume logic in websocket impl to achieve backpressure

2017-02-06 Thread Martin Grigorov
Hi Violeta, On Mon, Feb 6, 2017 at 8:55 PM, Violeta Georgieva wrote: > Hi, > > Currently JSR356 provides possibility to add message handlers in order to > receive web socket > messages but there is no way to instruct the web socket implementation to > suspend for a while >

Re: [ANN] New committer: Emmanuel Bourg

2017-01-21 Thread Martin Grigorov
On Jan 20, 2017 7:12 PM, "Mark Thomas" wrote: On behalf of the Tomcat committers I am pleased to announce that Emmanuel Bourg (ebourg) has been voted in as a new Tomcat committer. Please join me in welcoming him. Welcome, Emmanuel! And thank you for your work on Debian too!

Re: Publish snapshots from the Buidlbot

2017-01-24 Thread Martin Grigorov
Hi, On Mon, Jan 23, 2017 at 11:53 AM, Mark Thomas wrote: > I think it would be useful if we configured buildbot to publish > snapshots (probably as part of the daily build) to repository.a.o. > Therefore I have requested the appropriate credentials from infra and > when I have

Re: [VOTE] Release Apache Tomcat 8.0.40

2017-01-15 Thread Martin Grigorov
On Fri, Jan 13, 2017 at 1:39 PM, Violeta Georgieva wrote: > The proposed Apache Tomcat 8.0.40 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.40/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 7.0.74

2017-01-15 Thread Martin Grigorov
On Fri, Jan 13, 2017 at 11:55 AM, Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.74 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.74/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 8.0.41

2017-01-19 Thread Martin Grigorov
On Thu, Jan 19, 2017 at 12:07 AM, Violeta Georgieva wrote: > The proposed Apache Tomcat 8.0.41 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.41/ > The Maven staging repo is: >

  1   2   3   4   5   >