Closed Bug 564378 Opened 14 years ago Closed 14 years ago

[k] 404 for some searches in Japanese

Categories

(support.mozilla.org :: Search, defect)

x86
macOS
defect
Not set
critical

Tracking

(Not tracked)

VERIFIED INVALID

People

(Reporter: stephend, Unassigned)

References

()

Details

http://support.mozilla.com/ja/search/q=foo&language=ja&category=1&category=17&category=18&tags=%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89%E3%83%9E%E3%83%8D%E3%82%B8%E3%83%A3%E3%83%BC&a=1&w=1 is throwing:

Traceback (most recent call last):

  File "/data/virtualenvs/kitsune/src/django/django/core/handlers/base.py", line 128, in get_response
    return callback(request, **param_dict)

  File "/data/virtualenvs/kitsune/src/django/django/views/defaults.py", line 13, in page_not_found
    t = loader.get_template(template_name) # You need to create a 404.html template.

  File "/data/virtualenvs/kitsune/src/django/django/template/loader.py", line 144, in get_template
    template, origin = find_template(template_name)

  File "/data/virtualenvs/kitsune/src/django/django/template/loader.py", line 125, in find_template
    raise TemplateDoesNotExist(name)

TemplateDoesNotExist: 404.html
That doesn't surprise me, since your URL doesn't have a ? in it.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
(In reply to comment #1)
> That doesn't surprise me, since your URL doesn't have a ? in it.

I don't feel bugs on server errors for bad input should be INVALID; shouldn't this at least trigger a 404 (what the exception is about, in fact?)
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
See bug 561537.
Status: REOPENED → RESOLVED
Closed: 14 years ago14 years ago
Resolution: --- → INVALID
The 500 error that occurs after the redirect is bug 564385.
Verified.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.