jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

improve performance of alias checking

Open lachlan-roberts opened this issue 3 years ago • 0 comments
trafficstars

We don't want to create the unmodifiableList every time we check an alias, so use _aliasChecks directly instead of using the getter.

Also I don't think we need the CopyOnWriteArrayList because we do not allow modifications after the ContextHandler has been started.

lachlan-roberts avatar Aug 09 '22 04:08 lachlan-roberts