Add requestHeaderBlacklist and requestHeaderWhitelist#81
Merged
tdipisa merged 2 commits intogeosolutions-it:masterfrom Mar 30, 2026
Merged
Add requestHeaderBlacklist and requestHeaderWhitelist#81tdipisa merged 2 commits intogeosolutions-it:masterfrom
tdipisa merged 2 commits intogeosolutions-it:masterfrom
Conversation
Contributor
Author
|
@tdipisa Damn, it's because I use Java streams. Is there a reason why we don't use Maven Compiler in version 8 ? It was completely intentional, can the workflow be upgraded also ? If not, I'll remove the Java stream. |
Member
|
I don't think there is a reason in particular to keep source and target to 1.7. |
Contributor
Author
|
@offtherailz thanks for the precision. I updated the pom.xml to use 8. Just need an approval to check if CI is ok. |
axl8713
approved these changes
Mar 30, 2026
offtherailz
approved these changes
Mar 30, 2026
offtherailz
approved these changes
Mar 30, 2026
tdipisa
approved these changes
Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR allows to set B&W whitelists to avoid sending all headers to requested Host.
Blacklist takes precedence over whitelist. If a header is set in both list, it will be removed.
Compiler plugin source & target have been set to level 8 in order to use java streams.
Closes #80