[MXS-4193] HTTPS requests don't include Path=/ in cookies Created: 2022-07-06 Updated: 2022-07-07 Resolved: 2022-07-07 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | REST-API |
| Affects Version/s: | 6.4.0 |
| Fix Version/s: | 6.4.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | markus makela | Assignee: | Duong Thien Ly |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If HTTPS is enabled for the REST API, the cookies end up not having the Path=/ option. Since this code is only used by the /auth endpoint, the path ends up being / regardless of it. |