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

Fixed JmacHttpsTest - certificate authentication #24877

Merged
merged 4 commits into from
Mar 28, 2024

Commits on Mar 27, 2024

  1. Fixed JmacHttpsTest - created DescriptorPrincipalName with more toler…

    …ant equals
    
    - Note that the equals method is not symmetric here
    - Exousia uses Set.contains -> equals to check the authorization.
    
    Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
    dmatej committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6e6e017 View commit details
    Browse the repository at this point in the history
  2. Cleanups in logs and javadocs around realms

    Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
    dmatej committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c52f3a5 View commit details
    Browse the repository at this point in the history
  3. More reliable file removal in tests

    - throws an exception if it was not possible to delete some files.
    
    Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
    dmatej committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    20bf90b View commit details
    Browse the repository at this point in the history
  4. Using unique module names to avoid jar file caching

    - The file is owned by the domain, not by the application and not by the test.
    - The server will notice that the file vanished at some point in time, but we
      cannot rely on that.
    - Another reliable solution is to stop-domain - delete lib file - start-domain
    - Also it is a bad practice to use the same library name for different
      contents.
    
    Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
    dmatej committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    731d6a4 View commit details
    Browse the repository at this point in the history