• A
    Store PathPattern instead of String in attributes · d303c8a2
    Arjen Poutsma 提交于
    This commit changes the attributes stored under
    RouterFunctions.MATCHING_PATTERN_ATTRIBUTE and
    HandlerMapping.BEST_MATCHING_PATTERN_ATTRIBUTE from a String to a
    PathPattern, similar to what annotated controllers set.
    
    Issue: SPR-17395
    d303c8a2
RequestPredicates.java 26.2 KB