Actions
Bug #20168
closedKatello Gpg Key Content-Type
Description
Description of problem:
When you open a gpg key using a browser such as Firefox using https://hostname/katello/api/v2/repositories/ID/gpg_key_content the browser interprets the response as json.
Version-Release number of selected component (if applicable):
Katello 3.3.2
How reproducible:
Always
Steps to Reproduce:
Browse to the gpg key of a repository https://hostname/katello/api/v2/repositories/1234/gpg_key_content
Actual results:
Text with a content type of application/json.
Expected results:
Text with a content type of text/html.
Additional info:
You are able to view the gpg key using curl correctly.
Actions