Merge pull request #3550 from techAPJ/patch-1

FIX: new-topic URL should survive login redirection
This commit is contained in:
Arpit Jalan
2015-06-16 07:19:42 +05:30
3 changed files with 4 additions and 1 deletions

View File

@ -72,6 +72,7 @@ class StaticController < ApplicationController
uri.path !~ /\./
destination = uri.path
destination = "#{uri.path}?#{uri.query}" if uri.path =~ /new-topic/
end
rescue URI::InvalidURIError
# Do nothing if the URI is invalid