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
JIRA: https://jira.spring.io/browse/INT-3526
Previously, the URI in the exception message is the raw
URI with placeholders, if present.
Use the expanded URI in the message instead.
Copy file name to clipboardExpand all lines: spring-integration-http/src/main/java/org/springframework/integration/http/outbound/HttpRequestExecutingMessageHandler.java
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -397,6 +397,7 @@ public String convert(Object source) {
Copy file name to clipboardExpand all lines: spring-integration-http/src/test/java/org/springframework/integration/http/outbound/UriVariableExpressionTests.java
0 commit comments