-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add SciTags support #43
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
d5be1d5
to
70bbbd2
Compare
@Override | ||
protected void doGet(HttpServletRequest request, HttpServletResponse response) | ||
throws ServletException, IOException { | ||
resourceService.doGet(request, response); |
Check notice
Code scanning / SonarCloud
Exceptions should not be thrown from servlet methods Low
9f44499
to
5300642
Compare
c6f951e
to
370b443
Compare
09b7dfd
to
1b47d77
Compare
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
dd7ae26
to
9e14c80
Compare
No description provided.