Active
Project:
Views 404
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2012 at 04:42 UTC
Updated:
5 May 2013 at 12:57 UTC
Standard Drupal behavior is to pass arguments.
Views has a solution for this if you want, the Global: NULL argument. You don't present that option.
You present this as though Views is behaving badly. This is apparently convincing users that Views is broken.
Please fix this misinformation.
Comments
Comment #1
merlinofchaos commentedAllow me to amend:
Standard Drupal behavior is to pass all arguments through,whether or not they requested. Sometimes this behavior is desired.
Comment #2
mikeytown2 commentedFinally got around to this. To me it seems that if no argument handlers are set, views should use the global null by default (404). If I have the time I'll work on this during one of the code sprint times at DrupalCon http://denver2012.drupal.org/sprints. Code is about 2 years old, but I'll put in some time to fix it so it uses the global null. I've updated the project page.
Comment #3
hass commentedI tried to repro this by:
Global: Nullfoo/barcauses an all times 404.I cannot get 404's working without the views404 module. What I'm doing wrong?