Re: Http insecure headers

2019-02-26 Thread Nitin Kadam
Hello, How can i change “Cache Control -private: to “Cache-Control: nostore” i searched and found that need to add express filters in web config but not sure on where to add in filters. can you please guide me on same? On Wed, Feb 20, 2019 at 3:28 AM Peter@Kreuser-Online wrote: > Hi Nitin,

Re: tomcat 8.5.23 can not modify maxconcurrentstream setting

2019-02-26 Thread Mark Thomas
See https://github.com/apache/tomcat/blob/8.5.x/test/org/apache/coyote/http2/TestHttp2Section_5_1.java#L174 Mark On 26/02/2019 11:01, Helena Carbajo wrote: > I'm trying to modify the value of MaxConcurrentStream for the tomcat server > in order to check that it returns a STREAM_REFUSED when the

tomcat 8.5.23 can not modify maxconcurrentstream setting

2019-02-26 Thread Helena Carbajo
I'm trying to modify the value of MaxConcurrentStream for the tomcat server in order to check that it returns a STREAM_REFUSED when the client uses more streams, but I don't manage to change the default unlimited value. I've been inspecting the tomcat server code with a debugger and I saw it ent

tomcat 8.5.23 not modifying maxconcurrentstream setting

2019-02-26 Thread Helena Carbajo
I'm trying to modify the value of MaxConcurrentStream for the tomcat server in order to check that it returns a STREAM_REFUSED when the client uses more streams, but I don't manage to change the default unlimited value. I've been inspecting the tomcat server code with a debugger and I saw it ente