Skip to content
#

jax-rs

Here are 567 public repositories matching this topic...

tszlek
tszlek commented Aug 17, 2021

Hi, I have discovered issue when using feign.httpclient.ApacheHttpClient.
In some cases Apache client throws ProtocolException which is a checked exception. This happens for example when server returned 303 HTTP code but there was no location header.
In such case Feign proxy throws UndeclaredThrowableException instead of invoking ErrorDecoder.

bug help wanted hacktoberfest good first issue
prb112
prb112 commented Jan 12, 2022

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

this specification does not dictate a particular approach at this time, though it does support the use of an “Expires” header 
to limit the time period a file will be available for client download (removal of the file from the ser
enhancement good first issue bulk-data connectathon
id-mask

IDMask is a Java library for masking internal ids (e.g. from your DB) when they need to be published to hide their actual value and to prevent forging. It has support optional randomisation has a wide support for various Java types including long, UUID and BigInteger. This library bases its security on strong cryptographic primitives.

  • Updated Nov 29, 2020
  • Java

Improve this page

Add a description, image, and links to the jax-rs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jax-rs topic, visit your repo's landing page and select "manage topics."

Learn more