Re: Tomcat HTTP response chunk size

2015-05-25 Thread Maxim Neshcheret
Hi Mark Thank you for reply! Any chance to manage buffer size in Tomcat? Do you now if it is recommended approach? BR, Maxim From: Mark Thomas Reply-To: Tomcat Users List Date: Tuesday 26 May 2015 01:03 To: Tomcat Users List Subject: Re: Tomcat HTTP response chunk size On 25/05/2015 10:21

Re: Tomcat HTTP response chunk size

2015-05-25 Thread Mark Thomas
On 25/05/2015 10:21, Maxim Neshcheret wrote: > Dear All > > Please advise if there are any possibility to set HTTP response chunk size > for Tomcat to make it transparent for application that send HTTP response. Tomcat automatically handles chunked encoding for you. It is already transparent. C

Re: RewriteCond

2015-05-25 Thread Hassan Schroeder
On Mon, May 25, 2015 at 8:30 AM, Frank Lehmann wrote: > I found this condition on the web after several searchings. > RewriteCond %{HTTP_USER_AGENT} > ("android|blackberry|googlebot-mobile|iemobile|ipad|iphone|ipod|mobile|palmos|webos") > [NC] > RewriteRule ^(.+)$ http://www.dashandwerk.net/mobi

RewriteCond

2015-05-25 Thread Frank Lehmann
Hi helpers, i want to rewrite my url when a mobile user reaches my homepage. I found this condition on the web after several searchings. But it will not work. All other condition also not working, i have tested many conditions. How can i rewrite a url when a mobile client is getting my homepag

Re: Fwd: Fwd:

2015-05-25 Thread Yuval Schwartz
Hello Chris, Answers below. Thanks again. On Mon, May 25, 2015 at 3:18 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Yuval, > > On 5/24/15 5:06 PM, Yuval Schwartz wrote: > > Firstly, I'd like to clear something up: Is con

Re: Fwd: Fwd:

2015-05-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Yuval, On 5/24/15 5:06 PM, Yuval Schwartz wrote: > Firstly, I'd like to clear something up: Is container managed > security security only intended for use with administrative users > of a web application? No. What would give you that impression? >

Tomcat HTTP response chunk size

2015-05-25 Thread Maxim Neshcheret
Dear All Please advise if there are any possibility to set HTTP response chunk size for Tomcat to make it transparent for application that send HTTP response. BR, Maxim