diff --git a/Kitodo/src/main/webapp/WEB-INF/templates/base.xhtml b/Kitodo/src/main/webapp/WEB-INF/templates/base.xhtml index f3d5a3179bf..c933d807a0c 100644 --- a/Kitodo/src/main/webapp/WEB-INF/templates/base.xhtml +++ b/Kitodo/src/main/webapp/WEB-INF/templates/base.xhtml @@ -18,7 +18,7 @@ xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:p="http://primefaces.org/ui" xmlns:pe="http://primefaces.org/ui/extensions" - xmlns:o="http://omnifaces.org/ui"> + xmlns:o="omnifaces"> diff --git a/Kitodo/src/main/webapp/WEB-INF/templates/includes/processEdit/taskList.xhtml b/Kitodo/src/main/webapp/WEB-INF/templates/includes/processEdit/taskList.xhtml index e54e7da6d22..25b70c07aa8 100644 --- a/Kitodo/src/main/webapp/WEB-INF/templates/includes/processEdit/taskList.xhtml +++ b/Kitodo/src/main/webapp/WEB-INF/templates/includes/processEdit/taskList.xhtml @@ -14,7 +14,7 @@ diff --git a/Kitodo/src/main/webapp/WEB-INF/templates/includes/processFromTemplate/titleRecordLink.xhtml b/Kitodo/src/main/webapp/WEB-INF/templates/includes/processFromTemplate/titleRecordLink.xhtml index 1586d8b0321..85bfd3676e4 100644 --- a/Kitodo/src/main/webapp/WEB-INF/templates/includes/processFromTemplate/titleRecordLink.xhtml +++ b/Kitodo/src/main/webapp/WEB-INF/templates/includes/processFromTemplate/titleRecordLink.xhtml @@ -16,7 +16,7 @@ xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:p="http://primefaces.org/ui" - xmlns:of="http://omnifaces.org/functions"> + xmlns:o="omnifaces"> - diff --git a/Kitodo/src/main/webapp/WEB-INF/templates/includes/projects/templateList.xhtml b/Kitodo/src/main/webapp/WEB-INF/templates/includes/projects/templateList.xhtml index 9c3765b8330..6099d8938ea 100644 --- a/Kitodo/src/main/webapp/WEB-INF/templates/includes/projects/templateList.xhtml +++ b/Kitodo/src/main/webapp/WEB-INF/templates/includes/projects/templateList.xhtml @@ -15,7 +15,7 @@ xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:f="http://xmlns.jcp.org/jsf/core" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:o="http://omnifaces.org/ui" + xmlns:o="omnifaces" xmlns:p="http://primefaces.org/ui"> 120 - + - gzipResponseFilter - org.omnifaces.filter.GzipResponseFilter + compressedResponseFilter + org.omnifaces.filter.CompressedResponseFilter - gzipResponseFilter + compressedResponseFilter /* REQUEST + ERROR diff --git a/Kitodo/src/main/webapp/pages/error.xhtml b/Kitodo/src/main/webapp/pages/error.xhtml index 49fe0730ad5..cdacf9ab0bf 100644 --- a/Kitodo/src/main/webapp/pages/error.xhtml +++ b/Kitodo/src/main/webapp/pages/error.xhtml @@ -16,7 +16,7 @@ xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:p="http://primefaces.org/ui" - xmlns:of="http://omnifaces.org/functions"> + xmlns:o="omnifaces"> @@ -31,7 +31,7 @@
    -
  • Date/time: #{of:formatDate(now, 'yyyy-MM-dd HH:mm:ss')}
  • +
  • Date/time: #{o:formatDate(now, 'yyyy-MM-dd HH:mm:ss')}
  • User agent: #{header['user-agent']}
  • User IP: #{request.remoteAddr}
  • Request URI: #{requestScope['jakarta.servlet.error.request_uri']}
  • @@ -41,7 +41,7 @@
  • Exception message: #{requestScope['jakarta.servlet.error.message']}
  • Exception UUID: #{requestScope['org.omnifaces.exception_uuid']}
  • Stack trace: -
    #{of:printStackTrace(requestScope['jakarta.servlet.error.exception'])}
    +
    #{o:printStackTrace(requestScope['jakarta.servlet.error.exception'])}
diff --git a/Kitodo/src/main/webapp/pages/extendedSearch.xhtml b/Kitodo/src/main/webapp/pages/extendedSearch.xhtml index 5d107777c0d..1b7a2ec4576 100644 --- a/Kitodo/src/main/webapp/pages/extendedSearch.xhtml +++ b/Kitodo/src/main/webapp/pages/extendedSearch.xhtml @@ -17,7 +17,7 @@ xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:p="http://primefaces.org/ui" - xmlns:o="http://omnifaces.org/ui"> + xmlns:o="omnifaces">

#{msgs.extendedSearch}

diff --git a/Kitodo/src/main/webapp/pages/processes.xhtml b/Kitodo/src/main/webapp/pages/processes.xhtml index 9a868ab330c..b75202ec04e 100644 --- a/Kitodo/src/main/webapp/pages/processes.xhtml +++ b/Kitodo/src/main/webapp/pages/processes.xhtml @@ -17,7 +17,7 @@ xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:f="http://xmlns.jcp.org/jsf/core" xmlns:p="http://primefaces.org/ui" - xmlns:o="http://omnifaces.org/ui"> + xmlns:o="omnifaces"> diff --git a/Kitodo/src/main/webapp/pages/tasks.xhtml b/Kitodo/src/main/webapp/pages/tasks.xhtml index eb0a46fb660..52f19f70af3 100644 --- a/Kitodo/src/main/webapp/pages/tasks.xhtml +++ b/Kitodo/src/main/webapp/pages/tasks.xhtml @@ -17,7 +17,7 @@ xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:f="http://xmlns.jcp.org/jsf/core" xmlns:p="http://primefaces.org/ui" - xmlns:o="http://omnifaces.org/ui"> + xmlns:o="omnifaces"> diff --git a/pom.xml b/pom.xml index 04c668310b4..00b2b06bba9 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ 3.18.0 3.9.0 4.7.0 - 4.7.1 + 5.2.3 2.8 4.3.1 3.10.9