-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support deployment behind nginx reverse proxy #42
Conversation
3f2d5bf
to
69ec46f
Compare
…44) - Move spring boot version from 2.7.10 to 2.7.18 - Remove jetty-utils dependency by importing what's necessary - Fix Jetty thread-pool idle timeout to be configurable - Update CHANGELOG file and aligned drop-in file with missing env vars - Fix caching of remote JWK sets - Increase voms-api-java dependency version to v3.3.3 - Add more source headers to retrieve remote ip address when http request one is empty - Fix IP logging issue STOR-1583
* HEAD and OPTIONS no more require storage.read * Any storage.xxx scope can be used to allow HEAD or OPTIONS calls * Introduced storage.stage as a superset of storage.read
@Override | ||
protected void doGet(HttpServletRequest request, HttpServletResponse response) | ||
throws ServletException, IOException { | ||
resourceService.doGet(request, response, pathResolver, serviceConfig); |
Check notice
Code scanning / SonarCloud
Exceptions should not be thrown from servlet methods Low
|
dd7ae26
to
9e14c80
Compare
No description provided.