<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/paste/proxy.py, branch 1.6</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/paste-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/'/>
<entry>
<title>Don't overwrite X-Forwarded-For</title>
<updated>2007-10-30T21:25:52+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2007-10-30T21:25:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=f8505e69f864e946f268f303f6d8a4025c79679d'/>
<id>f8505e69f864e946f268f303f6d8a4025c79679d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Treat missing Content-Length as 0, not unlimited</title>
<updated>2007-04-25T21:17:17+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2007-04-25T21:17:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=bf36d220557ee3341b51945234948f437afdd336'/>
<id>bf36d220557ee3341b51945234948f437afdd336</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix case with continuation headers</title>
<updated>2007-04-17T21:12:31+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2007-04-17T21:12:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=dbfc6fff608542c540ff8ec9511eb55ed7a787f5'/>
<id>dbfc6fff608542c540ff8ec9511eb55ed7a787f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Quote SCRIPT_NAME and PATH_INFO in construct_url and when forwarding the request via the proxy</title>
<updated>2006-12-18T19:12:00+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-12-18T19:12:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=8122da5775577faad229f9febc2838d4af3425b4'/>
<id>8122da5775577faad229f9febc2838d4af3425b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for Set-Cookie in paste.proxy</title>
<updated>2006-11-21T03:27:02+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-11-21T03:27:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=f6aaf510350f2cc1ad197ba47852e536e6e3169a'/>
<id>f6aaf510350f2cc1ad197ba47852e536e6e3169a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a force_host arg to TransparentProxy</title>
<updated>2006-10-18T21:56:23+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-10-18T21:56:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=f418617343a21ea16097892ea338c8eab18c0c56'/>
<id>f418617343a21ea16097892ea338c8eab18c0c56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Paste should not depend upon other paste modules, such</title>
<updated>2006-09-21T05:46:57+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-09-21T05:46:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=3559f127031598b0dcc2a243454d2c15309a109b'/>
<id>3559f127031598b0dcc2a243454d2c15309a109b</id>
<content type='text'>
as Deploy.  This patch moves 'converters' into paste.util
since it was being used within paste proper.  I'll leave
it to those who know Deploy to update that.

- copied converters.py from paste.deploy to paste.util
- updated files that use paste.deploy.converters
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as Deploy.  This patch moves 'converters' into paste.util
since it was being used within paste proper.  I'll leave
it to those who know Deploy to update that.

- copied converters.py from paste.deploy to paste.util
- updated files that use paste.deploy.converters
</pre>
</div>
</content>
</entry>
<entry>
<title>Some docstring fixes, and a link fix; exception fix in paste.lint</title>
<updated>2006-09-05T15:01:55+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-09-05T15:01:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=828bfff4cdb051a35e47b256af0ac5a18ad8ddc8'/>
<id>828bfff4cdb051a35e47b256af0ac5a18ad8ddc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch to add suppress_http_headers to paste.proxy.Proxy, from Brad Clements</title>
<updated>2006-08-29T17:28:52+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-08-29T17:28:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=e8e8c440bd9f31e7b8409229f28a70383b87e33c'/>
<id>e8e8c440bd9f31e7b8409229f28a70383b87e33c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added TransparentProxy</title>
<updated>2006-08-24T16:56:56+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-08-24T16:56:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=69405370d260e231a0df58d359b49462f01c9801'/>
<id>69405370d260e231a0df58d359b49462f01c9801</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
