-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: spring-projects/spring-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.26.RELEASE
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: spring-projects/spring-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.27.RELEASE
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 38 files changed
- 4 contributors
Commits on Jan 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4443381 - Browse repository at this point
Copy the full SHA 4443381View commit details
Commits on Jan 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 032100c - Browse repository at this point
Copy the full SHA 032100cView commit details
Commits on Jan 17, 2020
-
Due to an upgrade of the Artifactory publication plugin on the CI server, we need to upgrade the build for 4.3.x to Gradle 4.x. Closes gh-24392
Configuration menu - View commit details
-
Copy full SHA for 2dcce8c - Browse repository at this point
Copy the full SHA 2dcce8cView commit details
Commits on Feb 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ef1be17 - Browse repository at this point
Copy the full SHA ef1be17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 322d7be - Browse repository at this point
Copy the full SHA 322d7beView commit details
Commits on Mar 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6e579b0 - Browse repository at this point
Copy the full SHA 6e579b0View commit details
Commits on Mar 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 01ec5d8 - Browse repository at this point
Copy the full SHA 01ec5d8View commit details
Commits on Apr 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for eb81337 - Browse repository at this point
Copy the full SHA eb81337View commit details -
Configuration menu - View commit details
-
Copy full SHA for f929109 - Browse repository at this point
Copy the full SHA f929109View commit details
Commits on Apr 17, 2020
-
Retain brackets for IPV6 address in MockHttpServletRequest
According to the Javadoc for ServletRequest's getServerName() method, when the `Host` header is set, the server name is "the value of the part before ':' in the Host header value ...". For a value representing an IPV6 address such as `[::ffff:abcd:abcd]`, the enclosing square brackets should therefore not be stripped from the enclosed IPV6 address. However, the changes made in conjunction with gh-16704 introduced a regression in Spring Framework 4.1 for the getServerName() method in MockHttpServletRequest by stripping the enclosing brackets from the IPV6 address in the `Host` header. Similarly, the changes made in conjunction with gh-20686 introduced a regression in Spring Framework 4.3.13 and 5.0.2 in the getRequestURL() method in MockHttpServletRequest by delegating to the getServerName() method which strips the enclosing brackets. This commit fixes the implementation of getServerName() so that the enclosing brackets are no longer stripped from an IPV6 address in the `Host` header. The implementation of getRequestURL() is therefore also fixed. In addition, in order to avoid a NullPointerException, the implementations of getServerName() and getServerPort() now assert that an IPV6 address present in the `Host` header correctly contains an opening and closing bracket and throw an IllegalStateException if that is not the case. Closes gh-24916
Configuration menu - View commit details
-
Copy full SHA for f60bb82 - Browse repository at this point
Copy the full SHA f60bb82View commit details
Commits on Apr 21, 2020
-
Escape quoted filename in HttpHeaders
This is primarily to align with similar changes applied to ContentDisposition in 5.x. Closes gh-24580
Configuration menu - View commit details
-
Copy full SHA for 85c5a0c - Browse repository at this point
Copy the full SHA 85c5a0cView commit details
Commits on Apr 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6893207 - Browse repository at this point
Copy the full SHA 6893207View commit details
Commits on Apr 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 82a5f5c - Browse repository at this point
Copy the full SHA 82a5f5cView commit details
There are no files selected for viewing