• REST & calenderJsonLegacyService

    By Bryan Sentz 1 decade ago

    When loading an xpage that contains a queryString the rest call does not work.

    for example : http://myserver/database.nsf/xpage.xsp?var1=xxx&var2=xxxx

    the pathInfo is appended at the end of the url:

    http://myserver/database.nsf/xpage.xsp?var1=xxx&var2=xxxx/pathinfo

    I tried to use ignoreRequestParams.  I tried to compute a complete pathInfo url but it always takes the url of the page and appends what  ever is computed in the pathInfo.  Even tried using "/.ibmxspres/domino" to lose the page path and url no avail.

    Is there a way to get around this?

     

     

     

     

     

     

     

     

    • Fixed in the next build

      By Philippe Riand 1 decade ago

      Just provided a fix for this one. You'll have it in the next build.