garden20 / dashboard

Provides a welcome page, a top menu bar, and app installation and management for Garden apps.
4 stars 7 forks source link

fixed redirect bug #30

Closed mandric closed 11 years ago

mandric commented 11 years ago

I should probably remove the redirect_trailing_slash function if you think this is a good fix. It seems couchdb doesn't see the difference with "" and "/" in the rewrites so we get infinite redirect.

ghost commented 11 years ago

I'm still seeing the issue with a fully-reset Safari and Firefox, with this applied. (Edit: Nevermind; patch works, but it looks like it just didn't get applied to that dashboard.couch...)

mandric commented 11 years ago

Sure enough this breaks pathing in a bunch of places. Don't merge this... I'll see if I can get to the bottom of it...

ryanramage commented 11 years ago

I basically added the changes here: 626e2a5748069085a5c449ed88ef50fbff305bec

Thanks @mandric