From aae067197f3fff253800359649d1f10014b23ecd Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 12 Jan 2011 12:06:08 -0600 Subject: Return 404 on command not found We were returning 200 before. Even 404 is questionable in all cases, but 200 was totally wrong. Also match the case of all of the "Not found" status messsages. Signed-off-by: Dan McGee Signed-off-by: Lars Hjemli --- cgit.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cgit.c') diff --git a/cgit.c b/cgit.c index 65fad7a..e0c2d9f 100644 --- a/cgit.c +++ b/cgit.c @@ -429,7 +429,7 @@ static int prepare_repo_cmd(struct cgit_context *ctx) tmp = xstrdup(ctx->qry.head); ctx->qry.head = ctx->repo->defbranch; ctx->page.status = 404; - ctx->page.statusmsg = "not found"; + ctx->page.statusmsg = "Not found"; cgit_print_http_headers(ctx); cgit_print_docstart(ctx); cgit_print_pageheader(ctx); @@ -448,6 +448,8 @@ static void process_request(void *cbdata) cmd = cgit_get_cmd(ctx); if (!cmd) { ctx->page.title = "cgit error"; + ctx->page.status = 404; + ctx->page.statusmsg = "Not found"; cgit_print_http_headers(ctx); cgit_print_docstart(ctx); cgit_print_pageheader(ctx); -- cgit v1.2.3-54-g00ecf 69052f885'>refslogtreecommitdiff
Commit message (Expand)AuthorFilesLines
2019-07-07Remove old perl packages originally for i3 testingRené 'Necoro' Neumann8-163/+0
2019-06-12[feed2imap] ruby24René 'Necoro' Neumann1-1/+1
2018-12-09Remove xdotoolRené 'Necoro' Neumann1-52/+0
2018-08-04feed2imap: Import old patch from serverRené 'Necoro' Neumann1-2/+2
2018-08-04feed2imap: Presume it works with Ruby:2.3René 'Necoro' Neumann1-1/+1
2018-06-10[i3] Remove old versionsRené 'Necoro' Neumann4-341/+0
2018-06-10Rescued old webkit-gtk-version, needed for PPRené 'Necoro' Neumann16-0/+584
2018-06-10stgit-0.18 with version informationRené 'Necoro' Neumann3-0/+100
2017-09-13[feed2imap] Support Ruby2.2René 'Necoro' Neumann1-1/+1
2016-08-19CleanupRené 'Necoro' Neumann25-703/+0
2016-07-09Add dev-python/pdb-cloneRené 'Necoro' Neumann2-0/+24
2016-07-06Fix r/dependRené 'Necoro' Neumann1-4/+4
2016-07-06Fix r/dependRené 'Necoro' Neumann4-3/+8
2016-07-06Crypt::LERené 'Necoro' Neumann8-0/+97
2016-07-03Python 3.4 support for flask-migrateRené 'Necoro' Neumann2-0/+35
2016-06-26Remove outdated radicaleRené 'Necoro' Neumann5-188/+0
2016-03-25feed2imap: ruby-2.1René 'Necoro' Neumann1-1/+1
2016-03-25i3 with pango but w/o cairoRené 'Necoro' Neumann4-0/+341
2016-02-21Use virtual/udevRené 'Necoro' Neumann1-1/+1
2016-01-09passRené 'Necoro' Neumann2-0/+84