Re: HttpServletRequest - getHeaders() vs getCookies()

2014-07-25 Thread Simon Kulessa
Hi Christopher, Am 22.07.2014 17:00, schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Simon, On 7/22/14, 5:47 AM, Simon Kulessa wrote: Hi Christopher, see below Am 17.07.2014 16:18, schrieb Christopher Schultz: Simon, On 7/17/14, 3:52 AM, Simon Kulessa wrote:

Re: HttpServletRequest - getHeaders() vs getCookies()

2014-07-22 Thread Simon Kulessa
Hi Christopher, see below Am 17.07.2014 16:18, schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Simon, On 7/17/14, 3:52 AM, Simon Kulessa wrote: Hi Christopher, Am 16.07.2014 14:45, schrieb Christopher Schultz: Simon, On 7/16/14, 4:02 AM, Simon Kulessa wrote:

Re: HttpServletRequest - getHeaders() vs getCookies()

2014-07-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Simon, On 7/22/14, 5:47 AM, Simon Kulessa wrote: Hi Christopher, see below Am 17.07.2014 16:18, schrieb Christopher Schultz: Simon, On 7/17/14, 3:52 AM, Simon Kulessa wrote: Hi Christopher, Am 16.07.2014 14:45, schrieb Christopher

Re: HttpServletRequest - getHeaders() vs getCookies()

2014-07-17 Thread Simon Kulessa
Hi Christopher, Am 16.07.2014 14:45, schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Simon, On 7/16/14, 4:02 AM, Simon Kulessa wrote: Am 15.07.2014 16:12, schrieb Christopher Schultz: Simon, On 7/9/14, 4:51 AM, Simon Kulessa wrote: I had a look at the

Re: HttpServletRequest - getHeaders() vs getCookies()

2014-07-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Simon, On 7/17/14, 3:52 AM, Simon Kulessa wrote: Hi Christopher, Am 16.07.2014 14:45, schrieb Christopher Schultz: Simon, On 7/16/14, 4:02 AM, Simon Kulessa wrote: Am 15.07.2014 16:12, schrieb Christopher Schultz: Simon, On 7/9/14, 4:51

Re: HttpServletRequest - getHeaders() vs getCookies()

2014-07-16 Thread Simon Kulessa
Hello Christopher, thanks for your answer. Am 15.07.2014 16:12, schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Simon, On 7/9/14, 4:51 AM, Simon Kulessa wrote: I had a look at the documentation and the tomcat source to get a better understanding of what the

Re: HttpServletRequest - getHeaders() vs getCookies()

2014-07-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Simon, On 7/16/14, 4:02 AM, Simon Kulessa wrote: Am 15.07.2014 16:12, schrieb Christopher Schultz: Simon, On 7/9/14, 4:51 AM, Simon Kulessa wrote: I had a look at the documentation and the tomcat source to get a better understanding of what

Re: HttpServletRequest - getHeaders() vs getCookies()

2014-07-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Simon, On 7/9/14, 4:51 AM, Simon Kulessa wrote: I had a look at the documentation and the tomcat source to get a better understanding of what the '|org.apache.catalina.connector.RECYCLE_FACADE' parameter actually does.| I have seen that

Re: HttpServletRequest - getHeaders() vs getCookies()

2014-07-09 Thread Simon Kulessa
Hi, I had a look at the documentation and the tomcat source to get a better understanding of what the '|org.apache.catalina.connector.RECYCLE_FACADE' parameter actually does.| I have seen that Tomcat objects like Cookies, Request etc. are designed to be reusable. What I currently do not

HttpServletRequest - getHeaders() vs getCookies()

2014-07-08 Thread Simon Kulessa
Hi, we are running a server on Apache Tomcat 7.0.29 with usage of the servlet-api 3.0.1. From one of our customers we received a bug report that in certain times an IOException (Stream is closed) is thrown while reading the data from a HttpServletRequest. After some investigation we added

Re: HttpServletRequest - getHeaders() vs getCookies()

2014-07-08 Thread Konstantin Kolinko
2014-07-08 11:48 GMT+04:00 Simon Kulessa kule...@flexsecure.de: Hi, we are running a server on Apache Tomcat 7.0.29 with usage of the servlet-api 3.0.1. 1. The current version is 7.0.54 2. What is 3.0.1. You may use any servlet-api jar when compiling, but at run time you must use the one that

Re: HttpServletRequest - getHeaders() vs getCookies()

2014-07-08 Thread Simon Kulessa
Hi Konstantin, thanks for you answer. Am 08.07.2014 10:22, schrieb Konstantin Kolinko: 2014-07-08 11:48 GMT+04:00 Simon Kulessa kule...@flexsecure.de: Hi, we are running a server on Apache Tomcat 7.0.29 with usage of the servlet-api 3.0.1. 1. The current version is 7.0.54 We updated to this