diff roundup/cgi/client.py @ 8267:7f0c7966d204

doc: remove uneeded comment. CORS preflight code path moved.
author John Rouillard <rouilj@ieee.org>
date Thu, 09 Jan 2025 10:14:55 -0500
parents 35beff316883
children 05d8806b25ad
line wrap: on
line diff
--- a/roundup/cgi/client.py	Thu Jan 09 09:32:10 2025 -0500
+++ b/roundup/cgi/client.py	Thu Jan 09 10:14:55 2025 -0500
@@ -760,7 +760,6 @@
 
             # Use code 400. Codes 401 and 403 imply that authentication
             # is needed or authenticated person is not authorized.
-            # Preflight doesn't do authentication.
             output = s2b(
                 '{ "error": { "status": 400, "msg": "%s" } }' % msg)
             self.reject_request(output,

Roundup Issue Tracker: http://roundup-tracker.org/