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
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
> >