This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git
The following commit(s) were added to refs/heads/master by this push: new 42b9dd2 Improved: updates DTDs for OFBIZ-13130 42b9dd2 is described below commit 42b9dd22aab8fd6b1a48e4e423b6cd86e8ac42f0 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Fri Aug 23 17:09:46 2024 +0200 Improved: updates DTDs for OFBIZ-13130 --- dtds/site-conf.xsd | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/dtds/site-conf.xsd b/dtds/site-conf.xsd index 8f3bf37..8f2927a 100644 --- a/dtds/site-conf.xsd +++ b/dtds/site-conf.xsd @@ -267,14 +267,14 @@ under the License. </xs:complexType> </xs:element> <xs:attributeGroup name="attlist.security"> - <xs:attribute type="xs:boolean" name="https" default="false"> + <xs:attribute type="xs:boolean" name="https" default="true"> <xs:annotation> <xs:documentation> If https=true, redirect to/use/generate the secured HTTPS protocol if necessary and possible. </xs:documentation> </xs:annotation> </xs:attribute> - <xs:attribute type="xs:boolean" name="auth" default="false"> + <xs:attribute type="xs:boolean" name="auth" default="true"> <xs:annotation> <xs:documentation> If auth=true, when you hit the request if you are not logged in you will be forwarded to the login page. @@ -776,6 +776,14 @@ under the License. </xs:documentation> </xs:annotation> </xs:attribute> + <xs:attribute type="xs:boolean" name="auth" default="true"> + <xs:annotation> + <xs:documentation> + If auth=true, RequestHandler.renderView requires an active login to access the view-map. + If direct-view-rendering-with-auth=false, no active login is required. + </xs:documentation> + </xs:annotation> + </xs:attribute> <xs:attribute name="x-frame-options" default="sameorigin"> <xs:annotation> <xs:documentation>