- 04 Apr, 2017 3 commits
-
-
Andy Wilkinson authored
Previously, WelcomePageHandlerMapping would forward to index.html. This assumed that the static path pattern was always /**. If it had been customised to, for example, /foo/**, then the forward would still be to index.html and a 404 would result as the page is actually available at /foo/index.html. At first glance, it would appear that the forward should be made to foo/index.html. However, as it's a forward rather than a redirect, any relative URLs in the index.html page would then be resolved using / whereas they should be resolved using /foo/. This could be addressed by using a redirect rather than a forward, but we don't want to do that as it's more invasive and would require a roundtrip back to the client. Instead, this commit simply stops performing the forward when the static path pattern is not /**. Closes gh-8788
-
Andy Wilkinson authored
Closes gh-8294
-
Andy Wilkinson authored
Closes gh-8497
-
- 28 Mar, 2017 5 commits
-
-
Andy Wilkinson authored
Closes gh-8767
-
Stephane Nicoll authored
* pr/8660: Fix test assertions
-
dreis authored
Closes gh-8660
-
Stephane Nicoll authored
* pr/8678: Fix propdeps-plugin url in doc
-
Dániel Zelei authored
Closes gh-8678
-
- 26 Mar, 2017 2 commits
-
-
Stephane Nicoll authored
* pr/8718: Fix typo
-
Kyle Anderson authored
Closes gh-8718
-
- 24 Mar, 2017 17 commits
-
-
Andy Wilkinson authored
Closes gh-8734
-
Andy Wilkinson authored
Closes gh-8733
-
Andy Wilkinson authored
Closes gh-8732
-
Andy Wilkinson authored
Closes gh-8731
-
Andy Wilkinson authored
Closes gh-8730
-
Andy Wilkinson authored
Closes gh-8729
-
Andy Wilkinson authored
Closes gh-8728
-
Andy Wilkinson authored
Closes gh-8727
-
Andy Wilkinson authored
Closes gh-8726
-
Andy Wilkinson authored
Closes gh-8725
-
Andy Wilkinson authored
Closes gh-8724
-
Andy Wilkinson authored
Closes gh-8723
-
Andy Wilkinson authored
Closes gh-8722
-
Andy Wilkinson authored
Closes gh-8721
-
Andy Wilkinson authored
Closes gh-8720
-
Andy Wilkinson authored
See gh-8713
-
Andy Wilkinson authored
Closes gh-7949 See gh-8712
-
- 17 Mar, 2017 3 commits
-
-
Stephane Nicoll authored
* pr/8594: Polish contribution Fix invalid security example in doc
-
Stephane Nicoll authored
Closes gh-8594
-
lexandro authored
Closes gh-8580
-
- 16 Mar, 2017 1 commit
-
-
Stephane Nicoll authored
Closes gh-8620
-
- 15 Mar, 2017 4 commits
-
-
Stephane Nicoll authored
* pr/8582: Improve `RedisSessionConfiguration` conditions
-
Vedran Pavic authored
Closes gh-8582
-
Stephane Nicoll authored
Closes gh-8598
-
Stephane Nicoll authored
See gh-8621
-
- 14 Mar, 2017 1 commit
-
-
Madhura Bhave authored
Fixes gh-8602
-
- 13 Mar, 2017 1 commit
-
-
Andy Wilkinson authored
-
- 12 Mar, 2017 1 commit
-
-
Stephane Nicoll authored
Closes gh-8574
-
- 10 Mar, 2017 2 commits
-
-
Stephane Nicoll authored
* pr/8562: Add missing spring-data-cassandra metadata
-
Eddú Meléndez authored
This commit adds the missing `spring.data.cassandra.repositories.enabled` in the metadata and the documentation. Closes gh-8562
-