1130
1131
# Put some common info in auth if the caller didn't
1131
1132
if auth.get('path', None) is None:
1138
1138
# FIXME: the auth handler should be selected at a single place instead
1139
1139
# of letting all handlers try to match all headers, but the current
1140
1140
# design doesn't allow a simple implementation.