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

Pass the Server Address, Server Port, and UserProperties to Session. #776

Merged
merged 6 commits into from
Mar 10, 2022

Commits on Mar 4, 2022

  1. Pass the Server Address, Server Port, and UserProperties to Session.

    Update Session#getRequestURI to contain protocol, hostname, and port
    Update Session#getUserProperties to contain ServerEndpointConfig#getUserProperties
    Make ServerEndpointConfig#getUserProperties possibly copied not to modify the properties between two modifyHandshakes
    
    Signed-off-by: jansupol <[email protected]>
    jansupol committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    1c57e1d View commit details
    Browse the repository at this point in the history
  2. Use a wrapper by default, a Javassist proxy optionally to ensure getU…

    …serProperties is a copy
    
    Signed-off-by: jansupol <[email protected]>
    jansupol committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    8674aae View commit details
    Browse the repository at this point in the history
  3. Add javassist dependency for bundle

    Signed-off-by: jansupol <[email protected]>
    jansupol committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    e6eddc5 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. removed serverproperties and javassist

    Signed-off-by: jansupol <[email protected]>
    jansupol committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    9e4dc86 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Add a test to verify the concurent running of modigyHandshake will se…

    …t proper properties
    
    Signed-off-by: jansupol <[email protected]>
    jansupol committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    e549cf5 View commit details
    Browse the repository at this point in the history
  2. Checkstyle fix

    Signed-off-by: jansupol <[email protected]>
    jansupol committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    3946707 View commit details
    Browse the repository at this point in the history