Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
It would be nice if WildcardPermission implemented toString equals and hashCode. The toString method would make debugging and logging easier, and equals/hashCode can help to eliminate duplicate permissions and thus the number of security checks.
I have attached a patch for this issue.