Requests under path on domain's server will NOT require
authentication.
This is not simply an undo-er for soup.auth_domain.AuthDomain.addPath; it
can be used to "carve out" a subtree that does not require
authentication inside a hierarchy that does. Note also that unlike
with soup.auth_domain.AuthDomain.addPath, this cannot be overridden by
adding a filter, as filters can only bypass authentication that
would otherwise be required, not require it where it would
otherwise be unnecessary.
Removes path from domain.
Requests under path on domain's server will NOT require authentication.
This is not simply an undo-er for soup.auth_domain.AuthDomain.addPath; it can be used to "carve out" a subtree that does not require authentication inside a hierarchy that does. Note also that unlike with soup.auth_domain.AuthDomain.addPath, this cannot be overridden by adding a filter, as filters can only bypass authentication that would otherwise be required, not require it where it would otherwise be unnecessary.