-
Notifications
You must be signed in to change notification settings - Fork 475
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
Issue 2177 - Fix skip token encoding #2197
Issue 2177 - Fix skip token encoding #2197
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rather than pass in a boolean for whether or not to encode, which is going to be hard for the service to decide, can we just add logic to DefaultSkipTokenHandler to encode any date, string, or other values that may have suspect characters?
I am not sure I understand you. I am not passing a boolean and the encoding is not conditional. #Resolved |
Sorry; added my comment to the wrong PR. This one looks fine. In reply to: 650314297 [](ancestors = 650314297) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issues
This pull request fixes issue #2177
Description
With the changes in this PR we now encode all values that are put in the generated skiptoken.
Checklist (Uncheck if it is not completed)