Skip to content
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

fix bookmarking bug #2297: don't break all bookmarking system if some URL params don't parse correctly #3385

Merged
merged 2 commits into from
Jun 10, 2022

Conversation

daattali
Copy link
Contributor

@daattali daattali commented May 7, 2021

No description provided.

@daattali
Copy link
Contributor Author

daattali commented May 7, 2021

Another attepmt to fix this issue, after #2770 was unsuccessful

@daattali
Copy link
Contributor Author

daattali commented May 7, 2021

As a refresher: URL query params not parsing "correctly" can happen for a variety of reasons that don't mean something went wrong. For example, when sharing a link on facebook, facebook adds a query param that does not have quotes around it, so the json parser fails on it

@schloerke schloerke requested a review from wch June 9, 2022 20:46
@wch wch merged commit b6979d1 into rstudio:main Jun 10, 2022
cpsievert added a commit that referenced this pull request Jun 14, 2022
…lect some parameters can now succeed when others fail
cpsievert added a commit that referenced this pull request Jun 14, 2022
…lect some parameters can now succeed when others fail (#3652)
schloerke added a commit that referenced this pull request Jun 26, 2022
* main:
  Update the `_inputs_` and `_values_` regular expr to support a trailing `=` (#3648)
  Enable `fileInput` to set the `capture` attribute (#3481)
  Update NEWS
  fix bookmarking bug #2297: don't break all bookmarking system if some URL params don't parse correctly (#3385)
  Update NEWS
  Corrected for stricter length checking in R 4.2.0 (#3625)
  Make mathjax configurable (#3650)
  Fixed automatic guessing of Content-Type in downloadHandler (#3393)
  Spelling `defintion` -> `definition` (#3649)
schloerke added a commit that referenced this pull request Jun 26, 2022
* main:
  Follow up to #3385: warn instead of message; update unit tests to reflect some parameters can now succeed when others fail (#3652)
  Fix/update news (#3651)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants