-
Notifications
You must be signed in to change notification settings - Fork 87
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
Server whitelist #685
Server whitelist #685
Conversation
wildcards in whitelist - first cut
...c/main/java/net/adoptopenjdk/icedteaweb/client/controlpanel/panels/ServerWhitelistPanel.java
Outdated
Show resolved
Hide resolved
...c/main/java/net/adoptopenjdk/icedteaweb/client/controlpanel/panels/ServerWhitelistPanel.java
Outdated
Show resolved
Hide resolved
...c/main/java/net/adoptopenjdk/icedteaweb/client/controlpanel/panels/ServerWhitelistPanel.java
Outdated
Show resolved
Hide resolved
core/src/main/java/net/sourceforge/jnlp/util/whitelist/WhitelistEntry.java
Outdated
Show resolved
Hide resolved
final WhitelistEntry validEntry = validateWhitelistUrl("http://*.test.com"); | ||
|
||
assertMatch(validEntry, "http://sub.test.com"); | ||
// FIXME: assertMatch(validEntry, "http://sub.sub.test.com"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hendrikebbers
Any comment on this FIXME?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we just need to document that only 1 subdomain is supported for now. @janakmulani is this part of the doc?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
No description provided.