Originally created by: nhnb
Originally owned by: nhnb
The link tool should be able to support deep links by adding suffixes to the target of the link.
This is useful to keep URLs working, when another tool is replaced by with something hosted outside Allura. (For example because the Allura tool used before got retired).
For example, in the LinkTool may be mounted to "wiki":
http://localhost:8080/p/test/wiki/
and point to http://stendhalgame.org/wiki/
With this patch http://localhost:8080/p/test/wiki/Stendhal will redirect to
http://stendhalgame.org/wiki/Stendhal
Originally by: nhnb
Since forking projects is broken and there is no way to upload patches to the tracker, I stored it at http://pastebin.com/iBDfkCMF
Originally by: nhnb
Merge Request #5
Added some feedback on the merge-request.
I've merged this to the 'dev' branch and it'll be live on SF after our next production push.
Thanks!