diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2020-03-25 22:09:46 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2020-05-31 11:50:42 +0200 |
commit | 07379e0eb27de0c16ae3838532310aa5aec4f20f (patch) | |
tree | c8701bce49f47c277b83b50579562a6436d26af6 /ucb/source | |
parent | 2047a5978ac8188e61da9cd3b2f40d86df5570bb (diff) |
neon: upgrade to release 0.31.1
Drops some of the LO patches upstreamed since 0.31.0.
Version 0.31.0 introduced an new session flag for MS SharePoint
compatibility, NE_SESSFLAG_SHAREPOINT, which enables a few
workarounds, where SharePoint breaks the WebDAV RFCs.
In 0.31.1 a compiler warning and the MD5 ABI break introduced in
0.31.0 are fixed, so LO can now update neon.
Change-Id: Ia79ce530271664c0e6bab30a5e2516319da328d8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91070
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/ucp/webdav-neon/NeonSession.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ucb/source/ucp/webdav-neon/NeonSession.cxx b/ucb/source/ucp/webdav-neon/NeonSession.cxx index 8ea1db57e5cb..fca9b15609e0 100644 --- a/ucb/source/ucp/webdav-neon/NeonSession.cxx +++ b/ucb/source/ucp/webdav-neon/NeonSession.cxx @@ -831,6 +831,7 @@ void NeonSession::Init() std::max( nReadTimeoutMin, std::min( nReadTimeout, nReadTimeoutMax ) ) ); + ne_set_session_flag(m_pHttpSession, NE_SESSFLAG_SHAREPOINT, 1); } bool NeonSession::CanUse( const OUString & inUri, |