Commit 3ca2d61
committed
Fix after-POST handling of resource URL
HAL.normalizeUrl() in the response-headers-template is trying to normalize a URL after encoding it. This behavior causes forward slashes to get encoded into HTTP entities that URI.js can't read. This aptch removes the _.escape() wrapper around "value" and restores functionality.1 parent 9f96c74 commit 3ca2d61
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments