- 20 Sep, 2016 5 commits
-
-
Andy Wilkinson authored
Closes gh-6944
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-6956
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-6956
-
- 19 Sep, 2016 35 commits
-
-
Andy Wilkinson authored
Closes gh-6951
-
Andy Wilkinson authored
Closes gh-6949
-
Andy Wilkinson authored
Closes gh-6948
-
Andy Wilkinson authored
Closes gh-6947
-
Andy Wilkinson authored
Closes gh-6946
-
Andy Wilkinson authored
Closes gh-6945
-
Andy Wilkinson authored
Closes gh-6944
-
Andy Wilkinson authored
Closes gh-6943
-
Andy Wilkinson authored
Closes gh-6942
-
Andy Wilkinson authored
Closes gh-6941
-
Andy Wilkinson authored
Closes gh-6940
-
Andy Wilkinson authored
Closes gh-6939
-
Andy Wilkinson authored
Closes gh-6938
-
Andy Wilkinson authored
Closes gh-6937
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-6936
-
Andy Wilkinson authored
Closes gh-6935
-
Andy Wilkinson authored
Closes gh-6934
-
Andy Wilkinson authored
Closes gh-6933
-
Andy Wilkinson authored
Closes gh-6932
-
Andy Wilkinson authored
Closes gh-6931
-
Andy Wilkinson authored
Closes gh-6930
-
Andy Wilkinson authored
Closes gh-6929
-
Andy Wilkinson authored
Closes gh-6561
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-6910
-
Andy Wilkinson authored
Closes gh-6810
-
Stephane Nicoll authored
-
Andy Wilkinson authored
Closes gh-6812
-
Andy Wilkinson authored
Previously, the servlet path was being applied twice. Once by the code that sets up the DefaultCurieProvider and once by the provider itself which uses ServletUriComponentBuilder's fromCurrentServletMapping() to build the application URI. This commit removes the duplicate logic when creating the DefaultCurieProvider. Closes gh-6585
-
Andy Wilkinson authored
-
Andy Wilkinson authored
This is an alternative to the fix made in 3b52909f which removed the chown call entirely. Prior to 3b52909f, the ownership of $PID_FOLDER was always changed even when its value was /var/run. This was problematic as it could prevent other services from creating their pid folder or file. When a sub-folder is used, changing its ownership so that it’s owned by the user that will run the app is desirable as it limits access to the folder. Rather than removing the chown call entirely, this commit ensures that it only happens when a sub-folder is being used to hold the pid file. Closes gh-6532
-
Stephane Nicoll authored
Closes gh-6923
-
Stephane Nicoll authored
Closes gh-6922
-
Phillip Webb authored
Fixes gh-6521
-