Hi Kevin, see https://github.com/akka/akka/blob/release-2.3-dev/akka-http-core/src/main/scala/akka/http/model/HttpMessage.scala#L133
Cheers, André On Wednesday, April 15, 2015 at 4:51:33 AM UTC+2, Kevin Meredith wrote: > > There's a Github issue, titled, 500 ISE for Client Side Error - > https://github.com/akka/akka/issues/17187. > > For the below error, I grepped for " > > cc2 [ERROR] [04/13/2015 16:01:07.698] > [cloud-controller-akka.actor.default-dispatcher-27] > [ActorSystem(cloud-controller)] Internal server error, sending 500 response > cc2 java.lang.IllegalArgumentException: requirement failed: Requests with > this method must have an empty entity > cc2 at scala.Predef$.require(Predef.scala:219) > > $ cd akka > $ grep -r "method must have an empty entity" * | grep -vi test | grep -vi spec > $ > > Where does this code exist? > > Thanks > > -- >>>>>>>>>> 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.
