Skip to content
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

Closed
wants to merge 5 commits into from
Closed

Add SciTags support #43

wants to merge 5 commits into from

Conversation

expuss2000
Copy link

No description provided.

…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
Base automatically changed from fix-tp to v1.4.3 October 2, 2024 10:21
* 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);

Check notice

Code scanning / SonarCloud

Exceptions should not be thrown from servlet methods Low

Handle the following exceptions that could be thrown by "doGet": ServletException, IOException. See more on SonarCloud
@expuss2000 expuss2000 force-pushed the scitags branch 13 times, most recently from 9f44499 to 5300642 Compare October 9, 2024 08:06
@expuss2000 expuss2000 marked this pull request as ready for review October 9, 2024 08:07
@expuss2000 expuss2000 force-pushed the scitags branch 3 times, most recently from c6f951e to 370b443 Compare October 9, 2024 10:46
@expuss2000 expuss2000 force-pushed the scitags branch 18 times, most recently from 09b7dfd to 1b47d77 Compare October 16, 2024 09:57
@expuss2000 expuss2000 changed the title Add SciTags support in HTTP-TPC Add SciTags support Oct 16, 2024
Copy link

sonarcloud bot commented Oct 17, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
74.7% Coverage on New Code (required ≥ 80%)
B Security Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants