我们最近将Java应用程序从Web逻辑9迁移到了Web逻辑10.3.6。
在新的URL上加载应用程序后,我们在GoogleChrome中发现了奇怪的行为。
问题:我们无法在界面上看到一些图像和一些js文件。
E、 g.日历、下拉列表等图像和一些js文件未加载。如果我们刷新页面,则无法加载更多图像,以此类推,如果您继续刷新页面,将导致没有css/js/images的纯应用程序。
然而,如果您多次登录,则有时会加载,则此问题有时并不一致。
enter code here
E.g. Below logs I am able to see in Chrome console
GET http:// someAppUrl /images/updown.gif net::ERR_EMPTY_RESPONSE
GET http:// someAppUrl /blank.html net::ERR_EMPTY_RESPONSE
GET http:// someAppUrl /images/dropdown.gif net::ERR_EMPTY_RESPONSE
GET http:// someAppUrl /images/calendar.gif net::ERR_EMPTY_RESPONSE
GET http:// someAppUrl /images/PopupCalendarLeft.gif net::ERR_EMPTY_RESPONSE
GET http:// someAppUrl /images/PopupCalendarLeft.gif net::ERR_EMPTY_RESPONSE
Chrome >> Network Tab below messages are coming:
blank.html (failed) document 0âB 83âms
dropdown.gif (failed) Other 0âB 70âms
calendar.gif (failed) Other 0âB 72âms
看起来它甚至不是来自服务器,也不是被网络控制/阻止的。非常感谢您对此的任何帮助。