Skip to content

Commit 398c164

Browse files
committed
debugging SESSION !!!
1 parent 551bd4b commit 398c164

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internals/proxy/middlewares/template.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ func templatePath(reqUrl *url.URL, VARIABLES interface{}) (string, bool) {
159159
return reqUrl.Path, modified
160160
}
161161

162+
log.Debug("Path (before): ", reqUrl.Path)
163+
log.Debug("Path (now): ", reqPath)
164+
162165
if reqUrl.Path != reqPath {
163166
log.Debug("Applied Path Templating: ", reqPath)
164167

0 commit comments

Comments
 (0)