mirror of
https://github.com/moparisthebest/davmail
synced 2025-03-04 03:09:40 -05:00
Use a_sLgnQS instead of a_sLgn first to support new OWA 8.3.83.4
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1570 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
db3f898ce4
commit
5791ce19c3
@ -405,9 +405,9 @@ public abstract class ExchangeSession {
|
||||
if (content instanceof CommentToken) {
|
||||
String scriptValue = ((CommentToken) content).getCommentedContent();
|
||||
String sUrl = StringUtil.getToken(scriptValue, "var a_sUrl = \"", "\"");
|
||||
String sLgn = StringUtil.getToken(scriptValue, "var a_sLgn = \"", "\"");
|
||||
String sLgn = StringUtil.getToken(scriptValue, "var a_sLgnQS = \"", "\"");
|
||||
if (sLgn == null) {
|
||||
sLgn = StringUtil.getToken(scriptValue, "var a_sLgnQS = \"", "\"");
|
||||
sLgn = StringUtil.getToken(scriptValue, "var a_sLgn = \"", "\"");
|
||||
}
|
||||
if (sUrl != null && sLgn != null) {
|
||||
String src = getScriptBasedFormURL(initmethod, sLgn + sUrl);
|
||||
|
Loading…
x
Reference in New Issue
Block a user