<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/apache/httpd.git/docs, branch cache-refactor</title>
<subtitle>github.com: apache/httpd.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/apache/httpd.git/'/>
<entry>
<title>update transformation</title>
<updated>2006-08-28T18:43:17+00:00</updated>
<author>
<name>André Malo</name>
<email>nd@apache.org</email>
</author>
<published>2006-08-28T18:43:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/apache/httpd.git/commit/?id=7add40d1184df283b8199e73e25e4049124e1d7d'/>
<id>7add40d1184df283b8199e73e25e4049124e1d7d</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@437774 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@437774 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>fix validation error</title>
<updated>2006-08-28T18:37:09+00:00</updated>
<author>
<name>André Malo</name>
<email>nd@apache.org</email>
</author>
<published>2006-08-28T18:37:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/apache/httpd.git/commit/?id=40712b8afe546452cbcbaa883e221d42d86b3d48'/>
<id>40712b8afe546452cbcbaa883e221d42d86b3d48</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@437773 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@437773 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix contributed by  Bjarne D Mathiesen &lt;macintosh@mathiesen.info&gt;</title>
<updated>2006-08-23T16:20:35+00:00</updated>
<author>
<name>Noirin Plunkett</name>
<email>noirin@apache.org</email>
</author>
<published>2006-08-23T16:20:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/apache/httpd.git/commit/?id=308ea46dead1629b81a5eab0a39d3d5ef1502a0e'/>
<id>308ea46dead1629b81a5eab0a39d3d5ef1502a0e</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@434071 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@434071 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow the typical non-DAV methods to be unrestricted</title>
<updated>2006-08-22T17:07:54+00:00</updated>
<author>
<name>Joshua Slive</name>
<email>slive@apache.org</email>
</author>
<published>2006-08-22T17:07:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/apache/httpd.git/commit/?id=86319c427decd99903aa849eb61f4881d6429602'/>
<id>86319c427decd99903aa849eb61f4881d6429602</id>
<content type='text'>
in our DAV examples (in particular, POST).  Also
change &lt;Location&gt; to &lt;Directory&gt; in the docs.  This
particular example was not a security problem because
&lt;Location&gt; was being used to *extend* access, rather than
to *restrict* access, but it is better to encourage
people to use &lt;Directory&gt; by default.

PR: 40030


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@433694 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in our DAV examples (in particular, POST).  Also
change &lt;Location&gt; to &lt;Directory&gt; in the docs.  This
particular example was not a security problem because
&lt;Location&gt; was being used to *extend* access, rather than
to *restrict* access, but it is better to encourage
people to use &lt;Directory&gt; by default.

PR: 40030


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@433694 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>My last effort was a little too succinct and not quite precise</title>
<updated>2006-08-20T19:46:24+00:00</updated>
<author>
<name>Joshua Slive</name>
<email>slive@apache.org</email>
</author>
<published>2006-08-20T19:46:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/apache/httpd.git/commit/?id=53133772ac0baaf835eb73451f58d17632bfb19f'/>
<id>53133772ac0baaf835eb73451f58d17632bfb19f</id>
<content type='text'>
enough.  Try being more explicit.

This does leave the danger that people will clip the &lt;Location&gt;
example as the proper way to do things, when they should be
reading on to the &lt;Directory&gt; example.  The &lt;Location&gt; example
is only correct when used in conjunction with Alias. 


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@433021 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
enough.  Try being more explicit.

This does leave the danger that people will clip the &lt;Location&gt;
example as the proper way to do things, when they should be
reading on to the &lt;Directory&gt; example.  The &lt;Location&gt; example
is only correct when used in conjunction with Alias. 


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@433021 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a note about case-sensitivity to the windows platform docs.</title>
<updated>2006-08-20T18:48:24+00:00</updated>
<author>
<name>Joshua Slive</name>
<email>slive@apache.org</email>
</author>
<published>2006-08-20T18:48:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/apache/httpd.git/commit/?id=51a32c455163c877eaa7d01d28d95bbb2e78a4c3'/>
<id>51a32c455163c877eaa7d01d28d95bbb2e78a4c3</id>
<content type='text'>
Partially in response to the disputed vulnerability:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4110


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@433005 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Partially in response to the disputed vulnerability:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4110


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@433005 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Make it clear that url-path is always case-sensitive.</title>
<updated>2006-08-20T18:08:43+00:00</updated>
<author>
<name>Joshua Slive</name>
<email>slive@apache.org</email>
</author>
<published>2006-08-20T18:08:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/apache/httpd.git/commit/?id=1f2b32f04e587a32a28f9de680524ab599130b43'/>
<id>1f2b32f04e587a32a28f9de680524ab599130b43</id>
<content type='text'>
Provide an example of using a regex to make it case-insensitive.
Make it clear that ScriptAlias is only used when you want
BOTH mapping and script-designation.

Partially in response to the disputed vulnerability:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4110


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@432997 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide an example of using a regex to make it case-insensitive.
Make it clear that ScriptAlias is only used when you want
BOTH mapping and script-designation.

Partially in response to the disputed vulnerability:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4110


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@432997 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>update convmap</title>
<updated>2006-08-18T22:08:26+00:00</updated>
<author>
<name>André Malo</name>
<email>nd@apache.org</email>
</author>
<published>2006-08-18T22:08:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/apache/httpd.git/commit/?id=9db2cce5ed048247617f5241af51b7c6df491994'/>
<id>9db2cce5ed048247617f5241af51b7c6df491994</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@432743 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@432743 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>update transformation</title>
<updated>2006-08-18T18:09:09+00:00</updated>
<author>
<name>André Malo</name>
<email>nd@apache.org</email>
</author>
<published>2006-08-18T18:09:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/apache/httpd.git/commit/?id=99b093006522a2e51cf151ec8f4f488a514f82de'/>
<id>99b093006522a2e51cf151ec8f4f488a514f82de</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@432667 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@432667 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates docs w/ transforms. Use Andre's patch to lib/DocUtil.pm</title>
<updated>2006-08-18T13:09:12+00:00</updated>
<author>
<name>Jim Jagielski</name>
<email>jim@apache.org</email>
</author>
<published>2006-08-18T13:09:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/apache/httpd.git/commit/?id=611d2fc34b635e4ecd33a3173f448bb22de4e5cd'/>
<id>611d2fc34b635e4ecd33a3173f448bb22de4e5cd</id>
<content type='text'>
to work around some OS X issues which mangled paths


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@432570 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to work around some OS X issues which mangled paths


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@432570 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
