Lars Olsson
Lars Olsson
When trying to use the ACL feature in Redis I'm unable to connect using the **dev** user below. The **admin** user works fine, and if I change the dev user...
If I use rack's env hash directly everything is ok: ``` ruby working_app = lambda do |env| router = HttpRouter.new router.add('/').to(:main) router.add('/foo').to(:foo) router.add('/foo/bar').to(:foobar) matching_routes = router.recognize(env) return Rack::Response.new('Not found', 400)...
### Expected behavior trim() function should not be called with null parameter. ### Actual behavior In src/DuplicatesIndex/DefaultMariaDbDuplicatesIndex.php, line 699 the trim() function gets called without ensuring that the value is...
Not sure whether this is a real bug or just me misunderstanding how to escape the strings correctly, but I got into trouble when running the following statement in a...