| @@ -28,7 +28,9 @@ func (h authHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) { | |||||||
| 	// Determine the namespace | 	// Determine the namespace | ||||||
| 	namespace, err := namespaceFromRequest(req) | 	namespace, err := namespaceFromRequest(req) | ||||||
| 	if err != nil { | 	if err != nil { | ||||||
| 		w.WriteHeader(http.StatusInternalServerError) | 		logger.Error(err) | ||||||
|  | 		// w.WriteHeader(http.StatusInternalServerError) | ||||||
|  | 		namespace = auth.DefaultNamespace | ||||||
| 		return | 		return | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user