We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58621d4 commit 41ecf2aCopy full SHA for 41ecf2a
pkg/http/data.go
@@ -56,6 +56,7 @@ func NeedCheckPrefix(prefix string) bool {
56
}
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) {
61
return true, nil
62
0 commit comments