Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] POST over TLS broken in 9.3.1 (corrected in 9.3.2)

This isn't a bug report because it's just been fixed, but since I had to spelunk to figure out what was happening and 9.3.2 is only just released, I thought it was worth noting for posterity in case it bites anybody else since this is pretty nasty to run into.



After some reports of problems with 9.3 I did some investigating and discovered that there was a regression introduced in 9.3.1 that broke POST over TLS (the form submission was silently dropped). The fix in 9.3.2 to the HttpConfiguration copy constructor [1] corrected for the change made earlier and fixed the problem.

I'll add a comment to that bug to note the impact more clearly for anybody searching, just thought getting it in the list archive was worth the noise.

-- Scott

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=472931


Back to the top