citrix blocking ext library xpages

98 Views Asked by At

I'm in the process of deploying an xpages 8.5.3 app which users the xpages ext library.

Internally the app is working great, but for our ipad users to access it they need to go through a citrix gateway. It appears that the gateway is not allowing a couple of the files through. We are getting and error.

Could not load 'extlib.dijit.DynamicContent'

The network guys have found details that indicate it might be the way that the path's are defined in the Java script some use () and other use []. I need to know which one you use in domino to access the built in ext script libraries. Does anyone know?

http://support.citrix.com/article/CTX122319

Thanks

1

There are 1 best solutions below

1
On

I had the same problem. I ended up publishing the application as an App instead of a website. It was a change in how the app is deployed but it seemed to work. I know, not the answer you were looking for... If you do find an answer I am very interested in hearing it.