@@ -70,8 +70,8 @@ <h3 id="configure-the-http-server">Configure the HTTP Server</h3>
7070
7171< h3 id ="tls "> TLS</ h3 >
7272< p >
73- TLS can be configured using either the < a href ="../reference/services/ applications/http.html#ssl "> ssl</ a >
74- or the < a href ="../reference/services/ applications/http.html#ssl-provider "> ssl-provider</ a > element.
73+ TLS can be configured using either the < a href ="../reference/applications/services /http.html#ssl "> ssl</ a >
74+ or the < a href ="../reference/applications/services /http.html#ssl-provider "> ssl-provider</ a > element.
7575</ p >
7676< pre > {% highlight xml %}
7777< container version ="1.0 ">
@@ -122,7 +122,7 @@ <h3 id="using-filter-chains">Using Filter Chains</h3>
122122< p >
123123 Filter chains are set up by using the < code > request-chain</ code > and
124124 < code > response-chain</ code > elements inside the
125- < a href ="../reference/services/ applications/http.html#filtering "> filtering</ a > element.
125+ < a href ="../reference/applications/services /http.html#filtering "> filtering</ a > element.
126126 Example setting up two request filter chains, and one response filter chain:
127127</ p >
128128< pre > {% highlight xml %}
@@ -152,7 +152,7 @@ <h3 id="using-filter-chains">Using Filter Chains</h3>
152152 as shown with < code > request-filter1</ code > in the example above.
153153</ p >
154154< p >
155- To actually use a filter chain, add one or more URI < a href ="../reference/services/ applications/http.html#binding "> bindings</ a > :
155+ To actually use a filter chain, add one or more URI < a href ="../reference/applications/services /http.html#binding "> bindings</ a > :
156156</ p >
157157< pre > {% highlight xml %}
158158< http >
@@ -194,15 +194,15 @@ <h3 id="using-filter-chains">Using Filter Chains</h3>
194194
195195< p >
196196 A request must match a filter chain if any filter is configured. A 403 response is returned for non-matching request.
197- This semantic can be disabled - see < a href ="../reference/services/ applications/http.html#filtering "> strict-mode</ a > .
197+ This semantic can be disabled - see < a href ="../reference/applications/services /http.html#filtering "> strict-mode</ a > .
198198</ p >
199199
200200< h4 id ="excluding-filters-from-an-inherited-chain "> Excluding Filters from an Inherited Chain</ h4 >
201201< p >
202202 Say you have a request filter chain that you are binding to most of your URIs.
203203 Now, you want to run almost the same chain on another URI, but you need to exclude one of the filters.
204204 This is done by adding < code > excludes</ code > , which takes a space separated list of filter ids,
205- to the < a href ="../reference/services/ applications/http.html#chain "> chain element</ a > .
205+ to the < a href ="../reference/applications/services /http.html#chain "> chain element</ a > .
206206 Example where a security filter is excluded from an inherited chain for < em > status.html</ em > :
207207</ p >
208208< pre > {% highlight xml %}
0 commit comments