Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.1.X
-
7.1.x
-
Committed
-
2
-
Regression Bug
Description
Steps to reproduce:
- Start Liferay 7.1 with fixpack-11 or higher
- Log in using IE11
- Access browser console (network tab)
Expected behavior
All the requested files are found
Actual behavior
Some polyfills are not found throwing error like:
2019-07-05 09:35:58.117 WARN [http-nio-7280-exec-11][code_jsp:172] {code="404", msg="ProxyServlet: /o/frontend-compatibility-ie/array.includes.js", uri=/o/frontend-compatibility-ie/array.includes.js} 2019-07-05 09:35:58.122 WARN [http-nio-7280-exec-1][code_jsp:172] {code="404", msg="ProxyServlet: /o/frontend-compatibility-ie/array.of.js", uri=/o/frontend-compatibility-ie/array.of.js} 2019-07-05 09:35:58.123 WARN [http-nio-7280-exec-3][code_jsp:172] {code="404", msg="ProxyServlet: /o/frontend-compatibility-ie/formdata.js", uri=/o/frontend-compatibility-ie/formdata.js} 2019-07-05 09:35:58.166 WARN [http-nio-7280-exec-9][code_jsp:172] {code="404", msg="ProxyServlet: /o/frontend-compatibility-ie/promise.js", uri=/o/frontend-compatibility-ie/promise.js}