Custom Query (2152 matches)
Results (487 - 489 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1330 | invalid | Deprecate / Remove test_authz.py | rgrp | |
Description |
test_authz.py appears to test in great detail some very specific additional authz (related to total site lock-down it seems -- introduced I think for hri project). I think there are simpler ways to get total site lockdown (use external auth!) and this test is slow and delicate (e.g. depends on specific words in templates). Suggest removing. If we don't remove we should at least refactor tests for access to certain pages to use a proper method of testing (e.g. agreed html comments in each page) rather than being depending on the presence of absence of specific wording. |
|||
#1419 | invalid | Can't log in via OpenID | dread | |
Description |
I couldn't log into theDataHub with OpenID today. I tried both Google ID and MyOpenID. Both times the login on the remote auth server went fine, but when it returns you to theDataHub you get error "Login failed. Bad username or password." |
|||
#1426 | invalid | Validation errors cause 409 not 400 response | dread | dread |
Description |
Validation error is incorrect arguments, so should be a "400 Bad Request" response. "409 Conflict" is for when there is a conflict creating two resources with the same identifier. Yet we get 409 for all validation errors. |