Re: AW: AW: AW: How to cancel download on the server side

2016-06-05 Thread Mark Thomas
On 03/06/2016 22:08, Steffen Heil (Mailinglisten) wrote: > Hi > > >> throw new ServletException(); > > That was the difference. I threw a IllegalStateException(), so tomcat sent > "0\r\n". > I changed my code to throw a ServletException() and now it works. > Thanks for that. > > > One very l

Re: memory-leak in org.apache.jasper.compiler.Mark|Node$TemplateText

2016-06-05 Thread Mark Thomas
On 04/06/2016 09:22, devz...@web.de wrote: > thanks for help - but, are you really sure? Yes. > if i > > - set development=false > - delete everything within work subdir to force recompile of every jsp > > then for me, the initial crawl makes jvm consume the same amount of memory > regardless

RE: TLSv1.2 ALERT: fatal, description = unexpected_message

2016-06-05 Thread Venkata Reddy P
Thanks Mark for the reply. I have forgot to mention. My current ssl errors are getting only for IE and google chrome browsers. The same application is working well for the Firefox that's the reason can't suspect the SSL implementation. I have aslo tried with openssl client and confirms the no

Re: TLSv1.2 ALERT: fatal, description = unexpected_message

2016-06-05 Thread Mark Thomas
On 05/06/2016 16:32, Venkata Reddy P wrote: > Hi, > > I have a setup with Tomcat8.0.33,jre8u91 and with ssl enabled with http > connector. > address="10.4.20.46" connectionTimeout="-1" > disableUploadTimeout="true" enableLookups="false" > maxHttpHeaderSize="81

TLSv1.2 ALERT: fatal, description = unexpected_message

2016-06-05 Thread Venkata Reddy P
Hi, I have a setup with Tomcat8.0.33,jre8u91 and with ssl enabled with http connector. Most of the application works on ssl without any issues but while downloading JS,CSS files seems to be failing. I can't suspect the ssl implementation. I have an index page which has imports of javascipt f