jetty.project
jetty.project copied to clipboard
improve performance of alias checking
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.