Re: 7.0.59 to 7.0.99 upgrade, CVE-2015-5174 fix prevents us from accessing resources outside context

2020-02-04 Thread Alex Pritchard
y annotation to: @Result(name = BaseAction.REDIRECT_TO_NON_STRUTS2, location = "%{url}", params = {"location", "%{url}"}) Really appreciate all the info you provided. Definitely helped me track down exactly what was going on. Alex On Tue, Feb 4, 2020 at 3:52 AM Mark

Re: 7.0.59 to 7.0.99 upgrade, CVE-2015-5174 fix prevents us from accessing resources outside context

2020-02-03 Thread Alex Pritchard
o with that information though. The doesn't appear to be any configurable behavior here. Alex On Fri, Jan 31, 2020 at 10:28 AM Mark Thomas wrote: > On 30/01/2020 21:38, Alex Pritchard wrote: > > Totally possible. I tried modifying \conf\context.xml, using both > > useRelative

Re: 7.0.59 to 7.0.99 upgrade, CVE-2015-5174 fix prevents us from accessing resources outside context

2020-01-30 Thread Alex Pritchard
Jan 30, 2020 at 3:07 PM Mark Thomas wrote: > On 30/01/2020 19:53, Alex Pritchard wrote: > > Thanks for the response! > > > > I think you're right about identifying the wrong cause. I searched my > > way through the apache versions and isolated 7.0.79 as being the f

Re: 7.0.59 to 7.0.99 upgrade, CVE-2015-5174 fix prevents us from accessing resources outside context

2020-01-30 Thread Alex Pritchard
ced in 7.0.67)? Mark On Thu, Jan 30, 2020 at 12:41 PM Alex Pritchard wrote: > Hi, > > Trying to drag a legacy app forward and running into a breaking change > based on the fact that we're using struts2 to serve some JSPs from a > directory outside our context root by ta

7.0.59 to 7.0.99 upgrade, CVE-2015-5174 fix prevents us from accessing resources outside context

2020-01-30 Thread Alex Pritchard
Hi, Trying to drag a legacy app forward and running into a breaking change based on the fact that we're using struts2 to serve some JSPs from a directory outside our context root by taking advantage of the now-patched directory traversal exploit. Essentially the action class is returning @Result(