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
ages that has been constructed by pressing down the mouse button, moving the mouse and releasing the mouse button, is complete. However, because every Path/DrawMessage instance contains both the start and end point (instead of only containing one point which would mean the drawing code would need to keep the last 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 - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

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

2014-11-10 Thread Konstantin Preißer
character makes no sense on Windows ('^' is used there). > >>> I think that readers should be wise enough to unwrap the lines, and > unwrapping is easier when you do not have to delete stray '\' characters. > >> > >> It would probably be better to

RE: Working tc native build

2014-07-11 Thread Konstantin Preißer
Hi, > -Original Message- > From: Konstantin Preißer [mailto:kpreis...@apache.org] > Sent: Friday, July 11, 2014 8:18 PM > To: 'Tomcat Developers List' > Subject: RE: Working tc native build > > Hi Christopher, > > > -Original Message-

RE: Working tc native build

2014-07-11 Thread Konstantin Preißer
Hi Christopher, > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Friday, July 11, 2014 7:50 PM > To: Tomcat Developers List > Subject: Re: Working tc native build > > For end users the dependency on the dll is not a big problem, because > > Mi

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

RE: Building tcnative on win32 [alpha]

2014-06-19 Thread Konstantin Preißer
it with some EXE inspection tools, I can see that it has a dependency to msvcrt.dll, which seems like an older version of VC++ (maybe VC++ 6.0 which is a really old version - but I'm not sure). I don't know much about building native (C/C++) apps; however if I create a C+

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,

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 > c

RE: Building tcnative on win32 [progress!]

2014-06-18 Thread Konstantin Preißer
t;%ProgramFiles%\WinRAR\winrar.exe" x openssl-1.0.1h.tar.gz However, when 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 crea

RE: Building tcnative on win32

2014-06-18 Thread Konstantin Preißer
} ]]] To run the script if it is saved as "MyScript1.ps" in the current directory, you can use the following command (setting ExecutionPolicy is required to allow to run scripts in the current session): Powershell.exe -ExecutionPolicy RemoteSigned .\MyScript.ps1 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: Building tcnative on win32

2014-06-13 Thread Konstantin Preißer
sed on .Net so you should be able to do anything that you could do in C#/.Net. For example, 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() a

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
have been released that clarify HTTP/1.1: RFC7230 - 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

RE: Time for tcnative-1.1.31?

2014-06-10 Thread Konstantin Preißer
ion: http://www.microsoft.com/de-de/download/details.aspx?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
Hi Mark, > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Friday, April 25, 2014 10:43 PM > OK for Tomcat 8 then but not Tomcat 7. > > You have commit privs. It is all yours. OK, done. Regards,

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
)); } } return cmp; } (but according to Java API documentation, 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 propchange: r1588102 - svn:log

2014-04-23 Thread Konstantin Preißer
class-wide variables (which would be like using "static readonly") and local variables, so the compiler will replace those variable references with the constant values (and "const" variables will not take space on the stack 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
cessfully", so I did not notice the problem. I think currently the only way to correctly install Tomcat as a service when using service.bat is to run cmd.exe as administrator. If it is possible to provide the values as arguments instead of environment variables, then I think it should

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 wrot

RE: Special requirements on session id generator

2014-02-14 Thread Konstantin Preißer
uest, to see if the session-ID is currently in use. More important would be that the number of bytes that is used for generating a Session-ID is so high that a client has a vanishing chance of hitting a valid session-ID, regardless of whether the value that he uses is one that the se

RE: Special requirements on session id generator

2014-02-14 Thread Konstantin Preißer
hout "putting it back" (I don't know the correct English term for this), as you would have to reduce the number of possible Session-ID values that will be generated by the RNG, so that instead of 256^16, you can only get 256^16-2000 different session-IDs where the already generated IDs

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
105,12 @@ > > by default when a security manager is used. The block is > > implemented > via > > a custom resolver to enable the logging of any blocked entities. > (markt) > > > > + > > +56016: Whe

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/201

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 Messa

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 file

RE: [VOTE] Release Apache Tomcat 8.0.0-RC6

2013-12-10 Thread Konstantin Preißer
can confirm that with r1549832, downloading the large static file works as expected. 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-RC6

2013-12-09 Thread Konstantin Preißer
rt with a capital letter (but not the URL which requests the static file). Any idea what is going on there? Why would Tomcat create such a big byte array 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
> > > > > > + > > This *.html file is served with Content-Type of text/html. > > To really serve it with "text/html; charset=UTF-8" the recommended way > is to configure a > AddDefaultCharsetFilter > http://tomcat.apache.org/tomcat-8

RE: I'm back

2013-11-07 Thread Konstantin Preißer
ed again, so go easy on me while I 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
encoding, so that header added by XSTL processor matches with HTTP Content-Type header added by tomcat.apache.org 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?

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
t side of this > > but I'm fairly sure it is going to need someone more familiar with C to > > provide some pointers. > > Having tested various theories as to why this was happened I tried > tested the theory "is isn't an error, carry on" and that appears to > have worked. Treating the error in the same manner as EAGAIN does not > drop the client connection and that connection continues to work. > > I have added some debug logging we can enable if we suspect this is > causing problems in the future. > > Mark Thanks a lot for fixing the problems. I can confirm 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
y 8.1 seem to support Websockets while it is only Servlet 3.0, whereas Jetty 9.1 should support Servlet 3.1 but I was not yet able to create a non-SSL SPDY/3 connector with it). If you would like to test the SPDY redirector with a downloadable version of IIS 8 (that runs also on client Windows edi

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
om.java > > > OK. I think I'm 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 actua

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/websoc

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
om.java > > On 17/10/2013 11: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, O

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
e 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 - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

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)

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 > rep

RE: [VOTE] Release Apache Tomcat 8.0.0-RC5

2013-10-16 Thread Konstantin Preißer
elease is: > [ ] Broken - do not release > [X] Alpha - go ahead and release as 8.0.0-RC5 alpha (non-binding) 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

RE: [VOTE] Release Apache Tomcat 7.0.46

2013-10-16 Thread Konstantin Preißer
with BIO, NIO and APR connectors. I have done some digging and I found that with r1516410, the old Websocket implementation works fine with NIO and APR, but with r1516411, it does not work anymore. Regards, Konstantin Preißer

RE: [VOTE] Release Apache Tomcat 7.0.46

2013-10-16 Thread Konstantin Preißer
binding) Tested with some self-made applications. Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

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, > > > >

RE: Tagging 7.0.46

2013-10-16 Thread Konstantin Preißer
t I would expect Tomcat not to close the WebSocket connection here. Thanks, 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
ble 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 Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

RE: Tagging 7.0.46

2013-10-15 Thread Konstantin Preißer
d to trigger the crash yet. Thank you. Yes, I cannot reproduce 2) and 3) anymore, i.e. no crash occurs. The only one which I still get is 1). Regards, Konstantin Preißer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

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:

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, > > > >>

RE: Tagging 7.0.46

2013-10-15 Thread Konstantin Preißer
2288) when using a HTTP-APR-SSL 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/m

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 > > M

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

2013-10-13 Thread Konstantin Preißer
have to add the two WsConfigListeners to the web.xml, but I guess that would not fix the failures. > Implementing a ServerEndpointConfig and letting the SCI deploy it would > be an alternative option. I'm sorry as I do not have eno

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 > > "

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

2013-10-13 Thread Konstantin Preißer
ute. I solved this by adding new WsContextListener().contextInitialized(sce); at the beginning of contextInitialized() method 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 n

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, Kons

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

2013-10-12 Thread Konstantin Preißer
ndFile" a typo? It should be "useSendfile". Yes, I meant 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-11 Thread Konstantin Preißer
me OS=Windows_NT PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel --- S Y S T E M --- OS: Windows 8 , 64 bit Build 9200 CPU:total 4 (4 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, erms, ht, tsc, tscinvbit, tscinv Memory: 4k page, physical 8347732k(4365576k free), swap 8872020k(4802344k free) 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 - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

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
trunk > > Not a big issue. Just remove the mergeinfo from > /tomcat/trunk/webapps/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: 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
(r1524838, r1526510) from trunk, but I have not used the "merge" feature before. Does anybody know why TSVN does this / what should be the correct content of "svn:mergeinfo"? Thanks, Konstantin Preißer -

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

2013-10-10 Thread Konstantin Preißer
hat I still see 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,

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

2013-10-10 Thread Konstantin Preißer
java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:352) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:486) "VM Thread" prio=10 tid=0x08232000 nid=0xa60 runnable &q

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

2013-10-10 Thread Konstantin Preißer
ccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:352) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:486) "VM Thread" prio=10 tid=0x08282000 nid=0x1f38 runnable "GC task thread#0 (ParallelGC)" prio=6 tid=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 - 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 > Firefo

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

2013-10-10 Thread Konstantin Preißer
sometimes Tomcat replies, but sometimes not. 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: r1530081 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2013-10-10 Thread Konstantin Preißer
request. After I closed Firefox, then again the connection where that request was sent was still hold open by Tomcat. After some minutes, the forwarder received a Timeout error on the TCP connection that was still held open by Tomcat (SocketError: TimedOut (10060)). Hope this helps,

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

2013-10-09 Thread Konstantin Preißer
va:2451) at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:2437) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lan

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

2013-10-09 Thread Konstantin Preißer
/2013 12:26, Mark Thomas wrote: > > 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

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

2013-10-08 Thread Konstantin Preißer
connection (when pausing the Firefox -> Tomcat connection prior to unpausing Tomcat -> Firefox direction, Tomcat continues to send data). When trying with APR, I keep seeing that Tomcat initates the connection shutdown. With BIO, the problems don't occur. Hope this helps, Reg

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

2013-10-08 Thread Konstantin Preißer
still opened. When I resume the data transfer then the browser receives the connection shutdown and aborts the connection. 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 --

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

2013-10-08 Thread Konstantin Preißer
close the connection one second after resuming the browser (which 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

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

2013-10-07 Thread Konstantin Preißer
1) Follow steps 1-4 from bugzilla 55633 2) Instead of resuming the firefox.exe, kill the process. 3) On IE/other browser, 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 -

RE: 8.0.x / 7.0.x progress

2013-10-07 Thread Konstantin Preißer
rg.apache.tomcat.websocket.WsFrameBase OK, thank you 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: 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- > &

RE: 8.0.x / 7.0.x progress

2013-10-07 Thread Konstantin Preißer
nd much bigger messages to make sure the buffer of the remote 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

RE: 8.0.x / 7.0.x progress

2013-10-07 Thread Konstantin Preißer
e to receive 10 MB messages, but it still does not receive the 1 characters 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
lue = -1), there is no limit when processing whole messages, so I think Tomcat should handle such large messages when not using methods to read partial messages. Am I missing something? Thank you! Regards, Konstantin Preißer [1] http://docs.oracle.com/javaee/7/api/javax/websocket/OnMess

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 err

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

RE: 8.0.x / 7.0.x progress

2013-10-05 Thread Konstantin Preißer
ing, and then uses such an application in production (where the problems might not show up immediately when doing some tests). If getAsyncRemote() instead threw an exception saying that you need NIO or APR for this method, I think this might save someone such a surprise (but I must admit that I do

RE: 8.0.x / 7.0.x progress

2013-10-05 Thread Konstantin Preißer
e a non-blocking write operation and only acquire a thread for calling the SendHandler#onResult() callback (but I don't have much knowledge of the internal Tomcat code so I could be wrong here); whereas for BIO, Tomcat could acquire a thread for the complete duration of the blocking wr

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, > &g

RE: 8.0.x / 7.0.x progress

2013-10-04 Thread Konstantin Preißer
e. This method returns before the message 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://tech

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

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

RE: 8.0.x / 7.0.x progress

2013-10-03 Thread Konstantin Preißer
gt; > 70014 is the APR error code for EOF so we need 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

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

2013-10-02 Thread Konstantin Preißer
not work in such browsers? I do not have such detailed knowledge of XML - how is this entity supposed to work? E.g. when I open a file like monitoring.xml in Tomcat docs then the XML tree shown by the browser does not contain a element. Regards, Konstantin Preißer

RE: 8.0.x / 7.0.x progress

2013-10-02 Thread Konstantin Preißer
t. at org.apache.coyote.http11.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: 8.0.x / 7.0.x progress

2013-10-01 Thread Konstantin Preißer
the APR connector does not handle the >connection abort correctly. The behavior with 8.0.0-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: 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 ca

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:4

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

RE: Possible IIS SPDY Redirector for Tomcat

2013-09-28 Thread Konstantin Preißer
5: SYN_REPLY received (FLAG_FIN: False). 2013-09-28 16:45:54.038Z: [DEBUG] [SpdyConnector] R: Stream 5: Data Frame received (Length: 1150; FLAG_FIN: True). 2013-09-28 16:45:54.038Z: [DEBUG] [IIS Module] Status Code: 200 2013-09-28 16:45:54.038Z: [DEBUG] [IIS Module] Starting the response.

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

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

2013-09-26 Thread Konstantin Preißer
hen it displays that one. This seems also be used e.g. by Notepad++. I think such a logic could also be used by the commit mailer to decide if the text is UTF-8 or ISO-8859-1 for better readability, but I have no strong preference for it. Kind regards, Konstantin Preißer [1] http://www.opentag.com/

RE: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Konstantin Preißer
mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, erms, tsc, tscinvbit, tscinv Memory: 4k page, physical 1834484k(894392k free), swap 3669492k(2768612k free) 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 20

RE: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Konstantin Preißer
052 (or later). I just 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 a

RE: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Konstantin Preißer
trunk with r1523674, 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,

RE: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Konstantin Preißer
for Windows-x64 with default configuration (APR connector) 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

RE: Broken links

2013-09-26 Thread Konstantin Preißer
get rid of those static HTML pages that duplicate the source code of other files (with adding syntax highlighting using legacy elements etc.), and use a programmatic solution to generate source code with syntax highlighting instead. Regards, Konstantin Preißer --

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

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
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 "ß"). > > However, personally I would rather not do this, but write s

  1   2   >