Peter Boughton
Peter Boughton
Try either `.*/admin` or `.*[\\/]admin[\\/].*`
Well the simple solution is to have the code on the server itself. It'll run faster there too. (Unless you have gigabit networking and slow hard drives or something.) Or...
Not a big one - this isn't a simple thing to add. The current scanner relies on two things that script queries can't guarantee: - Only needs to look for...
This is correct behaviour - the scanner searches for any hash expressions - it doesn't (cannot) know whether `schema`/etc is a client-supplied variable that might contain an injection attack. Possibly...
Not clear on the issue here - I haven't used Jenkins, so it all makes less sense than it might otherwise. Is it basically asking for a more integrated way...
Yep, starting to make sense now. What's the difference between a "warning" and a "violation" - the jslint thing seems to be the latter, but I don't see why there's...
Has any effort been made towards implementing an initial mana pool yet? I wouldn't mind giving it a go, assuming it's not already in progress or reserved by anyone.
My use case is attempting to serve static files whilst proxying all other requests (for a single context) to another server. The aim is to use TryFilesFilter to serve static...
I've been experimenting with using BalancerServlet with a single member as a workaround, and found a minor bug. If there are no members defined it gives a divide by zero...
I tried following these instructions, but both `e60e09` and `devel` were erroring on CMakeLists.txt:19 (The master branch appears to build ok, but doesn't produce an `ik.so` file.) I eventually noticed...