修复访问控制后缓存Key包含认证参数的问题

This commit is contained in:
刘祥超
2022-08-30 12:04:01 +08:00
parent b5f52dd136
commit 52fdee2eeb

View File

@@ -1172,7 +1172,7 @@ func (this *HTTPRequest) requestRemoteUser() string {
// Path 请求的URL中路径部分
func (this *HTTPRequest) Path() string {
uri, err := url.ParseRequestURI(this.rawURI)
uri, err := url.ParseRequestURI(this.uri)
if err != nil {
return ""
}