add url_for() into redirect of default_boji_comments()
ClosedPublic

Authored by garretraziel on Jun 25 2014, 12:26 PM.

Details

Summary

Add url_for() into redirect of default_boji_comments() so that
visiting /boji/comments redirects you correctly in case of different
baseurl.

Test Plan

Ran fake_fedorainfra app, visited localhost:5000/boji/comments,
got redirected to localhost:5000/boji/comments/0. Configured Apache to host
fake_fedorainfra under localhost/fake_fedorainfra, tried it again.

Diff Detail

Repository
rFAKE fake_fedorainfra
Lint
Lint Skipped
Unit
Unit Tests Skipped
garretraziel retitled this revision from to add url_for() into redirect of default_boji_comments().Jun 25 2014, 12:26 PM
garretraziel updated this object.
garretraziel edited the test plan for this revision. (Show Details)
garretraziel added a reviewer: tflink.
tflink accepted this revision.Jun 25 2014, 1:03 PM

Looks good to me

This revision is now accepted and ready to land.Jun 25 2014, 1:03 PM
garretraziel closed this revision.Jun 25 2014, 1:52 PM
garretraziel updated this revision to Diff 459.

Closed by commit rFAKE21079fb7b98c (authored by Garret Raziel <boloomka@gmail.com>).