office-gobmx/ucb
Stephan Bergmann 0c3500115c Related rhbz#915743: Do not call into DAVResourceAccess with mutex locked
...from webdav Content::getResourceType, as otherwise Content::abort would be
blocked waiting for the mutex (in code that would call abort, which will be
required to fix rhbz#915743 "thread deadlock/slow join in insert->hyperlink in
impress").  This required to get the odd reference to enum return type of
getResourceType straight.

Also, propagate information about !shouldAccessNetworkAfterException from
getResourceType out to getPropertyValues, to avoid further calls that would
again block/fail.

Change-Id: I8b9d43a61eb4078acb90079c4eb7aa98a59a8983
2013-03-01 17:18:19 +01:00
..
prj remove all d.lst 2013-02-28 18:40:06 +01:00
qa
source Related rhbz#915743: Do not call into DAVResourceAccess with mutex locked 2013-03-01 17:18:19 +01:00
test/com/sun/star/comp/ucb
workben fdo#38838 searched, replaced and removed String::CreateFromInt32(). 2013-02-24 12:59:02 +00:00
JunitTest_ucb_complex.mk
JunitTest_ucb_unoapi.mk
Library_cached1.mk
Library_srtrs1.mk
Library_ucb1.mk
Library_ucpcmis1.mk
Library_ucpdav1.mk
Library_ucpexpand1.mk
Library_ucpext.mk
Library_ucpfile1.mk
Library_ucpftp1.mk
Library_ucpgio1.mk
Library_ucpgvfs1.mk
Library_ucphier1.mk
Library_ucppkg1.mk
Library_ucptdoc1.mk
Makefile
Module_ucb.mk
README

Universal Content Broker (has ucp) which do things like convert files to strings in content broker world.

mmeeks: so - I renamed the old LGPLv3 webdav code to webdav-neon, and imported
the (not built) surf webdav ucp into the old space. so that in future, we can
merge changes more easily - and still choose which to use. cbosdonnat kindly
volunteered to do some comparitive analysis of the two codebases to decide which
is best for what etc.