类 DefaultCorsProcessor

  • 所有已实现的接口:
    CorsProcessor

    public class DefaultCorsProcessor
    extends Object
    implements CorsProcessor
    The default implementation of CorsProcessor, as defined by the CORS W3C recommendation.

    Note that when input CorsConfiguration is null, this implementation does not reject simple or actual requests outright but simply avoid adding CORS headers to the response. CORS processing is also skipped if the response already contains CORS headers, or if the request is detected as a same-origin one.

    从以下版本开始:
    4.2
    作者:
    Sebastien Deleuze, Rossen Stoyanchev