Improved authentication, solving the following problems:
client is regularly logged out when crawling /logout link (for example in admin), making the rest of the crawl useless
no check whether login actually succeeds (#4)
misleading/incorrect help text for option (#3)
The patch logs in the user once, and remembers the user id. Before every new get, it checks whether it is still the same user which is logged in (logging in on every request would consume too much time)
Improved authentication, solving the following problems:
The patch logs in the user once, and remembers the user id. Before every new get, it checks whether it is still the same user which is logged in (logging in on every request would consume too much time)