• Giuseppe Castagno's avatar
    tdf#101094 (11): Add WebDAV options cache configuration param. · 2c0b4ff2
    Giuseppe Castagno yazdı
    Added in officecfg five new properties to be able to set
    cache lifetime if needed.
    
    The new properties are available in advanced, expert configuration only,
    in org.openoffice.Inet.Settings.
    
    Default values are as follows (value is in seconds):
        OptsCacheLifeImplWeb = 300
            when the web resource is Web only, implementing OPTIONS.
            Min. 0 sec (no caching) max. 3600 sec (1h).
    
        OptsCacheLifeDAV = 60
            when the web resource is WebDAV.
            Min. 0 sec (no caching) max. 3600 sec (1h).
    
        OptsCacheLifeDAVLocked = 600
            when the web resource is WebDAV and it's locked by
    	this LO instance (e.g. lock store has a lock to it).
            Min. 0 sec (no caching) max. 3600 sec (1h).
    
        OptsCacheLifeNotImpl = 3600
            when the web resource does not implement OPTIONS method.
            Min. 0 sec (no caching) max. 43200 sec (12h).
    
        OptsCacheLifeNotFound = 15
            when the requested web resource is not found on server.
            Min. 0 sec (no caching) max. 30 sec.
    
    Change-Id: I719b97645e1d91a29134820b77678fd88fcb9ac2
    Reviewed-on: https://gerrit.libreoffice.org/27684Tested-by: 's avatarJenkins <ci@libreoffice.org>
    Reviewed-by: 's avatarGiuseppe Castagno <giuseppe.castagno@acca-esse.eu>
    2c0b4ff2
Adı
Son kayıt (commit)
Son güncelleme
..
qa Loading commit data...
source Loading commit data...
test/com/sun/star/comp/ucb Loading commit data...
CppunitTest_ucb_webdav_local_neon.mk Loading commit data...
CppunitTest_ucb_webdav_neon_opts.mk Loading commit data...
JunitTest_ucb_complex.mk Loading commit data...
JunitTest_ucb_unoapi.mk Loading commit data...
Library_cached1.mk Loading commit data...
Library_srtrs1.mk Loading commit data...
Library_ucb1.mk Loading commit data...
Library_ucpcmis1.mk Loading commit data...
Library_ucpdav1.mk Loading commit data...
Library_ucpexpand1.mk Loading commit data...
Library_ucpext.mk Loading commit data...
Library_ucpfile1.mk Loading commit data...
Library_ucpftp1.mk Loading commit data...
Library_ucpgio1.mk Loading commit data...
Library_ucphier1.mk Loading commit data...
Library_ucpimage.mk Loading commit data...
Library_ucppkg1.mk Loading commit data...
Library_ucptdoc1.mk Loading commit data...
Makefile Loading commit data...
Module_ucb.mk Loading commit data...
README Loading commit data...