E&S CVS Commit: PEAK - Raise an "unsupported method" HTTP error if request method isn't GET or

pje at eby-sarna.com pje at eby-sarna.com
Mon Aug 4 18:49:01 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Mon Aug  4 22:48:35 UTC 2003

Modified Files:
	PEAK/src/peak/web: errors.py resources.py

Log Message:
Raise an "unsupported method" HTTP error if request method isn't GET or
HEAD for a static resource.  Also, don't send body content if method is
HEAD.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/web/errors.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/PEAK/src/peak/web/resources.py.diff?r1=1.7&r2=1.8

To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/web/errors.py
cvs rdiff -r1.7 -r1.8 PEAK/src/peak/web/resources.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list