RE: Tomcat 8.5.19 corrupts static text files encoded with UTF-8

2017-07-30 Thread Konstantin Preißer
hank you very much for your fast feedback. I applied the patch for Tomcat 8.5.x and it seems to fix the issue: Static text/JavaScript files are served untouched (their encoding is not changed), which means JavaScript files encoded as UTF-8 (without BOM) are working again in the browser. Thanks!

RE: Tomcat 8.5.19 corrupts static text files encoded with UTF-8

2017-07-30 Thread Konstantin Preißer
(z+n), without static JavaScript files suddenly getting broken (which isn't immediately obvious as mostly the script per se will work, only that some special string characters outside of ASCII are displayed incorrectly to the user). Shouldn't such behavior changes be reserved for the next

Tomcat 8.5.19 corrupts static text files encoded with UTF-8

2017-07-28 Thread Konstantin Preißer
Tomcat 8.5.16.) Why would Tomcat want to modify static files, instead of just serving them as-is? Note: Bisecting shows that the problem seems to have been introduced with r1800455 [2]. Thanks! Regards, Konstantin Preißer [1] https://notepad-plus-plus.org/ [

RE: Tomcat port listening as SYSTEM

2016-03-28 Thread Konstantin Preißer
DESKTOP-F1DTQBM:0 LISTENING [java.exe] Regards, Konstantin Preißer > -Original Message- > From: SUSIL SAHU [mailto:susilsahu...@gmail.com] > Sent: Monday, March 28, 2016 4:37 PM > To: Tomcat Users List <users@tomcat.apache.org> > Subject: Re: Tomcat port list

[OT] RE: 80ms delay switching between worker threads

2015-10-31 Thread Konstantin Preißer
nts "3323580" so the resolution should be around ~0.3 microseconds. Regards, Konstantin Preißer [1] https://msdn.microsoft.com/en-us/library/windows/desktop/dn553408%28v=vs.85%29.aspx [2] https://msdn.microso

RE: AW: WebSocket asynchronous reads

2015-08-27 Thread Konstantin Preißer
(as a counterpart to RemoteEndpoint.Async#sendText()) using a sort of callback or just raising the onMessage event of the Endpoint as before when data has received (but I suppose there are better approaches). Regards, Konstantin Preißer [1] https://msdn.microsoft.com/de-de/library

[OT] RE: Tomcat 8 jspx and HTML5

2015-08-10 Thread Konstantin Preißer
of being a separate specification like it was for XHTML 1.0 vs HTML 4.01 some years ago.) Regards, Konstantin Preißer [1] https://support.microsoft.com/en-us/gp/msl-ie-dotnet-an [2] https://github.com/jquery/jquery-mobile/issues/7959 [3] https://github.com/jquery/jquery-mobile/issues/7849 [4

RE: Tomcat 8 jspx and HTML5

2015-08-08 Thread Konstantin Preißer
/ will work on such documents. (The problem with XML syntax however is that there are some JavaScript libraries that don't seem to be aware that there's an XML syntax of HTML5 and will not work correctly, e.g. jQuery Mobile up to version 1.4.5.) Regards, Konstantin Preißer [1] http://www.w3

RE: iis isapi redirect problem

2015-07-23 Thread Konstantin Preißer
=Webapp.Code.Utils.SslAndHstsModule/ /modules /system.webServer /configuration Regards, Konstantin Preißer [1] https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security [2] https://hstspreload.appspot.com/ - To unsubscribe, e-mail

RE: tomcat on windows 2012 weirdness

2014-12-17 Thread Konstantin Preißer
security zone (while for intranet sites it will use a lower security level). This mode can be enabled or disabled in the Server Manager. Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

RE: [ANN] New committer: Felix Schumacher

2014-09-19 Thread Konstantin Preißer
Welcome! Regards, Konstantin Preißer -Original Message- From: Rainer Jung [mailto:rj...@apache.org] Sent: Friday, September 19, 2014 9:49 AM To: Tomcat Developers List; Tomcat Users List Subject: [ANN] New committer: Felix Schumacher On behalf of the Tomcat committers I am

RE: Restricting SSL access within webapp

2014-08-02 Thread Konstantin Preißer
, Konstantin Preißer [1] http://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Windows performance issue

2014-07-21 Thread Konstantin Preißer
, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Browsers suddenly start timing out when accessing port 80 of secure site

2014-06-24 Thread Konstantin Preißer
header and the user enters www.example.com, that Firefox automatically switches this to https://www.example.com/; which is Port 443. Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

RE: Regarding JSESSIONIDSSO Cookie maintained by tomcat

2014-06-24 Thread Konstantin Preißer
to create a BZ request for this? Perhaps even a patch? ;) Thanks, I will look into providing patch (when I have some time :) Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

RE: Regarding JSESSIONIDSSO Cookie maintained by tomcat

2014-06-18 Thread Konstantin Preißer
an example where a cookie is deleted this way) Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: (Slightly OT): Server JVM 7

2014-05-29 Thread Konstantin Preißer
(build 1.8.0_05-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode) Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

RE: [SECURITY] CVE-2014-0097 Apache Tomcat information disclosure

2014-05-27 Thread Konstantin Preißer
is pretty high (but I did not found how smaller numbers could cause overflows not to be detected). Maybe someone could comment on that. Thanks! Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr

RE: [SECURITY] CVE-2014-0099 Apache Tomcat information disclosure

2014-05-27 Thread Konstantin Preißer
disclosure. OK, thanks for the clarification! Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Unsure on error: PojoEndpointBase or no Session data in chat websocket app

2014-05-01 Thread Konstantin Preißer
]. Regards, Konstantin Preißer [1] http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/chat/ [2] http://docs.oracle.com/javase/8/docs/api/java/util/Collections.html#synchronizedSet-java.util.Set

RE: AW: AW: tomcat-connectors-1.2.39-windows-x86_64-iis does not work

2014-04-07 Thread Konstantin Preißer
On that system, Tomcat listens on both [::]:8019 and 0.0.0.0:8019, and the ISAPI connector uses 127.0.0.1:8019 to connect to Tomcat. The hosts file on this system doesn't contain any entry. Regards, Konstantin Preißer [1] http://superuser.com/questions/393700/what-is-127-0-0-2-ip-address

RE: AW: AW: tomcat-connectors-1.2.39-windows-x86_64-iis does not work

2014-04-07 Thread Konstantin Preißer
Hi Chuck, -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Monday, April 7, 2014 7:06 PM To: Tomcat Users List Subject: RE: AW: AW: tomcat-connectors-1.2.39-windows-x86_64-iis does not work From: Konstantin Preißer [mailto:kpreis

RE: Tomcat 8.0.3 hangs when ISAPI redirector sends an AJP request without request body

2014-03-17 Thread Konstantin Preißer
the issue! Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Tomcat 8.0.3 hangs when ISAPI redirector sends an AJP request without request body

2014-03-03 Thread Konstantin Preißer
on there? Note: I do not yet have examined what AJP packets are sent between Tomcat and ISAPI Redirector. Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

RE: Tomcat 8.0.3 hangs when ISAPI redirector sends an AJP request without request body

2014-03-03 Thread Konstantin Preißer
-Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Monday, March 3, 2014 5:19 PM To: 'Tomcat Users List' Subject: Tomcat 8.0.3 hangs when ISAPI redirector sends an AJP request without request body snip Note: I do not yet have examined what AJP packets

RE: Tomcat 8.0.3 hangs when ISAPI redirector sends an AJP request without request body

2014-03-03 Thread Konstantin Preißer
-Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Monday, March 3, 2014 5:38 PM When sending the following request to IIS: POST /TestWebapp/Servlet HTTP/1.1 Host: localhost Connection: keep-alive Content-Length: 0 Then the ISAPI redirector sends

RE: Status of the current IIS ISAPI Redirector for Tomcat

2014-02-15 Thread Konstantin Preißer
, Konstantin Preißer [1] http://markmail.org/message/ojknieujkcchxqla - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: [OT] RE: Cannot connect from outside using Tomcat 7/APR/SSL on AWS Windows system

2014-01-24 Thread Konstantin Preißer
, since the result is usually HTTP 400 or HTTP 404. :) There are still some things that I would like to do and/or learn how to do with Tomcat; hoping to do so, when/as necessary. - -chris Regards, Konstantin Preißer

Status of the current IIS ISAPI Redirector for Tomcat

2014-01-24 Thread Konstantin Preißer
and Windows 98 (and PWS). What do you think about this? Should the ISAPI redirector still stay? Is SPDY the right way for forwarding requests to Tomcat in the future? Thanks! Regards, Konstantin Preißer [1] http://tomcat.apache.org/connectors-doc/reference/iis.html [2] http://forums.iis.net

[OT] RE: Cannot connect from outside using Tomcat 7/APR/SSL on AWS Windows system

2014-01-22 Thread Konstantin Preißer
to do... ;-) When setting up the Windows Firewall, I normally only create rules for specific (TCP) ports, not for specific executables, so that the firewall allows connections to a TCP port regardless of what the name or path of the executable is. Regards, Konstantin Preißer

RE: Tomcat strips CRLFs from the generated page

2014-01-13 Thread Konstantin Preißer
servlet simply reads the file and sends out to the browser. When I run this servlet, it strips all CRLFs from line 153 onward. Thanks. The list strips most attachments. Please upload the files somewhere else and post a link to download them. Regards, Konstantin Preißer

RE: Tomcat strips CRLFs from the generated page

2014-01-13 Thread Konstantin Preißer
-with-resources syntax. Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Request Timeout and empty post data issue

2013-12-26 Thread Konstantin Preißer
is received. The request will then be logged as the request headers where completely received. Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

RE: EOFException in AjpNioProcessor

2013-12-23 Thread Konstantin Preißer
Hi Jesse, -Original Message- From: Jesse Barnum [mailto:jsb_tom...@360works.com] Sent: Monday, December 23, 2013 5:46 PM To: Tomcat Users List Subject: Re: EOFException in AjpNioProcessor On Dec 22, 2013, at 8:54 AM, Konstantin Preißer kpreis...@apache.org wrote: I suspect

RE: EOFException in AjpNioProcessor

2013-12-23 Thread Konstantin Preißer
Hi André, -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Monday, December 23, 2013 6:09 PM To: Tomcat Users List Subject: Re: EOFException in AjpNioProcessor Jesse Barnum wrote: On Dec 22, 2013, at 8:54 AM, Konstantin Preißer kpreis...@apache.org wrote

RE: EOFException in AjpNioProcessor

2013-12-22 Thread Konstantin Preißer
probably be catched (like an IOException) to properly handle it. Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Some security-related questions / enhancements for the Windows Installer

2013-12-22 Thread Konstantin Preißer
the installation of the service is done by Commons Daemon). Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Some security-related questions / enhancements for the Windows Installer

2013-12-18 Thread Konstantin Preißer
to the shutdown port. What do you think? [1] http://msdn.microsoft.com/en-us/library/windows/desktop/ms684272%28v=vs.85%29.aspx Thanks Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

RE: Some security-related questions / enhancements for the Windows Installer

2013-12-18 Thread Konstantin Preißer
Hi André, thank you for your reply. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Wednesday, December 18, 2013 4:28 PM To: Tomcat Users List Subject: Re: Some security-related questions / enhancements for the Windows Installer Konstantin Preißer wrote

RE: EOFException in AjpNioProcessor

2013-12-18 Thread Konstantin Preißer
clicks the cancel button in their browser, so I don't think you need to be concerned about this exception itself, but you should catch it (or IOException) in your code so that Tomcat doesn't have to log this exception. Regards, Konstantin Preißer

RE: Some security-related questions / enhancements for the Windows Installer

2013-12-18 Thread Konstantin Preißer
-Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Wednesday, December 18, 2013 6:24 PM - the user group Administrators is the name in English. In other locales, it is different (French : Administrateurs; German : Administratoren; Spanish

RE: Some security-related questions / enhancements for the Windows Installer

2013-12-18 Thread Konstantin Preißer
Sorry for the spam... -Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Wednesday, December 18, 2013 8:00 PM To: 'Tomcat Users List' Subject: RE: Some security-related questions / enhancements for the Windows Installer -Original Message

RE: %F in AccessLogValve

2013-12-05 Thread Konstantin Preißer
: %D ttc: %F / /Host And I'm using Name: tomcat7 Arch: noarch Version : 7.0.39 Any ideas? According to [1], the %F pattern is available from Tomcat 7.0.42 onwards. [1] https://issues.apache.org/bugzilla/show_bug.cgi?id=55102 Regards, Konstantin Preißer

RE: Transfer-Encoding: chunked not working

2013-12-05 Thread Konstantin Preißer
exactly you are doing in your web application to generate the response? I cannot reproduce the problem with a simple servlet that e.g. writes 3 bytes to the response with Tomcat 7.0.47. Regards, Konstantin Preißer

RE: Another Non-blocking IO Question

2013-11-27 Thread Konstantin Preißer
ByteCounter example also directly calls ac.complete() after writing to the response without checking sos.isReady(), but because it is just a few bytes it probably is able to completely write the bytes before sos.write() returns, do it doesn't have practical consequences. Regards, Konstantin Preißer

RE: Another Non-blocking IO Question

2013-11-27 Thread Konstantin Preißer
-Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Wednesday, November 27, 2013 5:18 PM To: 'Tomcat Users List' Subject: RE: Another Non-blocking IO Question 2) If I read correctly, when onAllDataRead() is called, you call asyncContext.complete

RE: [OT] RE: Baked-in context paths

2013-11-26 Thread Konstantin Preißer
JIRA? snip Interesting observation. I think you should report it to infra@ - -chris Ok, thanks. I have created an issue here (hope this was the right place): https://issues.apache.org/jira/browse/INFRA-7052 Regards, Konstantin Preißer

RE: setting the text or binary buffer size for websockets

2013-11-19 Thread Konstantin Preißer
that you got): https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: [OT] RE: Baked-in context paths

2013-11-18 Thread Konstantin Preißer
Hi, -Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Wednesday, November 13, 2013 6:14 PM To: 'Tomcat Users List' Subject: RE: [OT] RE: Baked-in context paths Hi Jeffrey, -Original Message- From: Jeffrey Janner [mailto:jeffrey.jan

RE: [OT] RE: Baked-in context paths

2013-11-13 Thread Konstantin Preißer
-Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Tuesday, November 12, 2013 8:09 PM To: 'Tomcat Users List' Subject: RE: [OT] RE: Baked-in context paths Hi Jeffrey, -Original Message- From: Jeffrey Janner [mailto:jeffrey.jan

RE: [OT] [Fwd: TomEE Professional Support]

2013-11-13 Thread Konstantin Preißer
[2] http://www.apache.org/foundation/#who-runs-the-asf Regards, Konstantin Preißer regards Leon On Wed, Nov 13, 2013 at 2:15 PM, André Warnier a...@ice-sa.com wrote: Hi. I got the following email in my personal email inbox. Isn't there some rule, or at least some

RE: [OT] RE: Baked-in context paths

2013-11-13 Thread Konstantin Preißer
- it produces invalid Base64 data, which causes such junk characters on some mailing clients (and an empty mail on my client). This also happens with some other mails like the one from Buildbot on the Dev list - these are are also sent as Base64 which then show blank for me. Regards, Konstantin

RE: [OT] RE: Baked-in context paths

2013-11-12 Thread Konstantin Preißer
you can see (and probably because of this I get an empty mail). However, I don't have much knowledge about email standards or Outlook to know what exactly is wrong here. Regards, Konstantin Preißer - To unsubscribe, e-mail

RE: Some Websocket (Async) questions

2013-10-28 Thread Konstantin Preißer
Hi Mark, thanks a lot for your reply. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, October 23, 2013 8:58 PM To: Tomcat Users List Subject: Re: Some Websocket (Async) questions On 23/10/2013 14:09, Konstantin Preißer wrote: 1) How

RE: Some Websocket (Async) questions

2013-10-28 Thread Konstantin Preißer
: https://issues.apache.org/bugzilla/show_bug.cgi?id=55715 Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Some Websocket (Async) questions

2013-10-23 Thread Konstantin Preißer
Hi, some more questions/issues added below: -Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Wednesday, October 23, 2013 2:09 AM To: 'Tomcat Users List' Subject: Some Websocket (Async) questions Hi all, while working on the Drawboard Websocket

RE: [OT] Cannot cleanly undeploy a web application

2013-07-17 Thread Konstantin Preißer
a opened file by default, so that a user doesn't accidentally delete a file on which he is still working... but I don't know. Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

RE: [OT] Accessing HREF Target from Servlet

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

RE: [OT] Querstion about Class.forName() re. ClassLoaders

2013-05-11 Thread Konstantin Preißer
, Konstantin Kolinko Thanks! Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

[OT] Querstion about Class.forName() re. ClassLoaders

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

RE: [OT] Querstion about Class.forName() re. ClassLoaders

2013-05-10 Thread Konstantin Preißer
receive a response - so I wanted to make sure my understanding was correct). Thanks! Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

RE: Apache tomcat server win8 cannot be accessed outside of local host

2013-05-04 Thread Konstantin Preißer
connections would be rejected despite adding the inbound rule using the steps you described. Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

RE: html page can not present an java Applet embedded in the page

2013-01-29 Thread Konstantin Preißer
=-Dsun.java2d.d3d=false / Regards, Konstantin Preißer [1] http://www.w3.org/TR/html51/embedded-content-0.html#the-object-element - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

RE: BufferOverflowException in AjpNioProcessor

2013-01-18 Thread Konstantin Preißer
. The BufferOverflowExceptions seems to occur rarely, it took ~ 12 hours after switching to the NIO connector for the exception to occur. Do you have any ideas? Thanks, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

RE: BufferOverflowException in AjpNioProcessor

2013-01-17 Thread Konstantin Preißer
and switching back to the AJP-NIO connector, to see if these BufferOverflowExceptions still occur. Thanks! Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

RE: IIS 8/Windows Server 2012

2012-11-30 Thread Konstantin Preißer
]. Costin Manolache is currently working on integrating SPDY v3 into Tomcat. That connector is, of course, in a very early stage of development, but I hope to be able to eventually support things like redirecting WebSocket connections (that are supported by IIS 8+) to Tomcat. :) Regards, Konstantin

RE: Equivalent of Web Service Extension in IIS6 on XP Professional

2012-07-12 Thread Konstantin Preißer
or newer, because adding the ISAPI DLL to the allowed Web Service Extensions also applies for IIS 7 and 8 (however, there the section is named ISAPI and CGI restrictions). Regards, Konstantin Preißer - To unsubscribe, e-mail

Tomcat SPDY Connector

2012-05-18 Thread Konstantin Preißer
, which I think is important when using SPDY as server-to-server protocol, to prevent flooding the intermediate server with messages if it has a slow connection to the actual client.) Thanks! Regards, Konstantin Preißer [1] http://markmail.org/message/jvaztqpl7vba7jn7 [2] http://dev.chromium.org

Websocket Questions

2012-04-27 Thread Konstantin Preißer
. # When I switched to HTTP BIO however, everything worked fine. Thanks! Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Websocket Questions

2012-04-27 Thread Konstantin Preißer
seconds Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: BufferOverflowException in Tomcat 7.0.x at AjpAprProcessor.output()

2012-04-21 Thread Konstantin Preißer
: Good report. Can you add this to Bugzilla? Ok, I added a bug report here: https://issues.apache.org/bugzilla/show_bug.cgi?id=53119 Thanks! Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr

BufferOverflowException in Tomcat 7.0.x at AjpAprProcessor.output()

2012-04-20 Thread Konstantin Preißer
nor with AJP-NIO. Regards, Konstantin Preißer [1] http://markmail.org/message/zogi3tfbz2kyw3jg - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-18 Thread Konstantin Preißer
::jk_isapi_plugin.c (2801): Initializing shm:(null) errno=87. Load balancer will not work properly! But w3wp.exe doesn't crash anymore, so I think it is fixed. (I'm wondering now why mapping the shared memory fails..) Thanks, Konstantin Preißer

RE: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-18 Thread Konstantin Preißer
] extension_fix::jk_uri_worker_map.c (554): Could not find worker with name 'worker1' in uri map post processing. Thanks, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-16 Thread Konstantin Preißer
the app pool). The crashes and these log lines didn't appear in ISAPI 1.2.32. I think I read somewhere in the thread Issues with the tomcat connector (On W2k8 + IIS7.5) about some change in the ISAPI connector which has to do with shared memory, but I'm not sure. Thanks! Regards, Konstantin

RE: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-16 Thread Konstantin Preißer
=localhost worker.worker1.port=8019 Thanks, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-16 Thread Konstantin Preißer
all old requests are finished, the old w3wp.exe will be stopped). Thanks, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Some questions about Tomcat ISAPI Connector and its documentation

2012-03-11 Thread Konstantin Preißer
this log message bother you ? why would you want to /not/ have it ? It does not bother me - I just wondered why the ISAPI would to this checks, when Tomcat already does it. :) Regards, Konstantin Preißer - To unsubscribe, e

Some questions about Tomcat ISAPI Connector and its documentation

2012-03-10 Thread Konstantin Preißer
requests to forbidden directories are handled, without writing an emergency log entry. Thanks! Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

RE: ISAPI errors 87 when disabling IIS 7.0's response buffering

2012-02-23 Thread Konstantin Preißer
by the operating system, so the error number may change in future releases of Windows. So I guess the 87 errors correspond to the 1229 errors (when the connection is invalid). Thanks! Regards, Konstantin Preißer - To unsubscribe, e-mail

RE: Documentation Question

2012-02-21 Thread Konstantin Preißer
9 (IE = IE8 don't support XHTML), Firefox, Chrome and Opera. ;-) Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

ISAPI errors 87 when disabling IIS 7.0's response buffering

2012-02-20 Thread Konstantin Preißer
in such cases? Thanks! Best Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Path of log files changed in Tomcat 7.0.25 when installing as Windows Service

2012-01-28 Thread Konstantin Preißer
, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Path of log files changed in Tomcat 7.0.25 when installing as Windows Service

2012-01-27 Thread Konstantin Preißer
? Thanks! Best Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Tomcat 7.0.21: BufferOverflowException in AjpAprProcessor.output()

2011-09-23 Thread Konstantin Preißer
the exception again). :( I might try it with the other connectors (nio/bio), but I'm not sure when I have time for it. But thanks for your suggestions. Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr

RE: Servlet 3.0 File Upload

2011-09-03 Thread Konstantin Preißer
, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Servlet 3.0 File Upload

2011-09-03 Thread Konstantin Preißer
a filename where the actual file contents are stored. The supplied filename is then only for displaying purposes. Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e

IPv6 support dropped in Tomcat Native 1.1.22 (on Windows)?

2011-08-23 Thread Konstantin Preißer
. is displayed every second until I kill Tomcat's process.) Is this intentional? I didn't see anything about dropped IPv6 support in the Native changelog. Regards, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr

RE: AJP-APR failures on Tomcat 7.0.16 with ISAPI Redirector 1.2.32

2011-08-23 Thread Konstantin Preißer
, Konstantin Preißer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Tomcat Jakarta 1.2.31 ISAPI Reconnector incorrectly sending Content body with HTTP 304 Status

2010-12-26 Thread Konstantin Preißer
-Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Sunday, December 12, 2010 10:23 PM To: users@tomcat.apache.org Subject: Re: Tomcat Jakarta 1.2.31 ISAPI Reconnector incorrectly sending Content body with HTTP 304 Status 10054 is a winsock error code, so

RE: Tomcat Jakarta 1.2.31 ISAPI Reconnector incorrectly sending Content body with HTTP 304 Status

2010-12-12 Thread Konstantin Preißer
::jk_isapi_plugin.c (1389): Vector termination of chunk encoded response failed with 10054 (0x2746) [1764:10596] [error] iis_write::jk_isapi_plugin.c (1297): Vector write of chunk encoded response failed with 10054 (0x2746) What do these errors messages mean? Cheers, Konstantin Preißer

RE: Tomcat Jakarta 1.2.31 ISAPI Reconnector incorrectly sending Content body with HTTP 304 Status

2010-12-03 Thread Konstantin Preißer
Now if I do a GET-Request with an If-modified-since header to a file which doesn't exist, Tomcat returns a 302 Not Modified response instead of 404 Not Found. I think this is because Tomcat compares the date after the Is-modified-since header to the date of the static 404 error file, thus

RE: Tomcat Jakarta 1.2.31 ISAPI Reconnector incorrectly sending Content body with HTTP 304 Status

2010-12-03 Thread Konstantin Preißer
On 12/03/10 18:05 PM, Pid wrote: So, if you can consistently repeat this, can you also confirm that changing the date of the static error page prevents the 304 from being sent on a subsequent request? Hello, when I change the date of the static error page so that it is newer than the one

Re: Tomcat Jakarta 1.2.31 ISAPI Reconnector incorrectly sending Content body with HTTP 304 Status

2010-11-29 Thread Konstantin Preißer
Hello, OK, after a bit more investigation I can replicate your responses: One is a 304 response with a response.flushBuffer() or similar, and the other is a 304 response with an implicit close. I've tested a fix to the ISAPI Redirector to resolve this.

Re: Tomcat Jakarta 1.2.31 ISAPI Reconnector incorrectly sending Content body with HTTP 304 Status

2010-11-29 Thread Konstantin Preißer
At the moment I can't reproduce this issue any more. It happened some days ago, when I was viewing the webapp by Firefox and pressed F5 several times, when I noticed that Firefox sometimes displayed HTTP Headers as plain text. I used a network sniffer to see what the responses looked

Tomcat Jakarta 1.2.31 ISAPI Reconnector incorrectly sending Content body with HTTP 304 Status

2010-11-27 Thread Konstantin Preißer
Good afternoon, This is the first time I ask a question here, so I hope I do it right. I am using Tomcat 7.0.5 (with Tomcat Native 1.1.20 library) on Windows Server 2003 (32-Bit) with Java 1.6.0_22, and I have configured IIS6.0 to use the Jakarta 1.2.31 ISAPI Redirector (with

RE: Tomcat Jakarta 1.2.31 ISAPI Reconnector incorrectly sending Content body with HTTP 304 Status

2010-11-27 Thread Konstantin Preißer
Not saying that there may not be a problem in the isap_redirector, but in the answers above, I see a header Server: Microsoft-IIS/6.0 Are you sure that it is not IIS which is sending back these responses ? Since you are talking about static pages and images, it may be that these are