Project

Profile

Help

Issue #4278

closed

Content app fails with unhandled exception, where it should 404

Added by mdellweg over 5 years ago. Updated over 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:

Description

When trying to download from the wrong location, i'd expect the content app to serve a 404 response. Instead, it simply closes the connection.

In the test log i see:

requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',))

And pjournal shows:

Dec 19 10:35:10 pulp3 gunicorn[15266]: [2018-12-19 10:35:10 +0000] [15277] [ERROR] Unhandled exception
Dec 19 10:35:10 pulp3 gunicorn[15266]: Traceback (most recent call last):
Dec 19 10:35:10 pulp3 gunicorn[15266]:   File "/home/vagrant/.virtualenvs/pulp/lib64/python3.6/site-packages/aiohttp/web_protocol.py", line 410, in start
Dec 19 10:35:10 pulp3 gunicorn[15266]:     await resp.prepare(request)
Dec 19 10:35:10 pulp3 gunicorn[15266]: AttributeError: 'NoneType' object has no attribute 'prepare'

Related issues

Has duplicate Pulp - Issue #4321: 500 error when content path does not existCLOSED - DUPLICATEActions
Actions #1

Updated by CodeHeeler over 5 years ago

  • Triaged changed from No to Yes
Actions #2

Updated by mdellweg over 5 years ago

  • Status changed from NEW to ASSIGNED
  • Assignee set to mdellweg

Added by mdellweg over 5 years ago

Revision 845485da | View on GitHub

Make content app serve 404 on wrong urls

closes #4278 https://pulp.plan.io/issues/4278

Added by mdellweg over 5 years ago

Revision 845485da | View on GitHub

Make content app serve 404 on wrong urls

closes #4278 https://pulp.plan.io/issues/4278

Actions #3

Updated by mdellweg over 5 years ago

  • Status changed from ASSIGNED to MODIFIED
Actions #4

Updated by daviddavis over 5 years ago

  • Has duplicate Issue #4321: 500 error when content path does not exist added
Actions #5

Updated by daviddavis about 5 years ago

  • Tags Pulp 3 added
Actions #6

Updated by daviddavis almost 5 years ago

  • Sprint/Milestone set to 3.0.0
Actions #7

Updated by bmbouter almost 5 years ago

  • Tags deleted (Pulp 3)
Actions #8

Updated by bmbouter over 4 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF