Ticket #217 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

[patch] Default internal_server_error page is broken on windows.

Reported by: gthiesfe..@gmail.com Assigned to:
Priority: medium Milestone: 0.4
Component: Generators Keywords:
Cc:

Description

On windows, the default internal_server_error.html.erb doesn't show the full path to the file, just the drive letter. The regex used is splitting on the colon. I've refactored it so that one regex is used per line, instead of one per token. Actually, if the first regex doesn't match, it will use a second regex to try to match. This catches lines that don't list a method. I have tested on Windows XP with Firefox and Ubuntu Linux 7.04.

Attachments

internal_server_error.patch (1.7 kB) - added by gthiesfe..@gmail.com on 10/02/07 05:55:49.
Fix internal_server_error.html.erb on windows

Change History

10/02/07 05:55:49 changed by gthiesfe..@gmail.com

  • attachment internal_server_error.patch added.

Fix internal_server_error.html.erb on windows

10/02/07 08:58:14 changed by gthiesfe..@gmail.com

  • milestone changed from 0.3.x to 0.4.

11/02/07 22:11:09 changed by e.@brainspl.at

  • status changed from new to closed.
  • resolution set to fixed.

(In [819]) fix default internalservererror template to work on windows, closes #217