Fotios Lindiakos
Fotios Lindiakos
This should test the PR appropriately (it fails before the PR and passes afterwards). ```javascript describe('test req.headers', function() { var app, output; beforeEach(function() { app = express(); output = st();...
This brings up another question/problem (potentially outside the scope of this PR). After this PR, it appears as thought the `req-headers` object is empty (unless there is something I'm missing)....
Yea, that sounds like a good plan. I think I was most confused by the docs here: https://github.com/ForbesLindesay/connect-roles#rolesusefnreq-action It says that if it returns `null` then it would fall through...
This appears to be a regression in 2.0.2. We hit the same issue and downgraded to 2.0.0 and it works just fine. It's as easy as downloading the jar from...
Bump. I just merged some new test fixes from upstream. The previous postgres failure seemed unrelated to the PR changes; hopefully this run will be :green_circle: