You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #2048, the nextUrl validation logic was updated to account for serverBasePath. There was a miss in the logic that didn't take into account when the value for nextUrl was the basePath only. i.e. if basePath is /osd and nextUrl=%2Fosd the dashboards would give back an Invalid nextUrl parameter. error. The workaround is to add a trailing forward slash like nextUrl=%2Fosd%2F
What is the expected behavior?
If nextUrl is equal to the basePath then it should the nextUrl should be valid.
What is your host/environment?
OpenSearch 2.16.0
The text was updated successfully, but these errors were encountered:
cwperks
changed the title
[BUG] invalidNextUrl when nextUrl is only set to the basePath without trailing forward slash
[BUG] invalidNextUrl when the value for nextUrl is the basePath (without trailing forward slash)
Aug 21, 2024
What is the bug?
In #2048, the nextUrl validation logic was updated to account for serverBasePath. There was a miss in the logic that didn't take into account when the value for
nextUrl
was the basePath only. i.e. if basePath is/osd
andnextUrl=%2Fosd
the dashboards would give back anInvalid nextUrl parameter.
error. The workaround is to add a trailing forward slash likenextUrl=%2Fosd%2F
What is the expected behavior?
If nextUrl is equal to the basePath then it should the nextUrl should be valid.
What is your host/environment?
The text was updated successfully, but these errors were encountered: