[csw-devel] SF.net SVN: opencsw:[455] catalog_signatures/lib/csw/gpg_daemon.rb
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Thu Jul 21 05:18:39 CEST 2011
Revision: 455
http://opencsw.svn.sourceforge.net/opencsw/?rev=455&view=rev
Author: bdwalton
Date: 2011-07-21 03:18:39 +0000 (Thu, 21 Jul 2011)
Log Message:
-----------
provide unique web errors from the web daemon
Signed-off-by: Ben Walton <bwalton at opencsw.org>
Modified Paths:
--------------
catalog_signatures/lib/csw/gpg_daemon.rb
Modified: catalog_signatures/lib/csw/gpg_daemon.rb
===================================================================
--- catalog_signatures/lib/csw/gpg_daemon.rb 2011-07-21 03:18:15 UTC (rev 454)
+++ catalog_signatures/lib/csw/gpg_daemon.rb 2011-07-21 03:18:39 UTC (rev 455)
@@ -25,11 +25,11 @@
response.body = content
else
response.status = 500
- response.body = "500 There was a problem processing the request."
+ response.body = "500 Problem signing the catalog file."
end
else
response.status = 500
- response.body = "500 There was a problem processing the request."
+ response.body = "500 Catalog file not found at valid path."
end
else
response.status = 400
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list