File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,15 @@ Fixed:
2222 Previously it used to accept only TLS v1.1. 1.1 is deprecated by
2323 chrome. I don't expect this to be a major problem since a front
2424 end server (apache, Nginx...) is usually customer facing and
25- terminates SSL.
25+ terminates SSL. (John Rouillard)
2626- Fix hang when valid user without authorization for REST tries to use
27- the rest interface.
27+ the rest interface. (John Rouillard)
28+ - Remove Content-Type and make sure no content is returned by OPTIONS
29+ request in REST interface. (John Rouillard)
30+ - In write_html set the Content-Length when response is not
31+ encoded/compressed. (John Rouillard)
32+ - In REST interface do not raise UsageError for invalid api version.
33+ Return json error with proper message. Fixes crash. (John Rouillard)
2834
2935Features:
3036
You can’t perform that action at this time.
0 commit comments