mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #172] Basic auth on Python 3 #160
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#160
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jhass on GitHub (Sep 29, 2014).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/172
Originally assigned to: @ThomasWaldmann on GitHub.
Getting the following exception here:
Just removing the offending line seems to work here, not sure how well it would play on other setups.
@ThomasWaldmann commented on GitHub (Sep 29, 2014):
seems like the tests were a bit backwards as they gave a bytes object as auth, thus the decode() worked for the tests, but not in reality on python3...
I changed tests a little so they generate same auth object type as the web server and added some asserts and docs.
Can you please test in practice on a python3-based nsupdate.info deployment?
BTW, it would be great if somebody would continuously run a py3 based install in practice (I run it on 2.7).
@ThomasWaldmann commented on GitHub (Sep 29, 2014):
fixed by
8d50874e3a@jhass commented on GitHub (Sep 29, 2014):
I think I'll run one for a while though only for myself, so probably not hitting all functionality all the time, though I should be able to report such bugs in core functionality ;)