mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-06 03:08:02 -05:00
Caldav: Workaround for Lightning/1.0b2 href encoding bug in REPORT requests
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1156 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
15186f8d22
commit
8661b0f0d9
@ -1312,7 +1312,7 @@ public class CaldavConnection extends AbstractConnection {
|
||||
}
|
||||
|
||||
protected boolean isBrokenHrefEncoding() {
|
||||
return isUserAgent("DAVKit/3") || isUserAgent("eM Client/");
|
||||
return isUserAgent("DAVKit/3") || isUserAgent("eM Client/")|| isUserAgent("Lightning/1.0b2");
|
||||
}
|
||||
|
||||
protected boolean isLightning() {
|
||||
|
Loading…
Reference in New Issue
Block a user