You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
I discovered while developing DHF deployments that there is a small bug in
ProtectedPathManager
QueryRolesetsManager
The unit tests were actually failing on a recent b9 build, so perhaps the bug is not exposed in current releases. In any event, I've got a patch, and soon a PR, that fixes the issue by overriding useSecurityConfig() in each of these two classes. I think that's the right thing to do, and the tests now pass.
The text was updated successfully, but these errors were encountered:
I discovered while developing DHF deployments that there is a small bug in
ProtectedPathManager
QueryRolesetsManager
The unit tests were actually failing on a recent b9 build, so perhaps the bug is not exposed in current releases. In any event, I've got a patch, and soon a PR, that fixes the issue by overriding useSecurityConfig() in each of these two classes. I think that's the right thing to do, and the tests now pass.
The text was updated successfully, but these errors were encountered: