When I try to open .txt, .pdf or .odt by calling:
'ITHit.WebDAV.Client.DocManager.EditDocument(sDocumentUrl, javaApletFilePath)`
I noticed with Fiddler a GET request on /MODApplet.class with a 404 Not Found response.
Is it normal ?
Additional information:
I first tested the library on a simple configuration and everything worked fine so I didn't use Fiddler to look at requests and responses.
Since I have changed the configuration I have problems when editing .odt, .pdf and .doc but I can't figure out where it comes from.