This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new ff601ba  Disable CXF Services Listing (#268)
ff601ba is described below

commit ff601ba763aa1454c21feb7f023d90d47cf8e3b8
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Thu May 27 05:15:16 2021 +0100

    Disable CXF Services Listing (#268)
---
 core/rest-cxf/src/main/resources/META-INF/web-fragment.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/core/rest-cxf/src/main/resources/META-INF/web-fragment.xml 
b/core/rest-cxf/src/main/resources/META-INF/web-fragment.xml
index b4d20e5..e9a93d8 100644
--- a/core/rest-cxf/src/main/resources/META-INF/web-fragment.xml
+++ b/core/rest-cxf/src/main/resources/META-INF/web-fragment.xml
@@ -34,6 +34,10 @@ under the License.
       <param-name>openapi.context.id</param-name>
       <param-value>openapi.context.id.default</param-value>
     </init-param>
+    <init-param>
+      <param-name>hide-service-list-page</param-name>
+      <param-value>true</param-value>
+    </init-param>
     <load-on-startup>1</load-on-startup>
   </servlet>
   <servlet-mapping>

Reply via email to