New install on Linux 7
Deployed some stuff (component guide and other sample) but I forgot to update the projects (so they are still in the branch form)
Turned tunneling on, also tried curl to localhost
Using this URL:
curl http://localhost:1876/lscs/v1/projects///teamsite/default/main/component-guide?method=DELETE<?xml version="1.0" encoding="UTF-8" ?><projects xmlns="http://www.interwoven.com/schema/iwrr"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://www.interwoven.com/schema/iwrr iwrr.xsd" ><project name="//teamsite/default/main/component-guide" id="//teamsite/default/main/component-guide"/></projects>
Nothing is dropped.
Can anyone else try ?
Not certain if this is a bug or what. However I did a DREINITIAL on the instance and fixed my lscs-authoring.xml
After that I could drop with
http://localhost:1876/lscs/v1/projects/component-guide?method=DELETE
Since I never use project names with the full branch path, this won't be an issue for me, though I suspect there is a bug somewhere.