http to https

This commit is contained in:
Marcin Grzejszczak
2019-06-06 14:35:28 +02:00
parent 3944cbf97b
commit 78d271d195
19 changed files with 19 additions and 19 deletions

View File

@@ -15,7 +15,7 @@
~ limitations under the License.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

View File

@@ -1048,7 +1048,7 @@ SockJS = (function () {
// References:
// http://ajaxian.com/archives/100-line-ajax-wrapper
// https://ajaxian.com/archives/100-line-ajax-wrapper
// https://msdn.microsoft.com/en-us/library/cc288060(v=VS.85).aspx
var XDRObject = utils.XDRObject = function (method, url, payload) {
var that = this;