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

Cors domain filter #715

Merged
merged 8 commits into from
Apr 26, 2019
Merged

Cors domain filter #715

merged 8 commits into from
Apr 26, 2019

Commits on Apr 25, 2019

  1. Use prematching for logging filter only. Limit domain

    response filtering only to 3rd party server only.
    melowe committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    d2c3cb4 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	jaxrs-service/src/main/java/com/quorum/tessera/api/filter/LoggingFilter.java
    melowe committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    d46eb59 View commit details
    Browse the repository at this point in the history
  3. Move commonly used filters into server module and create when setting up

    jersey. Add CORS filter but still pending confirmation on matching 
    logic.
    melowe committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    2da8595 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5341f42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f008c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Added matching logic in origin match.

    - match wildcards
    - match exact matches. 
    
    Add defaults for additional cors configs and pass through to headers.
    melowe committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    778a498 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bf3114 View commit details
    Browse the repository at this point in the history
  3. Switch cases around

    melowe committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    b949155 View commit details
    Browse the repository at this point in the history