HiI am trying to update the autosuggest_dict.xml (attached) often using CQ5 Jackrabbit api of webdav feature. I could not find any method as get, put, copy and update.Instead I have getMethod, PutMethod which has only one parameter(). we should have two parameter as (source, target). The below code ...