commit | 13531b73eb35e4a880a58c16ac28ca7838e7bd7a | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Mon Feb 20 12:35:23 2012 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Mon Feb 20 12:35:23 2012 +0530 |
tree | 995d47d44668fe56910a1983a49576a8d8c2a352 | |
parent | e08b9425cb7b39948faf3dfd692234a8ca923775 [diff] [blame] |
form bugfix and otehr minor fixes
diff --git a/index.cgi b/index.cgi index d618250..686ce05 100755 --- a/index.cgi +++ b/index.cgi
@@ -24,7 +24,7 @@ webnotes.http_request = webnotes.auth.HTTPRequest() except webnotes.AuthenticationError, e: pass - except webnotes.defs.IllegalDomainException, e: + except webnotes.UnknownDomainError, e: print "Location: " + (webnotes.defs.redirect_404) def respond():