mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: permalink normalization not applied at constraint
implement permalink import for lithium
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class PermalinkConstraint
|
||||
|
||||
def matches?(request)
|
||||
Permalink.where(url: request.fullpath[1..-1]).exists?
|
||||
Permalink.where(url: Permalink.normalize_url(request.fullpath)).exists?
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user