RE: [Tomcat 8.0.x trunk] APR sendfile problem

2013-10-11 Thread Konstantin Preißer
Hi, > -Original Message- > From: Ognjen Blagojevic [mailto:ognjen.d.blagoje...@gmail.com] > Sent: Saturday, October 12, 2013 1:29 AM > To: Tomcat Developers List > Subject: [Tomcat 8.0.x trunk] APR sendfile problem > > Hi, > > I am testing tcnative-1.1.29 RC, with Tomcat 8.0.x trunk (r15

[Tomcat 8.0.x trunk] APR sendfile problem

2013-10-11 Thread Ognjen Blagojevic
Hi, I am testing tcnative-1.1.29 RC, with Tomcat 8.0.x trunk (r1531461) on Win7 64-bit. I have HTTPS configured. I can't get any response larger than 50 kB. For instance these links did not work for me (Firefox renders blank page): https://localhost:443/docs/manager-howto.html https://localh

svn commit: r1531333 - /tomcat/tc7.0.x/trunk/webapps/examples/index.html

2013-10-11 Thread kpreisser
Author: kpreisser Date: Fri Oct 11 15:24:24 2013 New Revision: 1531333 URL: http://svn.apache.org/r1531333 Log: Follow-Up to r1531276: Merge changes for index.html from r1524838. Modified: tomcat/tc7.0.x/trunk/webapps/examples/index.html Modified: tomcat/tc7.0.x/trunk/webapps/examples/index.

svn commit: r1531314 - in /tomcat/tc7.0.x/trunk: ./ webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.java

2013-10-11 Thread kpreisser
Author: kpreisser Date: Fri Oct 11 14:36:54 2013 New Revision: 1531314 URL: http://svn.apache.org/r1531314 Log: Align the drawing style in Java2D with the one in HTML5 Canvas. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/websocke

svn commit: r1531312 - /tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.java

2013-10-11 Thread kpreisser
Author: kpreisser Date: Fri Oct 11 14:33:59 2013 New Revision: 1531312 URL: http://svn.apache.org/r1531312 Log: Align the drawing style in Java2D with the one in HTML5 Canvas. Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.java Modified: tomcat/trun

svn commit: r1531311 - /tomcat/trunk/build.properties.default

2013-10-11 Thread markt
Author: markt Date: Fri Oct 11 14:33:16 2013 New Revision: 1531311 URL: http://svn.apache.org/r1531311 Log: Keep up with the Pool2 snapshots Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/trunk/build.p

[Bug 55639] Add Drawboard Websocket Example

2013-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55639 Konstantin Preißer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

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

2013-10-11 Thread kpreisser
Author: kpreisser Date: Fri Oct 11 13:29:47 2013 New Revision: 1531292 URL: http://svn.apache.org/r1531292 Log: Remove changelog entry for https://issues.apache.org/bugzilla/show_bug.cgi?id=55639 as it is now backported to 7.0.x. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified:

svn commit: r1531281 - /tomcat/tc7.0.x/trunk/webapps/examples/websocket/

2013-10-11 Thread kpreisser
Author: kpreisser Date: Fri Oct 11 13:04:46 2013 New Revision: 1531281 URL: http://svn.apache.org/r1531281 Log: Remove "svn:merginfo" property Modified: tomcat/tc7.0.x/trunk/webapps/examples/websocket/ (props changed) Propchange: tomcat/tc7.0.x/trunk/webapps/examples/websocket/

RE: svn commit: r1531276 - in /tomcat/tc7.0.x/trunk/webapps/examples/websocket: ./ chat.html chat.xhtml echo.html echo.xhtml index.html index.xhtml snake.html snake.xhtml

2013-10-11 Thread Konstantin Preißer
Mark, > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Friday, October 11, 2013 2:58 PM > To: Tomcat Developers List > Subject: Re: svn commit: r1531276 - in > /tomcat/tc7.0.x/trunk/webapps/examples/websocket: ./ chat.html > chat.xhtml echo.html echo.xhtml index.h

Re: svn commit: r1531276 - in /tomcat/tc7.0.x/trunk/webapps/examples/websocket: ./ chat.html chat.xhtml echo.html echo.xhtml index.html index.xhtml snake.html snake.xhtml

2013-10-11 Thread Mark Thomas
On 11/10/2013 13:54, Konstantin Preißer wrote: >> -Original Message- >> From: kpreis...@apache.org [mailto:kpreis...@apache.org] >> Sent: Friday, October 11, 2013 2:49 PM > >> Propchange: tomcat/tc7.0.x/trunk/webapps/examples/websocket/ >> --

RE: svn commit: r1531276 - in /tomcat/tc7.0.x/trunk/webapps/examples/websocket: ./ chat.html chat.xhtml echo.html echo.xhtml index.html index.xhtml snake.html snake.xhtml

2013-10-11 Thread Konstantin Preißer
> -Original Message- > From: kpreis...@apache.org [mailto:kpreis...@apache.org] > Sent: Friday, October 11, 2013 2:49 PM > Propchange: tomcat/tc7.0.x/trunk/webapps/examples/websocket/ > -- > --- svn:mergeinfo (adde

svn commit: r1531276 - in /tomcat/tc7.0.x/trunk/webapps/examples/websocket: ./ chat.html chat.xhtml echo.html echo.xhtml index.html index.xhtml snake.html snake.xhtml

2013-10-11 Thread kpreisser
Author: kpreisser Date: Fri Oct 11 12:48:38 2013 New Revision: 1531276 URL: http://svn.apache.org/r1531276 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Merged revisions 1524838,1526510 from trunk: Improve markup for examples (part 1) Added: tomcat/tc7.0.x/trunk/webapps/ex

svn commit: r1531271 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

2013-10-11 Thread kpreisser
Author: kpreisser Date: Fri Oct 11 12:34:55 2013 New Revision: 1531271 URL: http://svn.apache.org/r1531271 Log: Add standards-based "touch-action" style. Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml URL:

Re: [VOTE] Release Apache Tomcat Native 1.1.29

2013-10-11 Thread Jim Jagielski
+1: TC 7 Fed18 On Oct 10, 2013, at 3:49 PM, Christopher Schultz wrote: > Mladen, > > On 10/10/13 9:18 AM, Mladen Turk wrote: >> Version 1.1.29 is bug fixing release. >> The proposed release artefacts can be found at [1], >> and the build was done using tag [2]. >> >> The VOTE will remain open

svn commit: r1531217 - /tomcat/trunk/build.properties.default

2013-10-11 Thread markt
Author: markt Date: Fri Oct 11 07:59:37 2013 New Revision: 1531217 URL: http://svn.apache.org/r1531217 Log: Update snapshot Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/trunk/build.properties.default