Actions
Bug / Feature #4409
closedRedmine Fehler
Status:
Closed
Priority:
Normal
Assignee:
Apophis
Category:
-
Target version:
-
Start date:
20 January 2013
Due date:
03 February 2013
% Done:
100%
Estimated time:
2.00 h
Request Type:
Bug Report
Description
Redmine sollte saubere Fehler ohne Stacktrace ausgeben.
Testcase:
http://projects.piratenpartei.ch/issues/2588
- Konfiguration Thin?
- Production
Updated by Apophis about 13 years ago
Problem was we are only working with local ip's, and on local IPs it always delievers the stack trace.
I added the following to the application_controller.rb
def local_request?(*args) return false end
Now the HTML pages from
public
are delievered.
example 404: http://projects.piratenpartei.ch/pad/edit/50
Updated by Apophis about 13 years ago
- Status changed from Needs Work to Done
- % Done changed from 0 to 100
Actions