HI,
we just upgraded from Teamsite 7.3.2 to 8.2.0
I was trying to set up the LSCS api externally so I can do ajax calls and in the new version of the lscs I see something strange happening. when I issue the following query: it works fine when I query by metadata but when I query by path to get the document contents I have issues
run this
http://lscsxxx:8443/lscs/v1/document/path/templatedata/mycomp/header/data/header.xml?project=//myserv/default/main/www/mycomp/GlobalSite
before return results it changes to
http://lscs-static/c57/a95/c57a951685e94788937ac05ef9ded7bc/content/templatedata/mycomp/header/data/header.xml
I dont see anywhere in the documentation this change but the issue that I am having is that is stripping out the main url( domain unless I use the localhost or the server name) and it throws error.
Any help would appreciated