summaryrefslogtreecommitdiff
path: root/docs/manual/new_features_2_2.html.en
diff options
context:
space:
mode:
authorJeon Jeongho <maczniak@apache.org>2004-11-08 11:56:03 +0000
committerJeon Jeongho <maczniak@apache.org>2004-11-08 11:56:03 +0000
commitd834a374e343856b38cfa104a59089fd96662916 (patch)
treeb6c7736c92676bcf97851cb4820f77c3e40d58e1 /docs/manual/new_features_2_2.html.en
parent514f250ae73e46efced22019a62b7cfe35ff972d (diff)
downloadhttpd-d834a374e343856b38cfa104a59089fd96662916.tar.gz
new two Korean translations and up-to-date patches
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105718 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/new_features_2_2.html.en')
-rw-r--r--docs/manual/new_features_2_2.html.en23
1 files changed, 19 insertions, 4 deletions
diff --git a/docs/manual/new_features_2_2.html.en b/docs/manual/new_features_2_2.html.en
index bbf6a9b6ae..4f378e208c 100644
--- a/docs/manual/new_features_2_2.html.en
+++ b/docs/manual/new_features_2_2.html.en
@@ -18,7 +18,8 @@
<div id="path">
<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Overview of new features in Apache 2.2</h1>
<div class="toplang">
-<p><span>Available Languages: </span><a href="./en/new_features_2_2.html" title="English">&nbsp;en&nbsp;</a></p>
+<p><span>Available Languages: </span><a href="./en/new_features_2_2.html" title="English">&nbsp;en&nbsp;</a> |
+<a href="./ko/new_features_2_2.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
</div>
<p>This document describes some of the major changes between the
@@ -49,8 +50,12 @@
<code>Apache JServ Protocol version 1.3</code> used by
<a href="http://jakarta.apache.org/tomcat/">Apache Tomcat</a>.</dd>
- <dt>Smart Filters</dt>
- <dd>...</dd>
+ <dt>Smart Filtering</dt>
+ <dd><code class="module"><a href="./mod/mod_filter.html">mod_filter</a></code> introduces dynamic configuration
+ to the output filter chain. It enables filters to be conditionally
+ inserted, based on any Request or Response header or environment
+ variable, and dispenses with the more problematic dependencies and
+ ordering problems in the 2.0 architecture.</dd>
</dl>
</div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
@@ -102,10 +107,20 @@
set the stack size on all threaded MPMs. This is required
for some third-party modules on platforms with small default
thread stack size.</dd>
+
+ <dt>Protocol handling for output filters</dt>
+
+ <dd>In the past, every filter has been responsible for ensuring
+ that it generates the correct response headers where it affects
+ them. Filters can now delegate common protocol management to
+ <code class="module"><a href="./mod/mod_filter.html">mod_filter</a></code>, using the
+ <code>ap_register_output_filter_protocol</code> or
+ <code>ap_filter_protocol</code> calls.</dd>
</dl>
</div></div>
<div class="bottomlang">
-<p><span>Available Languages: </span><a href="./en/new_features_2_2.html" title="English">&nbsp;en&nbsp;</a></p>
+<p><span>Available Languages: </span><a href="./en/new_features_2_2.html" title="English">&nbsp;en&nbsp;</a> |
+<a href="./ko/new_features_2_2.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
</div><div id="footer">
<p class="apache">Copyright 1999-2004 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div>