[Bug 2585] Server should return a 404 HTTP status code if the page does not exist

2011-01-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2585

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||bawolff...@gmail.com
 Resolution||FIXED

--- Comment #36 from Bawolff bawolff...@gmail.com 2011-01-16 00:48:50 UTC ---
image page issue fixed in r80407.

Category page issue (bug 26729) in previous comment fixed in r80406


In regards to Comment 31, i agree with Platonides, 404 is not the appropriate
response code in that situation.


 marking as fixed. If i missed anything (this bug is long, and hard to keep
track of why it was re-opened) please re-open.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 2585] Server should return a 404 HTTP status code if the page does not exist

2011-01-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2585

Roger W Haworth w...@rhaworth.net changed:

   What|Removed |Added

 CC||w...@rhaworth.net

--- Comment #35 from Roger W Haworth w...@rhaworth.net 2011-01-14 17:56:39 
UTC ---
Deleted or never-existed categories should return HTTP 404. I have raised this
request as a separate bug: https://bugzilla.wikimedia.org/show_bug.cgi?id=26729

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 2585] Server should return a 404 HTTP status code if the page does not exist

2011-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2585

--- Comment #34 from wikimedia.bugzi...@astralcloak.net 2011-01-11 09:17:10 UTC 
---
Created attachment 7970
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7970
Trivial patch to return 404 in the File namespace

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 2585] Server should return a 404 HTTP status code if the page does not exist

2010-12-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2585

Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com changed:

   What|Removed |Added

 CC||wikimedia.bugzi...@astralcl
   ||oak.net

--- Comment #33 from Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com 
2010-12-08 18:21:52 UTC ---
*** Bug 26282 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 2585] Server should return a 404 HTTP status code if the page does not exist

2009-11-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2585





--- Comment #31 from jida...@jidanni.org  2009-11-15 02:28:38 UTC ---
As of r59081 for regular pages it still breaks if one appends a %25E9 to the
URL:
$ GET -PSd http://taizhongbus.jidanni.org/index.php?title=NOSUCHPAGE
GET http://taizhongbus.jidanni.org/index.php?title=NOSUCHPAGE -- 404 Not Found
$ GET -PSd http://taizhongbus.jidanni.org/index.php?title=NOSUCHPAGE%25E9
GET http://taizhongbus.jidanni.org/index.php?title=NOSUCHPAGE%25E9 -- 200 OK


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 2585] Server should return a 404 HTTP status code if the page does not exist

2009-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2585





--- Comment #30 from Brion Vibber br...@pobox.com  2009-10-19 23:57:23 UTC ---
Looks fine on a regular page; may be something funky about image pages.

ImagePage::hasViewableContent() correctly returns false here, so we've probably
got something shortcutting and the skip doesn't end up going right. The check 
404 are in Article::showMissingArticle(), which gets called from
Article:view()... in a scary scary scary loop that I don't understand at first
glance. :)


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 2585] Server should return a 404 HTTP status code if the page does not exist

2009-10-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2585


Manfred Krüger manfre...@arcor.de changed:

   What|Removed |Added

 CC||manfre...@arcor.de
 Status|RESOLVED|REOPENED
   Priority|Lowest  |Normal
 Resolution|FIXED   |




--- Comment #29 from Manfred Krüger manfre...@arcor.de  2009-10-17 18:09:19 
UTC ---
http://en.wikipedia.org/wiki/File:TestIt.jpg still yields status 200, so for
files it doesn't work.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 2585] Server should return a 404 HTTP status code if the page does not exist

2009-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2585


mac.me...@gmail.com changed:

   What|Removed |Added

 CC||rebornfromtheas...@gmail.com




--- Comment #28 from mac.me...@gmail.com  2009-10-02 18:52:03 UTC ---
*** Bug 6545 has been marked as a duplicate of this bug. ***


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 2585] Server should return a 404 HTTP status code if the page does not exist

2009-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2585


jida...@jidanni.org changed:

   What|Removed |Added

Version|unspecified |1.16-svn




--- Comment #27 from jida...@jidanni.org  2009-05-13 00:07:48 UTC ---
In https://issues.apache.org/bugzilla/show_bug.cgi?id=47186 there you are on
one hand returning
  'badtitletext'= 'The requested page title was invalid, empty, or an
incorrectly linked inter-language or inter-wiki title.
and at the same time a cheery 200 OK. Are you sure you want to do that?


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 2585] Server should return a 404 HTTP status code if the page does not exist

2008-12-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2585


Splarka h...@goldrush.com changed:

   What|Removed |Added

 CC||h...@goldrush.com




--- Comment #26 from Splarka h...@goldrush.com  2008-12-27 02:54:48 UTC ---
Observations:

It is very annoying to have must-revalidate along with 404, as the browser
cannot cache the page even with forward/backward navigation. This isn't
terribly critical, but form elements are also reinitilized in most browsers in
such a case. If the MediaWiki:Noarticletext has custom forms they get erased
(and even the search box). This should probably become a separate bug entry
(suppress must-revalidate on 404s?).

The fringe cases of ISP-hijacked, browser-overridden, seems /mostly/ harmless,
since content without a page (populated missing categories, shared media
without local descriptions) which can be accessed via easy means (such as via
Search [GO]) are not given 404. However, one case where they are, but still
GOable, is any page starting with the User: prefix (whether the user exists or
not, whether the page is a base page or user subpage). Example:
http://meta.wikimedia.org/w/index.php?search=User%3AIamgoingto404ville/foogo=Go
302s to a 404 which should never happen. This should probably become a separate
bug entry (never 302 to a 404?).


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 2585] Server should return a 404 HTTP status code if the page does not exist

2008-12-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2585


Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #25 from Brion Vibber br...@wikimedia.org  2008-12-22 23:40:36 
UTC ---
Reimplemented this in r44919.

This is less expansive than the old 2005 implementation (r11307), hitting only
page views (won't affect action=edit) and doesn't attempt to cover error
conditions either (many of which should probably return a different code).

Pages which exist in the DB or return true for Title::isAlwaysKnown() such as
file pages for existing files, as well as category pages that exist, are
treated as existing by returning true for Article::hasViewableContent().


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l