0

How to disable Expect-continue handshake header in Spring? I looked up the documentation but couldn't find something relevant.

K''
  • 5,020
  • 7
  • 33
  • 43

1 Answers1

0

I also had a problem with the expect-continue handshake when using Tomcat.

Switching to Jetty solved the problem.

see https://stackoverflow.com/a/3721438/2219787

Michi Gysel
  • 760
  • 6
  • 11