Hello, maybe there's been a change between
SmartClient Version: SNAPSHOT_v11.1d_2016-09-22/Enterprise Deployment (built 2016-09-22)
and
SmartClient Version: SNAPSHOT_v11.1d_2016-09-27/Enterprise Deployment (built 2016-09-27)
because, when using the JSSyntaxScannerFilter with the latter version, the loading of my js files seems to hang forever.
The tomcat logs show one extra line, the last line in this fragment:
It seems that the loading is normal only for the ISC_* files which do have a zipped version (mines don't).
Everything works if I disable the JSSyntaxScannerFilter.
SmartClient Version: SNAPSHOT_v11.1d_2016-09-22/Enterprise Deployment (built 2016-09-22)
and
SmartClient Version: SNAPSHOT_v11.1d_2016-09-27/Enterprise Deployment (built 2016-09-27)
because, when using the JSSyntaxScannerFilter with the latter version, the loading of my js files seems to hang forever.
The tomcat logs show one extra line, the last line in this fragment:
Code:
2016-09-28 17:12:43,716 INFO RequestContext URL: '/Jtk/shared/ui/accounting/accounting.min.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36': Safari with Accept-Encoding header 2016-09-28 17:12:43,722 INFO Download done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/workspace/Jtk/out/artifacts/Jtk_war_exploded/shared/ui/accounting/accounting.min.js 2016-09-28 17:12:43,723 INFO Compression /Jtk/shared/ui/accounting/accounting.min.js: 3068 -> 1285 bytes 2016-09-28 17:12:43,723 INFO ProxyHttpServletResponse content-encoding set to: gzip - unwrapping response output stream (JSSyntaxScannerFilter)
Everything works if I disable the JSSyntaxScannerFilter.
Comment