[rfc][icedtea-web] restricting codebase matcher from aaaexample.com to example.com or whatever.example.com only
Jiri Vanek
jvanek at redhat.com
Mon Mar 31 18:31:44 UTC 2014
As Omair sugested - the previous fix was to vague.
This is fixing it.
Now
*.example.com
is matching example.com or whatever.example.com but not aaaexample.com
This is doen for domain only. The paths are still eveluated as :
*.example.com
is matching whatever.example.com but not example.com nor aaaexample.com
Unittests attached.
Now I'm thinking that we are really doing correct thing. Also I think I did the correct patch :)
J.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: restrictingDotIssue.patch
Type: text/x-patch
Size: 3840 bytes
Desc: not available
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140331/148b5062/restrictingDotIssue.patch>
More information about the distro-pkg-dev
mailing list