Jim Horner

Results 4 comments of Jim Horner

Same running 2.8.0, logs show First error happens ``` Fetching crumb and cookies from https://finance.yahoo.com/quote/AAPL... Success. Cookie expires on Thu Oct 03 2024 16:59:59 GMT-0400 (Eastern Daylight Time) New crumb:...

Appears perhaps lambda? is what is causing the problem. Using an anonymous class works. ```java @GET @Path("/reports/{id}") @Produces(MediaType.APPLICATION_XML) public Response retrieveReportXml(@NotNull @PathParam("id") UUID id) throws IOException { StreamingOutput result =...

Similar to #3310 it would be nice (and provides convenient workaround for this issue) to annotate the resource class method with @InjectLinkNoFollow and short circuit the ResponseLinkFilter. ```java public void...

I got the same error (below). Looking at rootfs/start.sh and noticing nginx as a user which probably can't use lower ports, I set environment variable, MAILPORT, to a high port,...