Skip to content
#

cats

Here are 904 public repositories matching this topic...

perok
perok commented Jul 8, 2021

Running http4s 0.23.0-RC1 with Jetty and IPv6 crashes with the following:

ERROR org.http4s.servlet.Http4sServlet - Error processing request
java.util.NoSuchElementException: None.get

The issue is that Jetty returns the following addresses:

req.getLocalAddr -> "[0:0:0:0:0:0:0:1]"
req.getRemoteAddr -> "[0:0:0:0:0:0:0:1]"

This crashes the following parsing `IpAddress

Improve this page

Add a description, image, and links to the cats 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 cats topic, visit your repo's landing page and select "manage topics."

Learn more