Bug #1415

WebTT: Raw file import files to import files from a sub-directory on Windows.

Added by sfb over 6 years ago.

Status:New Start date:12/21/2011
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:Tools: General
Target version:-

Description

WebTT is configured to point at the 'translation' folder from Ryzom which has a structure like this:

  • translation
    • translated
    • diff
    • work

If I import a raw file such as wk.uxt from a subfolder such as translated the file that it imports is "translated\wk.uxt". When you import this the URL becomes:

http://webtt.somewhere.com/admin/raw_files/import/translated\wk.uxt

The result is a 404 Not Found error because the \ breaks the parameter path. The file name needs to be sanitized for Unix-style paths before being appended to the 'Import' link.

Also available in: Atom PDF