-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
AcmeResourceHandler is using String.matches(String) to check if it needs to handle a request, which results in per-request allocations.
At minimum this should use a precompile Pattern. That still results in per-request allocation of a Matcher though.
- is cloned by
-
JBEAP-16428 (7.2.z) AcmeResourceHandler should avoid per-request object allocations
- Closed