Re: [OT] EOFException in AjpNioProcessor

2013-12-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 12/22/13, 8:54 AM, Konstantin Preißer wrote: > Note that the reason for a EOFException is slightly different than > just reading from a stream when there is no more data present. > > In Java (and .Net), when you read from a Stream w

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

2013-12-22 Thread Konstantin Preißer
Hi André, thanks for your reply. > -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Thursday, December 19, 2013 5:17 PM > To: Tomcat Users List; kpreis...@apache.org > Subject: Re: Some security-related questions / enhancements for the > Windows Installer > Hi.

RE: EOFException in AjpNioProcessor

2013-12-22 Thread Konstantin Preißer
HI André, > -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Sunday, December 22, 2013 12:25 PM > To: Tomcat Users List > Subject: Re: EOFException in AjpNioProcessor > > I guess another way to phrase the question is, "what would cause a > java.io.EOFException to

Re: EOFException in AjpNioProcessor

2013-12-22 Thread André Warnier
André Warnier wrote: Jesse Barnum wrote: On Dec 18, 2013, at 1:40 PM, André Warnier wrote: Jesse Barnum wrote: On Dec 18, 2013, at 12:27 PM, Jesse Barnum wrote: I'm seeing this error a lot in my log files. It happens when I am trying to read from the request InputStream. Should I be concer

Re: EOFException in AjpNioProcessor

2013-12-22 Thread André Warnier
Jesse Barnum wrote: On Dec 18, 2013, at 1:40 PM, André Warnier wrote: Jesse Barnum wrote: On Dec 18, 2013, at 12:27 PM, Jesse Barnum wrote: I'm seeing this error a lot in my log files. It happens when I am trying to read from the request InputStream. Should I be concerned about this, or is