mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-16 20:43:01 +03:00
aa7f3dd5fd
refs #8700 - if you used a url e.g. /page/2abc/ ghost would interpret the 2 as /page/2/ - these urls should have returned 404, but instead were responding correctly - this effectively creates duplicate pages - added a test, but needed a dirty hack to get it to work 😞 - TODO: update casper fixture and use it in channel tests! |
||
---|---|---|
.. | ||
channel-config.js | ||
channels.js | ||
context.js | ||
error.js | ||
fetch-data.js | ||
format-response.js | ||
index.js | ||
post-lookup.js | ||
render-channel.js | ||
secure.js | ||
templates.js |