You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2018. It is now read-only.
3506: Avoid exception control flow in isUriInetAddress
Port of upstream Guava commit e6003692500352e1ba59eee5c93bc21acb3f46c0
which avoids using exceptions as control flow in Jersey's internal
version of InetAddresses.isUriInetAddress().
This avoids the expense of exception creation that can impede request
throughput, especially under high load, and addresses #3506 and
previously JERSEY-3234.
0 commit comments