Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZBUG-4023:Upgraded jetty to 9.4.57.v20241219 #26

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions conf/jetty/jetty-setuid.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
<!-- =============================================================== -->
<!-- Configure the Jetty SetUIDServer -->
<!-- this configuration file should be used in combination with -->
Expand Down
36 changes: 18 additions & 18 deletions conf/jetty/jetty.xml.production
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</Get>

<Call class="com.zimbra.common.jetty.JettyMonitor" name="setThreadPool">
<Arg><Ref id="pool"/></Arg>
<Arg><Ref refid="pool"/></Arg>
</Call>

<New id="httpConfig" class="org.eclipse.jetty.server.HttpConfiguration">
Expand Down Expand Up @@ -705,7 +705,7 @@
</Call>

<Set name="handler">
<New id="Handlers" class="org.eclipse.jetty.server.handler.HandlerCollection">
<New id="Handlers1" class="org.eclipse.jetty.server.handler.HandlerCollection">
<Set name="handlers">
<Array type="org.eclipse.jetty.server.Handler">
<Item>
Expand Down Expand Up @@ -737,10 +737,10 @@

<!-- SERVICEWEBAPPBEGIN %%comment SERVICE:service,-->%%
<New id="service" class="org.eclipse.jetty.webapp.WebAppContext">
<Arg><Ref id="Contexts"/></Arg>
<Arg><Ref refid="Contexts"/></Arg>
<Arg><SystemProperty name="jetty.base" default="."/>/webapps/service</Arg>
<Arg>/service</Arg>
<Set name="configurationClasses"><Ref id="plusConfig"/></Set>
<Set name="configurationClasses"><Ref refid="plusConfig"/></Set>
<Set name="defaultsDescriptor"><SystemProperty name="jetty.base" default="."/>/etc/webdefault.xml</Set>
<Set name="tempDirectory"><SystemProperty name="jetty.base" default="."/>/work/service</Set>
<Set name="compactPath">true</Set>
Expand All @@ -759,10 +759,10 @@

<!-- ZIMBRAWEBAPPBEGIN %%comment SERVICE:zimbra,-->%%
<New id="zimbra" class="org.eclipse.jetty.webapp.WebAppContext">
<Arg><Ref id="Contexts"/></Arg>
<Arg><Ref refid="Contexts"/></Arg>
<Arg><SystemProperty name="jetty.base" default="."/>/webapps/zimbra</Arg>
<Arg>%%zimbraMailURL%%</Arg>
<Set name="configurationClasses"><Ref id="plusConfig"/></Set>
<Set name="configurationClasses"><Ref refid="plusConfig"/></Set>
<Set name="defaultsDescriptor"><SystemProperty name="jetty.base" default="."/>/etc/webdefault.xml</Set>
<Set name="tempDirectory"><SystemProperty name="jetty.base" default="."/>/work/zimbra</Set>
<Set name="persistTempDirectory">true</Set>
Expand All @@ -788,10 +788,10 @@

<!-- ZIMBRAADMINWEBAPPBEGIN %%comment SERVICE:zimbraAdmin,-->%%
<New id="zimbraAdmin" class="org.eclipse.jetty.webapp.WebAppContext">
<Arg><Ref id="Contexts"/></Arg>
<Arg><Ref refid="Contexts"/></Arg>
<Arg><SystemProperty name="jetty.base" default="."/>/webapps/zimbraAdmin</Arg>
<Arg>%%zimbraAdminURL%%</Arg>
<Set name="configurationClasses"><Ref id="plusConfig"/></Set>
<Set name="configurationClasses"><Ref refid="plusConfig"/></Set>
<Set name="defaultsDescriptor"><SystemProperty name="jetty.base" default="."/>/etc/webdefault.xml</Set>
<Set name="tempDirectory"><SystemProperty name="jetty.base" default="."/>/work/zimbraAdmin</Set>
<Set name="compactPath">true</Set>
Expand All @@ -815,10 +815,10 @@
%%comment SERVICE:zimbraAdmin,<!--%% ZIMBRAADMINWEBAPPEND -->

<New id="zimlet" class="org.eclipse.jetty.webapp.WebAppContext">
<Arg><Ref id="Contexts"/></Arg>
<Arg><Ref refid="Contexts"/></Arg>
<Arg><SystemProperty name="jetty.base" default="."/>/webapps/zimlet</Arg>
<Arg>/zimlet</Arg>
<Set name="configurationClasses"><Ref id="plusConfig"/></Set>
<Set name="configurationClasses"><Ref refid="plusConfig"/></Set>
<Set name="defaultsDescriptor"><SystemProperty name="jetty.base" default="."/>/etc/webdefault.xml</Set>
<Set name="tempDirectory"><SystemProperty name="jetty.base" default="."/>/work/zimlet</Set>
<Set name="compactPath">true</Set>
Expand Down Expand Up @@ -937,7 +937,7 @@
<!-- contexts configuration (see $(jetty.base)/contexts/test.xml -->
<!-- for an example). -->
<!-- =========================================================== -->
<Ref id="RequestLog">
<Ref refid="RequestLog">
<Set name="requestLog">
<New id="RequestLogImpl" class="org.eclipse.jetty.server.NCSARequestLog">
<Arg><SystemProperty name="jetty.base" default="."/>/../log/access_log.yyyy_mm_dd</Arg>
Expand Down Expand Up @@ -986,7 +986,7 @@
<Get id="oldhandler" name="handler"/>
<Set name="handler">
<New id="DebugHandler" class="org.eclipse.jetty.server.handler.DebugHandler">
<Set name="handler"><Ref id="oldhandler"/></Set>
<Set name="handler"><Ref refid="oldhandler"/></Set>
<Set name="outputStream">
<New class="org.eclipse.jetty.util.RolloverFileOutputStream">
<Arg type="String"><SystemProperty name="jetty.base" default="."/>/../log/trace_log.yyyy_mm_dd</Arg>
Expand All @@ -1008,34 +1008,34 @@
<!-- =========================================================== -->

<!-- HTTPBEGIN %%comment VAR:zimbraMailMode,-->,http,redirect,mixed,both%%
<Ref id="http">
<Ref refid="http">
<Call name="open"/>
</Ref>
%%comment VAR:zimbraMailMode,<!--,http,redirect,mixed,both%% HTTPEND -->

<!-- HTTPLOCALBEGIN %%comment VAR:zimbraMailLocalBind,-->%%
<Ref id="http_local">
<Ref refid="http_local">
<Call name="open"/>
</Ref>
%%comment VAR:zimbraMailLocalBind,<!--%% HTTPLOCALEND -->

<!-- HTTPSBEGIN %%comment VAR:zimbraMailMode,-->,https,redirect,mixed,both%%
<Ref id="ssl">
<Ref refid="ssl">
<Call name="open"/>
</Ref>
%%comment VAR:zimbraMailMode,<!--,https,redirect,mixed,both%% HTTPSEND -->

<!-- HTTPSCLIENTCERTBEGIN %%uncomment VAR:zimbraMailSSLClientCertMode,-->,Disabled%%
<Ref id="ssl-clientcert">
<Ref refid="ssl-clientcert">
<Call name="open"/>
</Ref>
%%uncomment VAR:zimbraMailSSLClientCertMode,<!--,Disabled%% HTTPSCLIENTCERTEND -->

<Ref id="admin">
<Ref refid="admin">
<Call name="open"/>
</Ref>
<!-- ADMINLOCALBEGIN %%comment VAR:zimbraAdminLocalBind,-->%%
<Ref id="admin_local">
<Ref refid="admin_local">
<Call name="open"/>
</Ref>
%%comment VAR:zimbraAdminLocalBind,<!--%% ADMINLOCALEND -->
Expand Down