You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2016/04/26 02:26:11 UTC

[Bug 52952] Improve ExtensionValidator handling for embedded scenarios

https://bz.apache.org/bugzilla/show_bug.cgi?id=52952

--- Comment #2 from Abdessamed MANSOURI <la...@hotmail.fr> ---
For checking for duplicates its better to use sets than lists for storing
Extension and ManifestResource inside ExtensionValidator and overriding equals
and hashcode, but HashSet its based on HashMap and when HashMap is used the
keys should be immutable, do i change Extension and ManifestResource to
immutable?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org