This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow non-secure contexts (configurable)
Sometimes it is necessary to allow authentication (even basic auth) over an open insecure line: - Test environments (in the IDE) - Behind reverse Proxies where SSL handling is done by the proxy This change allows to use the authenticator filter even if the servlet request says it's not secure. BTW: A missing return statement is added.
- Loading branch information