Skip to content

CORS configuration setup mismatch #25

Description

@devcavin
  • The previous config was creating the corsConfigurationSource() bean, but also trying to set it in the cors() configuration.
  • This resulted in calling corsConfigurationSource() as a method on the it object, but it needed to either:
    • Use the bean directly, or
    • Configure CORS inline without a separate bean

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions