You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: module/spring-boot-security/src/main/java/org/springframework/boot/security/autoconfigure/actuate/web/reactive/EndpointRequest.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -325,6 +325,8 @@ public EndpointServerWebExchangeMatcher excludingLinks() {
325
325
326
326
/**
327
327
* Restricts the matcher to only consider requests with a particular http method.
328
+
* <p>
329
+
* The links endpoint, if included, is always matched using {@code GET}.
328
330
* @param httpMethod the http method to include
329
331
* @return a copy of the matcher further restricted to only match requests with
Copy file name to clipboardExpand all lines: module/spring-boot-security/src/main/java/org/springframework/boot/security/autoconfigure/actuate/web/servlet/EndpointRequest.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -226,9 +226,9 @@ protected final List<RequestMatcher> getDelegateMatchers(RequestMatcherFactory r
Copy file name to clipboardExpand all lines: module/spring-boot-security/src/test/java/org/springframework/boot/security/autoconfigure/actuate/web/reactive/EndpointRequestTests.java
Copy file name to clipboardExpand all lines: module/spring-boot-security/src/test/java/org/springframework/boot/security/autoconfigure/actuate/web/servlet/EndpointRequestTests.java
0 commit comments