Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] mapping client-side file locations to server file system locations

I have some code that maps the location as seen by the Orion client to the path of the file under the Orion server workspace.

It seems for Orion 5.0 file locations changed again, to something such as:

/file/myuser-OrionContent/top-folder/subfolder/file.txt

whereas in 4.0 I believe it used to be:

/file/myuser/top-folder/subfolder/file.txt 

And of course that broke my mapping hack.

I can change my hack to strip the -OrionContent substring, but it would be good to have an idea of where things are going and if it is worth doing that (or will it break again in 6.0). Is there a (supported) direction on how tools can map client-side locations to server-side content locations?

Cheers,

Rafael 

Back to the top