-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5409 from jay-hodgson/SWC-6856-500
SWC-6856: Merge CORS filter change to release 500 for One Sage testing
- Loading branch information
Showing
5 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -414,7 +414,7 @@ private static final native void _getFileMd5( | |
) /*-{ | ||
if ($wnd.Worker) { | ||
if (!$wnd.calculateFileMd5Worker) { | ||
$wnd.calculateFileMd5Worker = new $wnd.Worker("workers/calculateFileMd5Worker.js"); | ||
$wnd.calculateFileMd5Worker = new $wnd.Worker("/workers/calculateFileMd5Worker.js"); | ||
}; | ||
$wnd.calculateFileMd5Worker.onmessage = function(event) { | ||
[email protected]::setMD5(Ljava/lang/String;)(event.data); | ||
|
@@ -446,7 +446,7 @@ private static final native void _getFilePartMd5( | |
) /*-{ | ||
if ($wnd.Worker) { | ||
if (!$wnd.calculateFilePartMd5Worker) { | ||
$wnd.calculateFilePartMd5Worker = new $wnd.Worker("workers/calculateFilePartMd5Worker.js"); | ||
$wnd.calculateFilePartMd5Worker = new $wnd.Worker("/workers/calculateFilePartMd5Worker.js"); | ||
}; | ||
$wnd.calculateFilePartMd5Worker.onmessage = function(event) { | ||
[email protected]:: setMD5(Ljava/lang/String;) (event.data); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters