-
Notifications
You must be signed in to change notification settings - Fork 916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Dashboards 2.9 is sending request with extra & for request #5187
Comments
seraphjiang
changed the title
[BUG] Dashboards 2.7 is sending request with extra & for request
[BUG] Dashboards 2.9 is sending request with extra & for request
Oct 3, 2023
Assigning to @ashwin-pc as he has some context. |
AMoo-Miki
added a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Oct 3, 2023
…avedObject API Fixes opensearch-project#5187 Signed-off-by: Miki <[email protected]>
8 tasks
AMoo-Miki
added a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Oct 3, 2023
…`SavedObject` API Fixes opensearch-project#5187 Signed-off-by: Miki <[email protected]>
AMoo-Miki
added a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Oct 4, 2023
…`SavedObject` API Fixes opensearch-project#5187 Signed-off-by: Miki <[email protected]>
AMoo-Miki
added a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Oct 4, 2023
…`SavedObject` API Fixes opensearch-project#5187 Signed-off-by: Miki <[email protected]>
AMoo-Miki
added a commit
that referenced
this issue
Oct 4, 2023
…`SavedObject` API (#5190) Fixes #5187 Signed-off-by: Miki <[email protected]>
opensearch-trigger-bot bot
pushed a commit
that referenced
this issue
Oct 4, 2023
…`SavedObject` API (#5190) Fixes #5187 Signed-off-by: Miki <[email protected]> (cherry picked from commit c27d2f5) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
opensearch-trigger-bot bot
pushed a commit
that referenced
this issue
Oct 4, 2023
…`SavedObject` API (#5190) Fixes #5187 Signed-off-by: Miki <[email protected]> (cherry picked from commit c27d2f5) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
AMoo-Miki
added a commit
that referenced
this issue
Oct 4, 2023
…`SavedObject` API (#5190) (#5192) Fixes #5187 Signed-off-by: Miki <[email protected]> (cherry picked from commit c27d2f5) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Miki <[email protected]>
willie-hung
pushed a commit
to willie-hung/OpenSearch-Dashboards
that referenced
this issue
Oct 5, 2023
…`SavedObject` API (opensearch-project#5190) Fixes opensearch-project#5187 Signed-off-by: Miki <[email protected]> Signed-off-by: Willie Hung <[email protected]>
SuZhou-Joe
pushed a commit
to SuZhou-Joe/OpenSearch-Dashboards
that referenced
this issue
Oct 7, 2023
…`SavedObject` API (opensearch-project#5190) Fixes opensearch-project#5187 Signed-off-by: Miki <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dashboards 2.9 is sending request with extra & for this request, e.g.
GET /_dashboards/api/saved_objects/_find?default_search_operator=AND&&has_reference=%7B%22type%22%3A%22visualization%22%2C%22id%22%3A%22334084f0-52fd-11e8-a160-89cc2ad9e8e2%22%7D&page=1&per_page=100
&&t
ype=augment-visthis will break functionality of downstream service rely on standard query string pattern, which single question mark is used as a separator
https://en.wikipedia.org/wiki/Query_string
The text was updated successfully, but these errors were encountered: