micromata / dave

A totally simple and very easy to configure stand alone webdav server
Apache License 2.0
350 stars 46 forks source link

Both security.handle() and security.authenticate() calls AuthenticationNeeded(), is that intentional? #49

Open divinity76 opened 1 year ago

divinity76 commented 1 year ago

first security.handle() calls AuthenticationNeeded() directly, after that, security.handle() calls security.authenticate() , and security.authenticate() also calls AuthenticationNeeded() , that seems superfluous,

is it intentional?