We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ecf2a commit 78c8c09Copy full SHA for 78c8c09
pkg/http/data.go
@@ -57,7 +57,7 @@ func NeedCheckPrefix(prefix string) bool {
57
58
func CheckPathOwner(r *http.Request, prefix string) (bool, error) {
59
klog.Infof("~~~~Temp log: URL = %s, prefix = %s", r.URL, prefix)
60
- if NeedCheckPrefix(prefix) {
+ if !NeedCheckPrefix(prefix) {
61
return true, nil
62
}
63
0 commit comments