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

Commits on Jun 30, 2022

  1. WICKET-6993 - Add test to confirm the bug

    Peter Lamby committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    29bd089 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. WICKET-6993 - Add new escape methods

    We prepare the refactor of the resource encoding by
    adding new methods for encoding and decoding the parts
    of an resource
    Peter Lamby committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    0246fa0 View commit details
    Browse the repository at this point in the history
  2. WICKET-6993 - Use new encoding mechanism

    We can now use the encoding mechanism introduced in the previous commit
    to simplify the encoding and decoding of the entire resource attributes.
    Peter Lamby committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    5e68af1 View commit details
    Browse the repository at this point in the history
  3. WICKET-6993 - Remove outdated test

    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.
    Peter Lamby committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    af1c7ee View commit details
    Browse the repository at this point in the history
  4. WICKET-6993 - Get rid of unused old escape methods

    These are not used in the code anymore
    Peter Lamby committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    bbcacd8 View commit details
    Browse the repository at this point in the history
  5. WICKET-6993 - Adjust test cases for new format

    Peter Lamby committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    8537a97 View commit details
    Browse the repository at this point in the history
  6. WICKET-6993 - Use buffer to avoid temporary strings

    Peter Lamby committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    f1b5bb2 View commit details
    Browse the repository at this point in the history