We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c88c50b + c09e01f commit 956dba1Copy full SHA for 956dba1
src/DIRAC/Core/Tornado/Server/private/BaseRequestHandler.py
@@ -285,6 +285,7 @@ def _authzMYAUTH(self):
285
# Developer can overwrite this
286
# if your handler is outside the DIRAC system package (src/DIRAC/XXXSystem/<path to your handler>)
287
SYSTEM_NAME = None
288
+ COMPONENT_NAME = None
289
290
# Base system URL. If defined, it is added as a prefix to the handler generated.
291
BASE_URL = None
0 commit comments