[Bug 52952] Improve ExtensionValidator handling for embedded scenarios

2018-06-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=52952 Mark Thomas changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug 52952] Improve ExtensionValidator handling for embedded scenarios

2016-05-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=52952 Abdessamed MANSOURI changed: What|Removed |Added Attachment #33813|0 |1 is obsolete|

[Bug 52952] Improve ExtensionValidator handling for embedded scenarios

2016-05-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=52952 --- Comment #6 from Mark Thomas --- Some feedback on the patch. Objects is Java 7+. Tomcat 7 must run on Java 6 so that part of the patch needs re-work. Otherwise the patch looks OK for what it does. What it misses is that there may be multip

[Bug 52952] Improve ExtensionValidator handling for embedded scenarios

2016-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=52952 Abdessamed MANSOURI changed: What|Removed |Added Attachment #33811|0 |1 is obsolete|

[Bug 52952] Improve ExtensionValidator handling for embedded scenarios

2016-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=52952 --- Comment #4 from Abdessamed MANSOURI --- Created attachment 33811 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33811&action=edit Patch This is a patch for duplication with some code enhancements (replacing iterator loops with enha

[Bug 52952] Improve ExtensionValidator handling for embedded scenarios

2016-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=52952 --- Comment #3 from Mark Thomas --- That should be fine. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@

[Bug 52952] Improve ExtensionValidator handling for embedded scenarios

2016-04-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=52952 --- Comment #2 from Abdessamed MANSOURI --- 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

DO NOT REPLY [Bug 52952] Improve ExtensionValidator handling for embedded scenarios

2012-03-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52952 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement -- Configure bugmail: h

DO NOT REPLY [Bug 52952] Improve ExtensionValidator handling for embedded scenarios

2012-03-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52952 --- Comment #1 from Mark Thomas 2012-03-20 20:17:06 UTC --- Adding a duplicate check should be trivial. There should be one validator per instance rather than one per context so adding it to the Server is likely the best solution. -- Con