Safihre
e3d229104a
CherryPy 8.1.2 - The .exe shouldn't restart with interpreter args
9 years ago
Safihre
bb92059343
CherryPy 8.1.2 - LF in MIME records and don't crash on IPv6 in error msg
Even though it's against the protocol.
9 years ago
Safihre
1e72304c25
CherryPy 8.1.2 - Fix last SSL-bug
9 years ago
Safihre
692ed8fce8
CherryPy 8.1.2 - Update and set version
9 years ago
shypike
a10a5a5f63
Fix crash in CherryPy when it reports problems with some IPv6 addresses.
A bug in Python's traceback logging causes a crash when an IPv6 address with an embedded % is reported.
9 years ago
shypike
53051a94ee
Accept MIME records that have only LF line endings.
Some tool developers just ignore the rule requiring CRLF.
9 years ago
shypike
c8b4b9db94
Patch CherryPy 6.0.2 : Implement 301 redirection for http-->https
Needed for Bonjour support.
9 years ago
shypike
7893f90d26
Patch CherryPy 6.0.2: Prevent crash when encountering a pathless URI.
9 years ago
shypike
5654569c22
CherryPy 6.0.2 patch: to avoid Unicode bugs in PyOpenSSL 0.14
On some systems this resulted in a crash.
9 years ago
shypike
811b625d52
CherryPy 6.0.2 patch: hard-code the version number
9 years ago
shypike
42bba99831
Move to CherryPy 6.0.2, official distribution
9 years ago
shypike
f03d3abf9a
Accept MIME records that have only LF line endings.
Some tool developers just ignore the rule requiring CRLF.
9 years ago
shypike
4db550c22c
Fix crash in CherryPy when it reports problems with some IPv6 addresses.
A bug in Python's traceback logging causes a crash when an IPv6 address with an embedded % is reported.
9 years ago
shypike
69ce6e3311
Patch CherryPy 5.1.0: Fix CherryPy's header parsing bug.
Due to a bug in its header parsing, uploaded files could not contain semicolons.
CherryPy bug: 1397
9 years ago
shypike
d694184cce
Patch CherryPy 5.1.0: Prevent crash when encountering unexpected URI structure.
9 years ago
shypike
5522e59932
Patch CherryPy 5.1.0: Prevent crash when encountering a pathless URI.
9 years ago
shypike
69ea306967
Patch CherryPy 5.1.0: to avoid Unicode bugs in PyOpenSSL 0.14
On some systems this resulted in a crash.
9 years ago
shypike
cc08040774
Patch CherryPy 5.1.0 : Implement 301 redirection for http-->https
Needed for Bonjour support.
9 years ago
shypike
9f1d1c5cb7
Update CherryPy to official 5.1.0 release
9 years ago
shypike
1b477f4885
CherrpPy patch: prevent crash on some special URI-s.
9 years ago
shypike
bd33a729ad
Fix CherryPy's header parsing bug.
Due to a bug in its header parsing, uploaded files could not contain semicolons.
CherryPy bug: 1397
10 years ago
shypike
0cb3872fb5
Yet another patch in CherryPy
10 years ago
shypike
758cac6336
Another patch of CherryPy.
Prevent crash when encountering a pathless URI.
10 years ago
shypike
87949e25b3
Another patch for CherryPy 3.8.0
This error keeps coming back.
https://bitbucket.org/cherrypy/cherrypy/issues/1296/attributeerror-module-object-has-no
10 years ago
shypike
a7c38434d7
Patch CherryPy to avoid Unicode bugs in PyOpenSSL 0.14
On some systems this resulted in a crash.
This was patched before in the previous CherryPy in
commit d1a87c4564
10 years ago
shypike
30be2c447a
Add patch file for CherryPy 3.8.0
10 years ago
shypike
da9e39367d
Patch CherryPy to support 301 redirection.
Needed to support the broken Bonjour/ZeroConfig protocol that
only allows an HTTP address to set, even for a HTTPS-only server.
10 years ago
shypike
1889ecd6fb
Add official CherryPy 3.8.0 release.
10 years ago
shypike
d56c19ae1d
The 301 redirection message should use the IP of the caller.
301 should not use "localhost" but the actual IP of the calling client.
Needed to support Bonjour/Zerconfig.
10 years ago
shypike
d1a87c4564
Patch CherryPy to avoid Unicode bugs in PyOpenSSL 0.14
10 years ago
shypike
4e69fa3f4a
CherryPy Patch: allow UTF-8 encoding of headers.
Modern browsers can use non standardized UTF-8 encoding on headers, most notably the Content-Disposition.
In Content-Disposition it is used to carry file names.
Patch CherryPy so that UTF-8 is tried before ISO-8859-1.
12 years ago
shypike
7d9afc3bbd
CherryPy patch: allow setting of a HTTPS-->HTTP forwarding using "301 Moved Permanently".
Needed for later Bonjour support.
12 years ago
shypike
e24e374c15
CherryPy patch: no strict adherence to CRLF requirement for MIME messages. (Correction)
This would break some poorly written third-party utilities (like nzbdStatus for FireFox).
12 years ago
shypike
24fef5a838
CherryPy patch: no strict adherence to CRLF requirement for MIME messages.
This would break some poorly written third-party utilities (like nzbdStatus for FireFox).
12 years ago
shypike
ede33fad32
CherryPy patch: fix HTTPS file upload bug.
As described in: https://bitbucket.org/cherrypy/cherrypy/issue/1068
12 years ago
shypike
c811e090ec
CherryPy patch: fix missing import of 'socket_errors_to_ignore'.
12 years ago
shypike
05c7c60c1f
Add CherryPy 3.2.2 official release.
Folders 'tutorial', 'test' and 'scaffold' have been removed.
The root folder of the tar.gz has been omitted.
File VERSION.txt has been added.
12 years ago
shypike
347eaf46c3
Remove old CherryPy version.
12 years ago
John Manoogian III
7f7f3dddb5
Fix typo in config+comments: s/seperate/separate/g
12 years ago
shypike
2aa1b00dbb
Prevent CherryPy crash when reading a cookie from another app which has a non-standard name.
13 years ago
ShyPike
744290c228
Log failed attempts to login to the Web UI.
13 years ago
ShyPike
9dbb43b4e7
Replace current icon files with smaller ones (thanks, inpheaux).
13 years ago
ShyPike
8d470ca57f
Add CherryPy module as complete source tree.
14 years ago