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

feat: dispatch OPTIONS requests #10011

Merged
merged 13 commits into from
Nov 10, 2023
Merged

feat: dispatch OPTIONS requests #10011

merged 13 commits into from
Nov 10, 2023

Commits on Oct 23, 2023

  1. feat: dispatch OPTIONS requests

    Add micronaut.server.dispatch-options-requests configuration setting which by default is false
    sdelamo committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    4b2b779 View commit details
    Browse the repository at this point in the history
  2. OrderFilter after CorsFilter

    sdelamo committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    79ea596 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. add @SInCE javadoc

    sdelamo committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    417f651 View commit details
    Browse the repository at this point in the history
  2. annotate CorsUtil with @internal

    sdelamo committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    28b3300 View commit details
    Browse the repository at this point in the history
  3. use PREFIX constant

    sdelamo committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9ae496b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d05b56a View commit details
    Browse the repository at this point in the history
  5. check for Options RouteMatch

    sdelamo committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2f54ebe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58c2161 View commit details
    Browse the repository at this point in the history
  7. add docs

    sdelamo committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    644231e View commit details
    Browse the repository at this point in the history
  8. remove empty line

    sdelamo committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a694a5f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    86ba084 View commit details
    Browse the repository at this point in the history
  2. use 200 instead of 204

    sdelamo committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    c050642 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Update http-server/src/main/java/io/micronaut/http/server/HttpServerC…

    …onfiguration.java
    
    Co-authored-by: Jonas Konrad <[email protected]>
    sdelamo and yawkat authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    9136aac View commit details
    Browse the repository at this point in the history