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

WICKET-6993 - Resource Variations containing a single character are not correctly decoded #529

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

Serranya
Copy link
Contributor

@Serranya Serranya commented Jun 30, 2022

This PR implements a new Resource attribute encoding scheme inspired by the string encoding of the bencode format.

@Serranya Serranya force-pushed the master branch 3 times, most recently from a82f546 to 7bd0b63 Compare June 30, 2022 14:47
@Serranya
Copy link
Contributor Author

Ready to review :)

Peter Lamby added 6 commits July 4, 2022 08:44
We prepare the refactor of the resource encoding by
adding new methods for encoding and decoding the parts
of an resource
We can now use the encoding mechanism introduced in the previous commit
to simplify the encoding and decoding of the entire resource attributes.
This test is the only usage in the code of the old
escape methods. We remove it in preparation for the next
commit which removes the old escape methods entirely.
These are not used in the code anymore
@Serranya
Copy link
Contributor Author

Hello, could I get any feedback regarding this PR?

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.

1 participant