-
Bug
-
Resolution: Fixed
-
Normal
-
8.5.1, 8.6.1
-
None
-
Security Level: Jimmy
-
None
-
ZK 8.6.2 S1
-
None
Steps to Reproduce
Run fiddle:
http://zkfiddle.org/sample/18vufml/4-include-defer-async
Current Result
Depending on container
- tomcat: will fail with exception
- jetty 9: will create the include desktop as a separate inactive desktop
Expected Result
Include should not break in defer mode with async
Debug Info
Root Cause
Wrong desktop
Workaround
Use instant mode
(mode="instant" and no url parameters)