solidusjs / solidus

A simple server that generates pages from JSON and Templates
MIT License
28 stars 7 forks source link

Temporary redirect start and end times are checked incorrectly #91

Closed Fauntleroy closed 10 years ago

Fauntleroy commented 10 years ago

The start and end times of redirects are not checked at the appropriate time. Currently they're checked when the redirect is instantiated, instead of when the redirect is requested.

Fauntleroy commented 10 years ago

https://github.com/SparkartGroupInc/solidus/pull/95