Hi!
I developed an application using the WEBDAV add-on and deployed in a Tomcat web server setting the context path of my application to “/”, renaming the application war to ROOT.war.
In my tests, I can upload files properly using webdav-document-upload component, but when I try to edit this document, the URL generated to edit the document has an “app” in the middle of the URL.
The component documentation describes that this is the default value of the property webdav.server.modulePrefix, that can be defined in app.properties.
What value do I need to insert in this property to the WebDav component create the URL correctly when I configure my application to use the root context?
Thanks.