Re: Tomcat 8.0.32: Response already committed

2016-04-07 Thread Martin Holz (for Usenet)
A upgrade to Tomcat 8.0.33 did solve the issue. Martin - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Filters: How to programmatically find out their order in hindsight?

2016-04-07 Thread Martin Holz (for Usenet)
Am 04/06/2016 um 10:15 PM schrieb Burkhard Graves: ServletContext#getFilterRegistrations() returns an unordered map only - how to programmatically find out the order in which the filters are applied/registered? I know the specs ... The order the container uses in building the chain of filters

Tomcat 8.0.32: Response already committed

2016-04-07 Thread Martin Holz (for Usenet)
Hello, with Tomcat 8.0.32 (and 8.0.28) sometimes the response object is already committed, before the servlet or JSP page is doing anything. I am moving a large legacy application from Tomcat 6 to Tomcat 8 and found, that JSP pages were sometimes returned to the browser without any HTTP header

Restricting manager app

2016-03-04 Thread Martin Holz (for Usenet)
Hi, is there a simple a way to restrict, what the Tomcat manager app can do? I want to deny deploying webapps or changing the configuration over the net. But I want to allow starting, stopping and reloading. This could probably be done by security constraints or a servlet filter, at least fo