I am trying to use URL rewrite with reverse proxy.
I defined two rules matching (.*)\.nsf(.*) and (.*)\.ibmxspres(.*) and had them forwarded to a lotus notes http server.
Now I am opening an xpage. During the run, quite a bunch of calls are made, for example
http://mydomain/database.nsf/MyXPage.xsp?option1=value1&option2=value2
http://mydomain/xsp/.ibmxspres/dojoroot-1.8.3/dojo.js
which are correctly forwarded to the notes server and the reply is correctly handed through and processed by browser.
Then, there is a call to:
http://mydomain/xsp/.ibmxspres/.mini/css/2Ojcore.css&2Ojdojo.css&2OldefaultTheme.css&2OldojoTheme.css&@Da&@Ib&@Th&@Ti&2TgxspSF.css&Wdojoroot/dojo/resources/dojo.css&Wdojoroot/dojox/grid/enhanced/resources/claro/EnhancedGrid.css&Wdojoroot/dojox/grid/enhanced/resources/tundra/EnhancedGrid.css&Wdojoroot/dojox/grid/enhanced/resources/EnhancedGrid_rtl.css&Wdojoroot/dojox/grid/resources/tundraGrid.css&Wdojoroot/dojox/grid/resources/claroGrid.css&Wdojoroot/dojox/grid/resources/Grid.css.css
which is not correctly forwarded, and I can't elaborate why. Is it too long?