Skip to content

Switch to PercentEscaper #490

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

Merged
merged 2 commits into from
Jun 13, 2023

Conversation

dr0i
Copy link
Member

@dr0i dr0i commented Jun 12, 2023

This enables both:
whitespace converted to a plus sign "+" (which is the default to be backwards compatible) and whitespace escaped as percent "%20".

  • introduce test
  • add guava dependency (uses the same version as metafacture-fix)

This shall be the base to solve metafacture-fix#273 . See the discussion at the corresponding PR metafacture/metafacture-fix#285 .

@dr0i dr0i force-pushed the metafacture-fix-273-addPercentEncodeToUrlEncode branch from 8d82530 to 2292f6c Compare June 12, 2023 14:02
@dr0i dr0i requested review from blackwinter and removed request for blackwinter June 12, 2023 14:04
This enables both:
whitespace converted to a plus sign "+" (which is the default to be backwards
compatible) and whitespace escaped as percent "%20".

- add guava dependency (uses the same version as metafacture-fix)
- introduce test
- add to schemata
@dr0i dr0i force-pushed the metafacture-fix-273-addPercentEncodeToUrlEncode branch from 2292f6c to c093da1 Compare June 13, 2023 07:53
@dr0i dr0i requested a review from blackwinter June 13, 2023 08:12
@dr0i dr0i self-assigned this Jun 13, 2023
Copy link
Member

@blackwinter blackwinter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not entirely sure if you want me to review just now, because it's still a draft PR. But it's also in review status on the board, so here you go.

@dr0i dr0i marked this pull request as ready for review June 13, 2023 08:43
@dr0i dr0i requested a review from blackwinter June 13, 2023 08:44
dr0i added a commit that referenced this pull request Jun 13, 2023
@dr0i dr0i merged commit 9cf783f into master Jun 13, 2023
@dr0i dr0i deleted the metafacture-fix-273-addPercentEncodeToUrlEncode branch June 13, 2023 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants