diff --git a/lib_xenia/src/main/x/xenia/Catalog.x b/lib_xenia/src/main/x/xenia/Catalog.x index 1eddade43..d73804fe8 100644 --- a/lib_xenia/src/main/x/xenia/Catalog.x +++ b/lib_xenia/src/main/x/xenia/Catalog.x @@ -264,6 +264,7 @@ const Catalog(WebApp webApp, WebServiceInfo[] services, Class[] sessionMixins) { /** * Indicates if an attempt to access the endpoint should automatically redirect to HTTPS. + * TODO GG configure this from HttpsRequired annotation */ Boolean redirectTls;