tomcat 7.0.90 ubuntu web-security.xml doesn't work.

2019-07-19 Thread richard coleman
Hi all, Running tomcat 7.0.90, I am trying to add a security block to a struts 1 application to redirect *most* urls to https. It works fine when I add it to the web.xml file in the webapps//WEB-INF/web.xml file. That file states that I should be able to add it to a separate web-security.xml fil

Re: tomcat 7.0.90 ubuntu web-security.xml doesn't work.

2019-07-19 Thread richard coleman
rd, > > On 7/19/19 11:33, richard coleman wrote: > > Hi all, > > > > Running tomcat 7.0.90, I am trying to add a security block to a > > struts 1 application to redirect *most* urls to https. It works > > fine when I add it to the web.xml file in the > >