Ticket #102 (assigned defect)

Opened 2 years ago

Last modified 1 year ago

Use HTTP response codes correctly

Reported by: dom Assigned to: dom (accepted)
Priority: normal Milestone:
Component: openguides Version: svn
Severity: normal Keywords: hackfestsummer2007-reviewed
Cc:

Description

For example, if I try to visit action=about when that action isn't defined, I should get an HTTP 404 or similar, rather than an HTML message about node not being found.

Change History

04/19/06 17:31:58 changed by dom

  • status changed from new to assigned.
  • milestone set to 0.54.

12/11/06 15:17:45 changed by dom

  • milestone deleted.

12/11/06 15:17:53 changed by dom

  • status changed from assigned to new.
  • owner deleted.

06/07/07 20:14:58 changed by dom

  • owner set to Nobody.

06/09/07 21:45:31 changed by dom

  • keywords set to hackfestsummer2007-confirmed.
  • status changed from new to assigned.
  • owner changed from Nobody to dom.

There are a couple of strands to this eg 404 for non-existent nodes (with the same "would you like to create this page") and redirects for unknown URL params in general. More investigation to find out what this affects, and possibly discussion about how it should behave.

06/09/07 21:46:20 changed by dom

  • keywords changed from hackfestsummer2007-confirmed to hackfestsummer2007-reviewed.

06/10/07 14:45:21 changed by dom

(In [1054]) Add support in output routine for specifying HTTP status code (see #102)

06/10/07 16:21:03 changed by dom

(In [1057]) If an unknown action is used redirect to action=display, preserving other args (see #102)

06/11/07 21:01:52 changed by dom

The final part of this needs #193 to happen first.