Description of problem: Calling Application.legacyMake() sets the path to the site nodes url which ends in a slash. When creating a legacy free application by calling Application.make() the path can not contain a slash at the end. The dispatcher looks up applications using a slash at the end which causes legacy free applications to not be found.