zopefoundation / Products.PluggableAuthService

Pluggable Zope authentication / authorization framework
Other
9 stars 18 forks source link

Keep existing response body during HTTPBasicAuthHelper.challenge(). #25

Closed icemac closed 5 years ago

icemac commented 5 years ago

This allows to set the response body via an exception view in Zope >= 4.0b6.

https://github.com/zopefoundation/Zope/pull/304 moved the call of the exception view before calling response._unauthorized().