Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
  • Sign in / Register
S
spring-boot
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • DEMO
  • spring-boot
  • Repository

Switch branch/tag
  • spring-boot
  • ..
  • actuator
  • customsecurity
History Find file
  • Source code
  • Download zip
  • Download tar.gz
  • Download tar.bz2
  • Download tar
  • Madhura Bhave's avatar
    EndpointRequest should match @ServletEndpoint · 674f2f5a
    Madhura Bhave authored Aug 21, 2019
    This commit also changes the request matcher for MVC
    endpoints to use an AntPathRequestMatcher instead of an
    MvcRequestMatcher. The endpoint is always available
    under the mapped endpoint path and this way the same matcher
    can be used for both MVC and Jersey.
    
    Fixes gh-17912
    Co-authored-by: 's avatarPhillip Webb <pwebb@pivotal.io>
    674f2f5a
Name
Last commit
Last update
..
AbstractSampleActuatorCustomSecurityTests.java Loading commit data...
CorsSampleActuatorApplicationTests.java Loading commit data...
CustomServletPathSampleActuatorTests.java Loading commit data...
ManagementPortAndPathSampleActuatorApplicationTests.java Loading commit data...
ManagementPortCustomServletPathSampleActuatorTests.java Loading commit data...
SampleActuatorCustomSecurityApplicationTests.java Loading commit data...