From 887b646afb9235b5444100417c1f8237f597a01d Mon Sep 17 00:00:00 2001 From: hansbak Date: Fri, 3 Apr 2026 10:15:09 +0700 Subject: [PATCH] support special URL paths such as .well-known. --- framework/xsd/xml-screen-3.xsd | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/framework/xsd/xml-screen-3.xsd b/framework/xsd/xml-screen-3.xsd index d874687d8..8b7e1098b 100644 --- a/framework/xsd/xml-screen-3.xsd +++ b/framework/xsd/xml-screen-3.xsd @@ -323,8 +323,14 @@ along with this software (see the LICENSE.md file). If not, see The transition name is used in link and other elements in place of URLs when going to another screen within this application. The transition name will appear briefly as the URL before the - redirect is done for the transition response. - + redirect is done for the transition response. A name may also start with a + dot to support special URL paths such as .well-known. + + + + + +