https://sourceforge.net/apps/trac/sourceforge/ticket/22672
if I create a page in my project wiki with a name that contains a dot there are problems
Indeed, I tried creating a few pages with dots in the name in my test project, and I found that when I try to edit them, the .blah is removed on the edit page.
Eg. if I go to https://sourceforge.net/p/fancypants/home/one.dot/ (which has no content) I get redirected to https://sourceforge.net/p/fancypants/home/one/edit
Let's fix several other similar wiki issues with certain characters. Take a look at this: https://sourceforge.net/p/allura/tickets/search/?q=status%3Aopen+%26%26+wiki&sort=ticket_num_i+desc&limit=50 (search is too broad, but will help)
Diff:
forge:tv/3231
QA: Create a wiki page with a '.' in the name, where the dotted part is a legit file extension like '.dot or .json'. Make sure the page still works (displays, and can be edited).
(Other wiki fixes will be committed separately under their respective tickets.)
Merged to dev. Had a conflict in the unit test, resolved.