An error occurred fetching the project authors.
- 26 Mar, 2010 1 commit
-
-
Martin Aspeli authored
-
- 11 May, 2009 1 commit
-
-
Andreas Jung authored
firewalls and security proxies.
-
- 28 Apr, 2009 1 commit
-
-
Tres Seaver authored
o See http://www.owasp.org/index.php/HTTPOnly for a description of the attribute. o Patch from Stephan Hofmockel via https://bugs.launchpad.net/zope2/+bug/367393
-
- 25 Apr, 2009 1 commit
-
-
Laurence Rowe authored
-
- 19 Apr, 2009 1 commit
-
-
Tres Seaver authored
-
- 08 Feb, 2009 1 commit
-
-
Hanno Schlichting authored
-
- 04 Nov, 2008 1 commit
-
-
Sidnei da Silva authored
-
- 27 Oct, 2008 1 commit
-
-
Tres Seaver authored
-
- 09 Sep, 2008 1 commit
-
-
Andreas Jung authored
- Launchpad #267834: proper separation of HTTP header fields using CRLF as requested by RFC 2616.
-
- 09 Jun, 2008 1 commit
-
-
Ranjith Kannikara authored
Changed the condtion checking for setting status of HTTPresponce from if( isinstance(status, types.ClassType) and issubclass(status, Exception)) to if( isinstance(status, (type, types.ClassType)) and issubclass(status, Exception)) for fixing the failures in the module Zope2 M doc/CHANGES.txt M lib/python/ZPublisher/HTTPResponse.py
-
- 06 May, 2007 2 commits
-
-
Hanno Schlichting authored
Merged from 2.10 branch - Collector #2320: HTTPResponse setHeader lowercased keys but getHeader did not, causing lookups of 'Content-Type' to fail
-
Hanno Schlichting authored
Collector #2320: HTTPResponse setHeader lowercased keys but getHeader did not, causing lookups of 'Content-Type' to fail
-
- 14 Jan, 2007 1 commit
-
-
Andreas Jung authored
-
- 08 Oct, 2006 2 commits
-
-
Andreas Jung authored
HTTP header will be done only for 'text/*'
-
Andreas Jung authored
HTTP header will be done only for 'text/*'
-
- 07 Oct, 2006 1 commit
-
-
Andreas Jung authored
HTTP header will be done only for 'text/*'
-
- 21 Jun, 2006 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 15 Jun, 2006 3 commits
-
-
Stefan H. Holek authored
-
Stefan H. Holek authored
-
Stefan H. Holek authored
-
- 27 Jan, 2006 2 commits
-
-
Tres Seaver authored
o Some of the error messages did not close '<p>' tags.
-
Tres Seaver authored
o Some of the error messages did not close '<p>' tags.
-
- 21 Dec, 2005 3 commits
-
-
Andreas Jung authored
the XML preamble is adjusted to the real encoding of the content as specified through the 'charset' within the content-type property.
-
Andreas Jung authored
-
Andreas Jung authored
-
- 20 Dec, 2005 2 commits
-
-
Andreas Jung authored
the 'charset' field is automatically if not specified by the application. The 'charset' is determined by the content-type header specified by the application (if available) or from the zpublisher_default_encoding value as configured in etc/zope.conf
-
Andreas Jung authored
the 'charset' field is automatically if not specified by the application. The 'charset' is determined by the content-type header specified by the application (if available) or from the zpublisher_default_encoding value as configured in etc/zope.conf
-
- 23 Nov, 2005 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 18 Nov, 2005 3 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 09 Oct, 2005 1 commit
-
-
Chris Withers authored
Merge of fix for #1490 to 2.8 branch: new zope.conf option for controlling the encoding of data sent to ZPublisher without any specified encoding.
-
- 08 Oct, 2005 1 commit
-
-
Chris Withers authored
Collector #1490 - Added a new zope.conf option to control the character set used to encode unicode data that reaches ZPublisher without any specified encoding.
-
- 24 Sep, 2005 2 commits
-
-
Andreas Jung authored
Collector #1864, #1906: fixed header normalization in appendHeader()
-
Andreas Jung authored
-
- 29 Mar, 2005 1 commit
-
-
Christian Heimes authored
-