Skip to main content

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

Thanks Scott!

We also need to review our integration tests, as while we test POST handling extensively, even through SSL, we don't test it via the configuration that we put in the standard distribution, which was bitten by this bug.

cheers



On 5 August 2015 at 02:35, Cantor, Scott <cantor.2@xxxxxxx> wrote:
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

_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-dev



--

Back to the top