Skip to content

Allow online editing in Word documents #11

@lscorcia

Description

@lscorcia

When opening a document using a ms-ofe hyperlink (i.e. ms-word:ofe|u|https://dgrob-lscorcia:8443/Luca/test.docx ), the server has to specify an additional header in the OPTIONS method to allow successful opening by Office applications.

Therefore, in file WebDavOptionsMethodHandler, after line 41, the following line should be added:

context.Response.AppendHeader("MS-Author-Via", "DAV");

This makes Office applications send LOCK and UNLOCK commands to the server and play nice with the WebDav implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions