Hello,
I have an application with the xPages design in a separate database to the data, and have noticed the URL string for a document is as follows:
http://www.domain.com/xpages/webapp.nsf/home.xsp?databaseName=CN=devsvr/O=DEV!!xpages\data.NSF&documentId=1446B915F434387ECA2579B800767932&action=openDocument
I do not want the databaseName parameter in the URL string as it's ugly, and this will be externally facing. Oddly enough, if I manually remove the databaseName parameter then the page still loads corrected.
Any ideas on how to remove this?
A