Questions tagged as 'jersey2'

0
answers

Java Verifier.verify always returns false

I have to validate the signature of the petition everything happens fine until I run verify that it always returns false, someone could give me a hand public AuthenticateMethodResponse verifyHttpSignatureRequest(ContainerRequestContext reques...
asked by 05.01.2019 / 16:34
0
answers

Return an image from binary data in JAVA - Rest Service

Good afternoon. I have the next portion of code that is within a REST service. String a = "0xFFD8FFE0........."; //el valor de a es un dato tipo image de SQL Server Blob blob2 = connection.createBlob(); blob2...
asked by 12.07.2017 / 23:13