1. 21 6月, 2019 5 次提交
    • A
      Move RouterFunction WebHandler to inner class · edd86e5d
      Arjen Poutsma 提交于
      edd86e5d
    • R
      Polish · 7f1d5d79
      Rossen Stoyanchev 提交于
      7f1d5d79
    • R
      Package refactoring in rsocket support · c6a2c894
      Rossen Stoyanchev 提交于
      Create annotation.support sub-package and move handler code there. This
      prepares for a future, functional handler (responder) variant and is
      consistent with the package structure under simp.
      c6a2c894
    • B
      PathPattern does not use custom separator · cc05608a
      Brian Clozel 提交于
      Prior to this commit, `PathPattern::extractPathWithinMapping`
      would always use the default path pattern separator `/` when extracting
      the path within the pattern of a matched route.
      
      This commit ensures that `PathPattern` uses the configured separator
      when extracting the path within the matched mapping.
      
      Fixes gh-23168
      cc05608a
    • B
      PathPatternRouteMatcher should use custom separator · 5787fc16
      Brian Clozel 提交于
      Prior to this commit, the `PathPatternRouteMatcher` would always use the
      default path pattern separator when parsing incoming route strings to
      `RouteMatcher.Route` instances.
      When the `PathPatternRouteMatcher` is configured with a
      `PathPatternParser` that has a custom separator (e.g., `.`), then the
      matching algorithm can't match routes against parsed patterns.
      
      This commit ensures that the route matcher uses the configured separator
      at all times.
      
      Fixes gh-23167
      5787fc16
  2. 20 6月, 2019 14 次提交
  3. 19 6月, 2019 3 次提交
  4. 18 6月, 2019 10 次提交
  5. 17 6月, 2019 3 次提交
  6. 14 6月, 2019 5 次提交