• S
    Avoid stacktrace for invalid Origin header values · 9c66dfa7
    Sebastien Deleuze 提交于
    This commit adds support for origins with a trailing slash or a path,
    in order to avoid printing a stacktrace in the logs when
    WebUtils#isSameOrigin(HttpRequest) parses such invalid Origin header
    value.
    
    Issue: SPR-13478
    9c66dfa7
WebUtilsTests.java 7.2 KB