Mercurial > p > roundup > code
diff CHANGES.txt @ 6504:e162845193c4
Eliminate hang with unauthorized use of REST interface.
A /rest/ connection by a valid user without authorization for REST would
hang. The response didn't include content-type and content-length. This
keept the connection open until timeout.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 06 Oct 2021 15:45:15 -0400 |
| parents | 7fb13dc67a41 |
| children | 9906ab204610 20693456411c |
line wrap: on
line diff
--- a/CHANGES.txt Thu Sep 30 19:17:56 2021 -0400 +++ b/CHANGES.txt Wed Oct 06 15:45:15 2021 -0400 @@ -23,6 +23,8 @@ chrome. I don't expect this to be a major problem since a front end server (apache, Nginx...) is usually customer facing and terminates SSL. +- Fix hang when valid user without authorization for REST tries to use + the rest interface. Features:
