Project

General

Profile

Actions

Defect #19325

closed

ActionController::UnknownFormat: error for PDF request and unknown user

Added by Björn Peemöller about 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Normal
Category:
Accounts / authentication
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

Hi, I just got the following error for my Redmine 3.0.0 installation:

ERROR MESSAGE:

ActionController::UnknownFormat: ActionController::UnknownFormat

WHERE:

issues#show

app/controllers/application_controller.rb:238
app/controllers/application_controller.rb:266

URL:

https://<our-server>/issues/353.pdf

BROWSER:

100.0%     Googlebot 2.1 ()

FULL BACKTRACE:

[GEM_ROOT]/gems/actionpack-4.2.0/lib/action_controller/metal/mime_responds.rb:218
app/controllers/application_controller.rb:238
app/controllers/application_controller.rb:266
[GEM_ROOT]/gems/activesupport-4.2.0/lib/active_support/rescuable.rb:80
...

The problem arises when a user that is not logged in tries to retrive the PDF export of an issue, which is not allowed in our configuration. It seems for me that the method require_login in application_controller.rb is missing a case for the PDF format.

Actions #1

Updated by Jean-Philippe Lang about 9 years ago

  • Subject changed from Redmine 3.0.0 throws ActionController::UnknownFormat: ActionController::UnknownFormat for PDF request and unknown user to Redmine 3.0.0 throws ActionController::UnknownFormat: for PDF request and unknown user
  • Status changed from New to Resolved
  • Assignee set to Jean-Philippe Lang
  • Target version set to 3.0.1
  • Resolution set to Fixed

The problem arises when a user that is not logged in tries to retrive the PDF export of an issue, which is not allowed in our configuration

Permission for exporting to PDF is not a core feature but this error should be fixed by r14069.

Actions #2

Updated by Björn Peemöller about 9 years ago

Thanks for fixing this!

Actions #3

Updated by Jean-Philippe Lang about 9 years ago

  • Subject changed from Redmine 3.0.0 throws ActionController::UnknownFormat: for PDF request and unknown user to ActionController::UnknownFormat: error for PDF request and unknown user
  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF