Re: Consecutive double slashes in URLs

2017-10-18 Thread Maor Shiffman
On Wed, Oct 18, 2017 at 11:58 PM, Mark Thomas wrote: > On 18/10/17 21:49, Maor Shiffman wrote: > > > Hi, > > > > ​Attached are two war files that demonstrate the issue - ROOT.war and > > context2.war. > > There are two contexts - ROOT, that uses a url rewrite filter (tuckey)​ > > to forward all r

Re: Consecutive double slashes in URLs

2017-10-18 Thread Mark Thomas
On 18/10/17 21:49, Maor Shiffman wrote: > Hi, > > ​Attached are two war files that demonstrate the issue - ROOT.war and > context2.war. > There are two contexts - ROOT, that uses a url rewrite filter (tuckey)​ > to forward all requests to the second context - context2 (which also > uses a rewrite

Re: Consecutive double slashes in URLs

2017-10-18 Thread Maor Shiffman
On Tue, Oct 17, 2017 at 10:11 PM, Mark Thomas wrote: > On 17/10/17 15:32, Maor Shiffman wrote: > > > ​No, we are using Apache web server in our production environment, but > this > > issue also reproduces in our dev environment which doesn't use a web > server. > > I have further isolated the iss

Re: classloader issue with bouncycastle

2017-10-18 Thread Chris Cheshire
On Wed, Oct 18, 2017 at 11:31 AM, Konstantin Kolinko wrote: > 2017-10-18 17:56 GMT+03:00 Chris Cheshire : >> Using bouncy castle v1.58, Tomcat 8.5, java 1.8. >> >> I have the unlimited security policy files installed, the BC jars in >> my WEB-INF/lib directory and in order to register the BC provi

Re: classloader issue with bouncycastle

2017-10-18 Thread Konstantin Kolinko
2017-10-18 17:56 GMT+03:00 Chris Cheshire : > Using bouncy castle v1.58, Tomcat 8.5, java 1.8. > > I have the unlimited security policy files installed, the BC jars in > my WEB-INF/lib directory and in order to register the BC provider, I > do > > static { > Security.addProvider(new BouncyCastl

classloader issue with bouncycastle

2017-10-18 Thread Chris Cheshire
Using bouncy castle v1.58, Tomcat 8.5, java 1.8. I have the unlimited security policy files installed, the BC jars in my WEB-INF/lib directory and in order to register the BC provider, I do static { Security.addProvider(new BouncyCastleProvider()); } in a utility class that handles the keyri