[Pkg-privacy-commits] [msva-perl] 02/356: fixed typo that caused wget to segfault

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository msva-perl.

commit a2e8dceebc375e3d32e5290c4f1811595cf1ab0a
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Tue Jan 5 21:27:03 2010 -0500

    fixed typo that caused wget to segfault
---
 msva | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/msva b/msva
index 75e28f6..738d4c2 100755
--- a/msva
+++ b/msva
@@ -30,7 +30,7 @@ use strict;
       printf("HTTP/1.0 %s\r\nContent-Type: application/json\r\n\r\n%s", $status, to_json ($object));
 
     } else {
-      printf("HTTP/1.0  Bad Request -- not handled by Monkeysphere validation agent\r\nContent-Type: text/plain\r\n\r\nBad Request -- the path:\r\n   %s\r\nis not handled by the MonkeySphere validation agent.\r\nPlease try one of the following paths instead:\r\n\r\n%s\r\n", $path, ' * '.join("\r\n * ", keys %dispatch) );
+      printf("HTTP/1.0 400 Bad Request -- not handled by Monkeysphere validation agent\r\nContent-Type: text/plain\r\n\r\nBad Request -- the path:\r\n   %s\r\nis not handled by the MonkeySphere validation agent.\r\nPlease try one of the following paths instead:\r\n\r\n%s\r\n", $path, ' * '.join("\r\n * ", keys %dispatch) );
     }
   }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/msva-perl.git



More information about the Pkg-privacy-commits mailing list