We do not want to set up automated sync for this particular branch on Cloud, and this has to be updated only after specific sign-offs hence needs to be manual via command.Any idea what could be going wrong here while we are trying to sync via git command
Is it possible to remote push from Git repo to Cloud repo, if the branch names are not same. Want to push from GIT to CLOUD repoGit repo branch name :- developCloud repo branch name :- uat Tried using git push https://git.cloudmanager.xxx.com/XXXX develop:uat Error :-(non-fast-forward)error: failed ...
We have a global deny rule on dispatcher /0001 { /type "deny" /glob "*" } and have allowed specific POST requests via rules like { /type "allow" /url "POST /content/[.]*.form.html" } #Example rule However, on publishers an autodiscover request is landingPOST /content/mySite/AutoDiscover/autodiscov...
Hi, Our Prod publisher logs have a lot of instances of the below mentioned error.However, we do not have any AutoDiscover node in content path or any custom code for it.Any suggestions to resolve the issue would help.POST /content/mySite/AutoDiscover/autodiscover.xml HTTP/1.1] org.apache.sling.servl...
This happens when two threads try to write at same JCR location.The resource is modified by two concurrent sessions hence the conflict.session.refresh(true) , should be used to avoid it.