#58 ✓resolved
Licenser

Windows missing template bug

Reported by Licenser | July 18th, 2008 @ 11:12 AM

The commit "5573c2da947bb270319e3057f3002a969e0fbaea ":http://github.com/tablatom/hobo/commit/5573c2da947bb270319e3057f30... done to fix the problem with windows showing a 500 error instead of a stacktrace did not entirely fix the problem.

Windows uses uppercase letters for drive names (at least it does here) so the regular expression needs to be marked non case sensitve.

Fix:
Line 64 of the file hobo/lib/hobo/dryml/template_handler.rb needs to read:
@@@ Ruby if template_path !~ /^([a-z]:)?\//i && # not an absolute path (e.g. an exception ERB template)


Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

People watching this ticket

Tags

Referenced by

Pages