Mercurial > p > roundup > code
diff CHANGES.txt @ 8001:53605535ddfc
fix: document handling a couple of error conditions
Incomplete response for 301 redirect
Template file error
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 26 May 2024 11:33:08 -0400 |
| parents | 85a40d799e0c |
| children | 67922fd17454 |
line wrap: on
line diff
--- a/CHANGES.txt Sun May 26 11:28:55 2024 -0400 +++ b/CHANGES.txt Sun May 26 11:33:08 2024 -0400 @@ -154,6 +154,11 @@ - issue2551341 - if @columns missing from an index url, the group headers colspan property = 0. Add "or 100" in stanza's so headers span all rows (up to 100). +- fix roundup-server response requiring a 301 redirect. Did + not set content length leading to hang/error. (John + Rouillard) +- report basename of filename when template file is invalid + rather than reporting a TypeError. (John Rouillard) Features:
