On Mon, Jul 20, 2015 at 3:37 PM, André <[email protected]> wrote: > I think the problem here is that we currently "absolutize" all requests > (code). > > This will always fail with HTTP/1.0 request as they are always relative and > don't carry a host header. > > I think the requestPreparation Flow in HttpServerBluePrint needs its own > shortcut that sends 400 responses on exceptions.
Thanks, André. That's what I just figured as well. I created https://github.com/akka/akka/issues/18044 to track the issue. Johannes -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
