-
Committer:
mattgiuca
-
Date:
2008-01-09 22:50:43 UTC
-
Revision ID:
svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:145
fileservice: Removed bad setting of response status to req.OK (this was
resulting in 500 errors).
dispatch.request: Set all request objects' response status to req.HTTP_OK
instead of req.OK - this makes the default response status 200 instead
of 500.