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
Using Jersey 2.35 with apache connector provider. If you set ClientProperties.CONNECT/READ_TIMEOUT values using long values rather than int values, the configuration is created successfully, but as soon as the connector attempts to use the values, it can't parse or properly cast the longs to integers.
The text was updated successfully, but these errors were encountered:
Using Jersey 2.35 with apache connector provider. If you set ClientProperties.CONNECT/READ_TIMEOUT values using long values rather than int values, the configuration is created successfully, but as soon as the connector attempts to use the values, it can't parse or properly cast the longs to integers.
The text was updated successfully, but these errors were encountered: