You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2020/07/16 07:53:51 UTC

[myfaces-tobago] branch tobago-4.x updated: TOBAGO-1843: Demo * Show Sanitizer Info

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

lofwyr pushed a commit to branch tobago-4.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new 28575f4  TOBAGO-1843: Demo * Show Sanitizer Info
28575f4 is described below

commit 28575f40a7bf3fd1af6cd6b06e7443c4dc4510c0
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Jul 16 09:43:32 2020 +0200

    TOBAGO-1843: Demo
    * Show Sanitizer Info
    
    (cherry picked from commit 4d32e20c0c0ac2d40f2bdfaa9c16ffb0346ebb15)
---
 tobago-example/tobago-example-demo/src/main/webapp/server-info.xhtml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/server-info.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/server-info.xhtml
index 073ca8d..f8dec75 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/server-info.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/server-info.xhtml
@@ -46,6 +46,8 @@
           value="#{info.systemProperties['os.name']} - #{info.systemProperties['os.version']} - #{info.systemProperties['os.arch']}"
           readonly="true" label="Operating System"/>
 
+      <tc:in readonly="true" label="Sanitizer:" value="#{tobagoContext.tobagoConfig.sanitizer}"/>
+
       <tc:segmentLayout medium="6seg 6seg" large="4seg 4seg 4seg" extraLarge="3seg 3seg 3seg">
         <tc:selectBooleanCheckbox value="#{version.version20}" readonly="true" label="Version 2.0"/>
         <tc:selectBooleanCheckbox value="#{version.version21}" readonly="true" label="Version 2.1"/>