RE: [ANN] New committer: Martin Grigorov

2015-10-26 Thread Konstantin Preißer
join me in welcoming him. Welcome! Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

RE: [ANN] New committer: Ognjen Blagojevic

2015-10-25 Thread Konstantin Preißer
join me in welcoming him. Welcome! Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

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

2015-08-19 Thread Konstantin Preißer
Path element until the lastInChain flag is set to true), it is not used. I do not know why I kept the flag when committing the drawboard example, but I think the flag can be removed at Javascript side as well. I will look into it. Thanks, Konstantin Preißer

RE: svn commit: r1637684 - /tomcat/trunk/webapps/docs/ssl-howto.xml

2014-11-10 Thread Konstantin Preißer
. It would probably be better to write the command on a single long line and have the browser auto-wrap the code. That way, copy/paste will work properly onto the command-line. I believe Konstantin Preißer recently changed some of the CSS classes to allow word-wrapping in code/code

RE: Building tcnative on win32 [alpha]

2014-06-19 Thread Konstantin Preißer
this on their Windows binaries site [2]. [1] http://www.microsoft.com/en-us/download/details.aspx?id=40784 [2] http://windows.php.net/download/ Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr

RE: Building tcnative on win32 [alpha]

2014-06-19 Thread Konstantin Preißer
Hi Christopher, thank you for your reply. -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, June 19, 2014 6:57 PM Konstantin, On 6/19/14, 12:20 PM, Konstantin Preißer wrote: good work for creating a script to build tcnative

RE: Building tcnative on win32

2014-06-18 Thread Konstantin Preißer
, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

RE: Building tcnative on win32 [progress!]

2014-06-18 Thread Konstantin Preißer
opening an elevated Winrar.exe (GUI Version) and extract the .tar.gz file there, WinRAR successfully creates the symlinks though. Maybe there is some bug in Winrar so it cannot create symlinks under some conditions. Regards, Konstantin Preißer

RE: Building tcnative on win32 [progress!]

2014-06-18 Thread Konstantin Preißer
-Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Wednesday, June 18, 2014 11:42 PM Although Winrar.exe isn't a command-line tool, you can start it from command-line to extract a file. Unfortunately, when I try to run this command from an elevated

RE: Building tcnative on win32 [progress!]

2014-06-18 Thread Konstantin Preißer
Hi Christopher, -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, June 19, 2014 1:31 AM To: Tomcat Developers List Subject: Re: Building tcnative on win32 [progress!] Konstantin, On 6/18/14, 5:54 PM, Konstantin Preißer wrote

RE: svn commit: r1602381 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java test/org/apache/catalina/startup/SimpleHttpClient.java test/org/apache/coyote/http11/

2014-06-13 Thread Konstantin Preißer
- HTTP/1.1: Message Syntax and Routing RFC7231 - HTTP/1.1: Semantics and Content RFC7232 - HTTP/1.1: Conditional Requests RFC7233 - HTTP/1.1: Range Requests RFC7234 - HTTP/1.1: Caching RFC7235 - HTTP/1.1: Authentication Regards, Konstantin Preißer [1] https://www.mnot.net/blog/2014/06/07

RE: Building tcnative on win32

2014-06-13 Thread Konstantin Preißer
, to download a file you should be able to use System.Web.WebClient like it is described at [2]. For extracting a ZIP file, you could use System.IO.Compression.ZipFile.ExtractToDirectory() as described at [3]. Regards, Konstantin Preißer [1] http://en.wikipedia.org/wiki/Windows_PowerShell [2] http

RE: Time for tcnative-1.1.31?

2014-06-10 Thread Konstantin Preißer
?id=40787 Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

RE: svn commit: r1590120 - in /tomcat/trunk: java/javax/el/Util.java java/org/apache/el/util/ReflectionUtil.java test/javax/el/TestUtil.java webapps/docs/changelog.xml

2014-04-25 Thread Konstantin Preißer
, Integer.compare(int, int) is only available since Java 1.7) Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

RE: svn commit: r1590120 - in /tomcat/trunk: java/javax/el/Util.java java/org/apache/el/util/ReflectionUtil.java test/javax/el/TestUtil.java webapps/docs/changelog.xml

2014-04-25 Thread Konstantin Preißer
Hi Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, April 25, 2014 10:43 PM snip OK for Tomcat 8 then but not Tomcat 7. You have commit privs. It is all yours. OK, done. Regards, Konstantin Preißer

RE: svn propchange: r1588102 - svn:log

2014-04-23 Thread Konstantin Preißer
or in an object). Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

RE: svn commit: r1567742 - /tomcat/tc7.0.x/trunk/bin/service.bat

2014-02-15 Thread Konstantin Preißer
as arguments instead of environment variables, then I think it should work when running service.bat from a non-elevated cmd.exe Regards, Konstantin Preißer Does install command (//IS) in procrun recognize the environment variables? A workaround should be to pass those values as arguments

RE: Special requirements on session id generator

2014-02-14 Thread Konstantin Preißer
session-IDs where the already generated IDs are not included, but I would think this is far more expensive than just re-generating a session-ID if the previous was a collision. Regards, Konstantin Preißer If the requirement is to be certain that a duplicate session ID is not generated

RE: Special requirements on session id generator

2014-02-14 Thread Konstantin Preißer
chance of hitting a valid session-ID, regardless of whether the value that he uses is one that the server generated previously, or one that is randomly generated by the client. (just my two cents, as Mark E. would say) Regards, Konstantin Preißer

RE: Special requirements on session id generator

2014-02-14 Thread Konstantin Preißer
Hi Rainer, -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Friday, February 14, 2014 11:07 PM To: Tomcat Developers List Subject: Re: Special requirements on session id generator On 14.02.2014 19:14, Konstantin Preißer wrote: Fortunately I don't have

RE: svn commit: r1559157 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/tomcat/util/descriptor/DigesterFactory.java webapps/docs/changelog.xml

2014-01-17 Thread Konstantin Preißer
Estibariz with it. So I think the credit in changelog is OK. Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

RE: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-16 Thread Konstantin Preißer
Hi Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, December 16, 2013 3:44 PM To: Tomcat Developers List Subject: Re: [VOTE] Release Apache Tomcat 8.0.0-RC7 On 16/12/2013 14:07, Mark Thomas wrote: On 14/12/2013 15:37, Konstantin Preißer wrote

RE: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-14 Thread Konstantin Preißer
Hi Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Thursday, December 12, 2013 12:28 AM The proposed 8.0.0-RC7 release is: [ ] Broken - do not release [ ] Alpha - go ahead and release as 8.0.0-RC7 alpha While the issue with large static files that I

RE: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-14 Thread Konstantin Preißer
-Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Saturday, December 14, 2013 1:53 PM To: 'Tomcat Developers List' Subject: RE: [VOTE] Release Apache Tomcat 8.0.0-RC7 Hi Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org

RE: [VOTE] Release Apache Tomcat 8.0.0-RC6

2013-12-10 Thread Konstantin Preißer
, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

RE: [VOTE] Release Apache Tomcat 8.0.0-RC6

2013-12-09 Thread Konstantin Preißer
for a static file? Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

RE: svn commit: r1540077 - in /tomcat/trunk/webapps/examples/jsp/jsp2/jspx: svgexample.html textRotate.html textRotate.jspx

2013-11-09 Thread Konstantin Preißer
-8.0- doc/config/filter.html#Add_Default_Character_Set_Filter Thanks. However, for static *.html files I don't see a need to add a charset=UTF-8 value to the Content-Type header, as the browser will get the encoding from the meta tag. Regards, Konstantin Preißer

RE: I'm back

2013-11-07 Thread Konstantin Preißer
learn the new tools of the trade ;) Filip Wecome back! Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Website: Content-Type header includes charset=UTF-8 for some static file types

2013-10-28 Thread Konstantin Preißer
site. Does anybody know the reasoning behind adding a charset=UTF-8 field in the Content-Type for every *.html page? Should a issue be raised for this at Apache Infra? Thanks! Regards, Konstantin Preißer - To unsubscribe, e

RE: Tomcat closes Websocket connection when using a SSL HTTP APR connector (was: RE: Tagging 7.0.46)

2013-10-22 Thread Konstantin Preißer
that with r1534619, I can no longer reproduce the connection close issue. Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

RE: Possible IIS SPDY Redirector for Tomcat

2013-10-18 Thread Konstantin Preißer
(that runs also on client Windows editions), you can find the instructions for setting it up at [2]. I would appreciate if someone could test the SPDY redirector for some feedback. What do you think? Thanks! Regards, Konstantin Preißer [1] http://msdn.microsoft.com/en-us/magazine/cc163463.aspx

RE: svn commit: r1533035 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/Room.java

2013-10-17 Thread Konstantin Preißer
give me some insight of why Grahpics2D.dispose() may cause a hang on shutdown? I have never seen .dispose() causing a hang, at least not on Windows. If it hangs, might this be a result of different threads using the Grahpics object? Regards, Konstantin Preißer

RE: svn commit: r1533035 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/Room.java

2013-10-17 Thread Konstantin Preißer
:53, Mark Thomas wrote: On 17/10/2013 11:50, Konstantin Preißer wrote: Hi Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Thursday, October 17, 2013 12:49 PM To: Tomcat Developers List Subject: Re: svn commit: r1533035 - /tomcat/tc7.0.x/trunk

RE: svn commit: r1533035 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/Room.java

2013-10-17 Thread Konstantin Preißer
-Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Thursday, October 17, 2013 1:18 PM To: 'Tomcat Developers List' Subject: RE: svn commit: r1533035 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB- INF/classes/websocket/drawboard/Room.java Hi Mark

RE: svn commit: r1533035 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/Room.java

2013-10-17 Thread Konstantin Preißer
done. Mark Thanks a lot. (I probably should have though of using lazy initializing also when creating the room implementation, so e.g. the memory for the BufferedImage is not created until the Drawboard is actually used :) Regards, Konstantin Preißer

RE: Tagging 7.0.46

2013-10-16 Thread Konstantin Preißer
with an HTTPS URL (https://localhost:8443/...). 4) After several minutes of drawing in turn in Firefox and IE, the Websocket Connection for IE was suddenly closed by Tomcat. It's not a serious error, but I would expect Tomcat not to close the WebSocket connection here. Thanks, Konstantin

RE: Tagging 7.0.46

2013-10-16 Thread Konstantin Preißer
Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, October 16, 2013 3:23 PM To: Tomcat Developers List Subject: Re: Tagging 7.0.46 On 16/10/2013 14:09, Konstantin Preißer wrote: Hi Mark, -Original Message- From: Mark Thomas

RE: [VOTE] Release Apache Tomcat 7.0.46

2013-10-16 Thread Konstantin Preißer
/orgapachetomcat-189/ The svn tag is: http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_46/ The proposed 7.0.46 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 7.0.46 Stable (non-binding) Tested with some self-made applications. Regards, Konstantin Preißer

RE: [VOTE] Release Apache Tomcat 7.0.46

2013-10-16 Thread Konstantin Preißer
with NIO and APR, but with r1516411, it does not work anymore. Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

RE: [VOTE] Release Apache Tomcat 8.0.0-RC5

2013-10-16 Thread Konstantin Preißer
) Looks good to me. Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Tomcat closes Websocket connection when using a SSL HTTP APR connector (was: RE: Tagging 7.0.46)

2013-10-16 Thread Konstantin Preißer
-Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Wednesday, October 16, 2013 3:33 PM I also need to do more testing because the error is not very reproducible on my current machine (but I have another one where it was more reproducible) to make sure

RE: Tomcat closes Websocket connection when using a SSL HTTP APR connector (was: RE: Tagging 7.0.46)

2013-10-16 Thread Konstantin Preißer
-Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Thursday, October 17, 2013 1:23 AM To: 'Tomcat Developers List' Subject: Tomcat closes Websocket connection when using a SSL HTTP APR connector (was: RE: Tagging 7.0.46) -Original Message

RE: Tagging 7.0.46

2013-10-15 Thread Konstantin Preißer
connector with Native 1.1.29 and playing with the Drawboard Websocket example (they do not occur with a non-SSL HTTP-APR connector). Might this need to be fixed before tagging? Should I open a bug report for it? Thanks, Konstantin Preißer [1] http://markmail.org/message/5xdj6lwdpafc3b45

RE: Tagging 7.0.46

2013-10-15 Thread Konstantin Preißer
Hi Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, October 15, 2013 4:22 PM To: Tomcat Developers List Subject: Re: Tagging 7.0.46 On 15/10/2013 14:28, Konstantin Preißer wrote: Hi, -Original Message- From: Mark Thomas [mailto:ma

RE: Tagging 7.0.46

2013-10-15 Thread Konstantin Preißer
-Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Tuesday, October 15, 2013 4:47 PM To: 'Tomcat Developers List' Subject: RE: Tagging 7.0.46 Hi Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday

RE: Tagging 7.0.46

2013-10-15 Thread Konstantin Preißer
, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

RE: [VOTE] Release Apache Tomcat 8.0.0-RC4

2013-10-15 Thread Konstantin Preißer
(and with r1527315 the explicit version number was replaced with the @VERSION_MAJOR_MINOR@ variable), but I don't know if it's possible to add a filter to the XSLT task (maybe one would need to copy the .xml files elsewhere for applying the filter and then start the XSLT task). Regards, Konstantin

RE: svn commit: r1531680 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml

2013-10-13 Thread Konstantin Preißer
in the WsConfigListener. But I don't know if the failures have something to do with it. (When I build Tomcat7 locally with WebSocket support and run it, then I do not get such exceptions.) Regards, Konstantin Preißer [1] http://ci.apache.org/builders/tomcat-7-trunk/builds/1469/steps/compile_1

RE: svn commit: r1531680 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml

2013-10-13 Thread Konstantin Preißer
-Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Sunday, October 13, 2013 4:34 PM To: 'Tomcat Developers List' Subject: RE: svn commit: r1531680 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml javax.websocket.server.ServerContainer attribute

RE: svn commit: r1531680 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml

2013-10-13 Thread Konstantin Preißer
and letting the SCI deploy it would be an alternative option. I'm sorry as I do not have enough knowledge of the various servlet specs to fix this correctly - are you able to do it? Thanks! Regards, Konstantin Preißer - To unsubscribe

RE: svn commit: r1531680 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml

2013-10-13 Thread Konstantin Preißer
-Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Sunday, October 13, 2013 5:27 PM To: 'Tomcat Developers List' Subject: RE: svn commit: r1531680 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml Mark, The reason I changed the metadata

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

2013-10-12 Thread Konstantin Preißer
the useSendfile attribute. Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

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

2013-10-12 Thread Konstantin Preißer
-Original Message- From: Ognjen Blagojevic [mailto:ognjen.d.blagoje...@gmail.com] Sent: Sunday, October 13, 2013 12:11 AM To: Tomcat Developers List Subject: Re: [Tomcat 8.0.x trunk] APR sendfile problem Konstantin, On 12.10.2013 3:52, Konstantin Preißer wrote: I also tried

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
before. Does anybody know why TSVN does this / what should be the correct content of svn:mergeinfo? Thanks, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-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 Konstantin Preißer
/examples/websocket Ah, I see. Thanks! Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

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

2013-10-11 Thread Konstantin Preißer
) vm_info: Java HotSpot(TM) 64-Bit Server VM (24.0-b56) for windows-amd64 JRE (1.7.0_40-b43), built on Aug 26 2013 22:38:32 by java_re with unknown MS VC++:1600 time: Sat Oct 12 03:41:47 2013 elapsed time: 22 seconds Regards, Konstantin Preißer

RE: svn commit: r1530081 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2013-10-10 Thread Konstantin Preißer
error on the TCP connection that was still held open by Tomcat (SocketError: TimedOut (10060)). Hope this helps, Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands

RE: svn commit: r1530081 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2013-10-10 Thread Konstantin Preißer
, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

RE: svn commit: r1530081 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2013-10-10 Thread Konstantin Preißer
-Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Thursday, October 10, 2013 6:02 PM After this happens, then when I close all browsers on every machine and open new instances to make new HTTP requests (with IE, Chrome and Firefox), then sometimes

RE: svn commit: r1530081 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2013-10-10 Thread Konstantin Preißer
=0x020e6000 nid=0x1b08 runnable GC task thread#1 (ParallelGC) prio=6 tid=0x020e7800 nid=0x182c runnable VM Periodic Task Thread prio=10 tid=0x08303800 nid=0x2104 waiting on condition JNI global references: 400 Regards, Konstantin Preißer

RE: svn commit: r1530081 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2013-10-10 Thread Konstantin Preißer
thread#1 (ParallelGC) prio=6 tid=0x02028000 nid=0x2680 runnable VM Periodic Task Thread prio=10 tid=0x082bd800 nid=0xe2c waiting on condition JNI global references: 219 Regards, Konstantin Preißer

RE: svn commit: r1530081 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2013-10-10 Thread Konstantin Preißer
that NPE, but I don't see any other problems anymore (Tomcat will respond on each TCP connection). The thread dump shows 2 ClientPoller threads after the NPE. Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr

RE: svn commit: r1530081 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2013-10-09 Thread Konstantin Preißer
: On 09/10/2013 02:41, Konstantin Preißer wrote: When trying with APR, I keep seeing that Tomcat initates the connection shutdown. I do still see the error when using APR with the current code. I'll dig into this some more. This should be fixed as well now. Mark Thanks a lot

RE: svn commit: r1530081 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2013-10-09 Thread Konstantin Preißer
(AprEndpoint.java:2437) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:724) Regards, Konstantin Preißer

RE: svn commit: r1530081 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2013-10-08 Thread Konstantin Preißer
normally shouldn't happen). The snake will disappear in the other browser and Firefox prints WebSocket cosed. Any idea about this? Thanks, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

RE: svn commit: r1530081 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2013-10-08 Thread Konstantin Preißer
. If you (or anybody else) have interest I can share the sources (and binaries) of the program to help debugging the problems. Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

RE: svn commit: r1530081 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2013-10-08 Thread Konstantin Preißer
, the problems don't occur. Hope this helps, Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

RE: 8.0.x / 7.0.x progress

2013-10-07 Thread Konstantin Preißer
Hi Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Sunday, October 6, 2013 5:42 PM To: Tomcat Developers List Subject: Re: 8.0.x / 7.0.x progress On 06/10/2013 02:57, Konstantin Preißer wrote: These errors seem to be introduced with r1529537 [2

RE: 8.0.x / 7.0.x progress

2013-10-07 Thread Konstantin Preißer
missing something? Thank you! Regards, Konstantin Preißer [1] http://docs.oracle.com/javaee/7/api/javax/websocket/OnMessage.html#maxMessageSize%28%29 - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

RE: 8.0.x / 7.0.x progress

2013-10-07 Thread Konstantin Preißer
string message. Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

RE: 8.0.x / 7.0.x progress

2013-10-07 Thread Konstantin Preißer
endpoint runs out of space if it is not reading from the connection. I can try that if I have some time left. Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail

RE: 8.0.x / 7.0.x progress

2013-10-07 Thread Konstantin Preißer
-Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Monday, October 7, 2013 4:10 PM To: 'Tomcat Developers List' Subject: RE: 8.0.x / 7.0.x progress Hi Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday

RE: 8.0.x / 7.0.x progress

2013-10-07 Thread Konstantin Preißer
for the explanation (and sorry for spamming this thread). :) Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

RE: svn commit: r1530057 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2013-10-07 Thread Konstantin Preißer
, the snakes will stand still for ~ 15 seconds, then continue to move - but the snake from the killed firefox is still visible. Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

RE: 8.0.x / 7.0.x progress

2013-10-05 Thread Konstantin Preißer
something here? Thanks! Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

RE: 8.0.x / 7.0.x progress

2013-10-05 Thread Konstantin Preißer
about Servlet 3.1's NIO features and how there the situation is with BIO connector). What do you think? Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail

RE: 8.0.x / 7.0.x progress

2013-10-05 Thread Konstantin Preißer
Hi Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Saturday, October 5, 2013 9:46 PM To: Tomcat Developers List Subject: Re: 8.0.x / 7.0.x progress On 05/10/2013 20:42, Konstantin Preißer wrote: One question, would it be possible to make

RE: 8.0.x / 7.0.x progress

2013-10-04 Thread Konstantin Preißer
is transmitted., I would have expected that e.g. another Thread is used to write in blocking mode, so that the sendText() method can return immediately. Thanks! Regards, Konstantin Preißer [1] http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx

RE: 8.0.x / 7.0.x progress

2013-10-04 Thread Konstantin Preißer
Hi Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, October 4, 2013 11:58 PM To: Tomcat Developers List Subject: Re: 8.0.x / 7.0.x progress On 04/10/2013 22:49, Konstantin Preißer wrote: Hi Mark, while I was developing and experimenting

RE: 8.0.x / 7.0.x progress

2013-10-03 Thread Konstantin Preißer
to report that as EOF rather than as a generic IOException. That should be easy to do. Mark OK, with r1528758 it reports now an EOFException instead of IOException for APR and NIO when I close Chrome, which gets swallowed. Thanks! Regards, Konstantin Preißer

RE: svn commit: r1528631 - /tomcat/trunk/webapps/docs/tomcat-docs.xsl

2013-10-03 Thread Konstantin Preißer
: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h

RE: 8.0.x / 7.0.x progress

2013-10-02 Thread Konstantin Preißer
.upgrade.AprServletInputStream.doRead(AprServletInputStream.java:102) [...] Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

RE: svn commit: r1528631 - /tomcat/trunk/webapps/docs/tomcat-docs.xsl

2013-10-02 Thread Konstantin Preißer
monitoring.xml in Tomcat docs then the XML tree shown by the browser does not contain a project element. Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h

RE: Broken links

2013-10-01 Thread Konstantin Preißer
On 26.9.2013 15:00, Konstantin Preißer wrote: When looking at 3) and browsing in SVN history, it seems there never was such a HTML page that contains the source for servletToJsp.java. However, as I'm working on improving the HTML markup, I'm looking if we can get rid of those static HTML

RE: 8.0.x / 7.0.x progress

2013-10-01 Thread Konstantin Preißer
-RC1 seems to be the same. Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

RE: Possible IIS SPDY Redirector for Tomcat

2013-09-30 Thread Konstantin Preißer
Hi Chris, -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday, September 30, 2013 5:19 PM To: Tomcat Developers List Subject: Re: Possible IIS SPDY Redirector for Tomcat Konstantin, On 9/28/13 1:40 PM, Konstantin Preißer wrote

RE: [VOTE] Release Apache Tomcat 7.0.45

2013-09-30 Thread Konstantin Preißer
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, September 30, 2013 9:31 PM To: Tomcat Developers List Subject: Re: [VOTE] Release Apache Tomcat 7.0.45 On 30/09/2013 09:00, Mark Thomas wrote: On 26/09/2013 19:46, Konstantin Preißer wrote: Hi Rainer

RE: Possible IIS SPDY Redirector for Tomcat

2013-09-28 Thread Konstantin Preißer
16:45:54.038Z: [DEBUG] [IIS Module] Starting the response. It would be great to hear some feedback about the IIS SPDY redirector. Thanks! Regards, Konstantin Preißer [1] http://markmail.org/message/zhtmu73ixvstzipy

RE: svn commit: r1526921 - in /tomcat/site/trunk: docs/ docs/stylesheets/ xdocs/stylesheets/

2013-09-27 Thread Konstantin Preißer
Hi Chris, -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, September 27, 2013 4:58 PM To: Tomcat Developers List Subject: Re: svn commit: r1526921 - in /tomcat/site/trunk: docs/ docs/stylesheets/ xdocs/stylesheets/ Konstantin, On

RE: Broken links

2013-09-26 Thread Konstantin Preißer
syntax highlighting using legacy font elements etc.), and use a programmatic solution to generate source code with syntax highlighting instead. Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr

RE: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Konstantin Preißer
) and browsing the local Tomcat docs with Firefox, approximately after a minute of browsing. Regards, Konstantin Preißer Crash log: # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x000180007e23, pid=3700, tid=4652 # # JRE

RE: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Konstantin Preißer
, then every works fine. However, when I try trunk with r1523781, then I get these crashes again. I used the TC Native 1.1.28 (Windows x64) every time. Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr

RE: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Konstantin Preißer
tried with current trunk (r1526565) and with Native 1.1.28, and I still get the same crash in tcnative-1.dll. Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail

RE: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Konstantin Preißer
time: 32 seconds Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

RE: International characters in source files and SVN commit messages (was: RE:r1525975)

2013-09-26 Thread Konstantin Preißer
for it. Kind regards, Konstantin Preißer [1] http://www.opentag.com/xfaq_enc.htm#enc_default - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

International characters in source files and SVN commit messages (was: RE:r1525975)

2013-09-25 Thread Konstantin Preißer
it as UTF-8, and if it fails, decode it as ISO-8859-1 ?) For example, when I use TortoiseSVN to view the unified diff of r152597, then it prints the ß character, so it seems to interpret it as UTF-8. Can you give me a hint? Thanks! Kind regards, Konstantin Preißer

RE: International characters in source files and SVN commit messages (was: RE:r1525975)

2013-09-25 Thread Konstantin Preißer
Hi Mark, thanks for the reply. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, September 25, 2013 5:01 PM One way I can think would be to XML-encode such characters (ß as #xDF;). However, personally I would rather not do this, but write such

RE: International characters in source files and SVN commit messages (was: RE:r1525975)

2013-09-25 Thread Konstantin Preißer
If you are okay with this, then I don't mind changing the encoding for the SVN Commit E-Mails. Sorry; I meant then I don't care about changing it. Konstantin - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For

RE: International characters in source files and SVN commit messages (was: RE:r1525975)

2013-09-25 Thread Konstantin Preißer
Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, September 25, 2013 5:54 PM I'd say yes. Property files are a 'special' case: http://stackoverflow.com/questions/4659929/how-to-use-utf-8-in- resource-properties-with-resourcebundle OK, thank you

RE: svn commit: r1525975 - in /tomcat/site/trunk: docs/whoweare.html xdocs/whoweare.xml

2013-09-24 Thread Konstantin Preißer
Hi Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, September 24, 2013 10:02 PM I guess everything works then :) Yes, E-Mail and SVN seem to be working. :) A very warm welcome. Thanks! Konstantin

  1   2   >