Jump to content
Search Community

gsCacheBuster problem on Domino query string

doodledude test
Moderator Tag

Recommended Posts

I am using loadermax to load assets into a flash site, and normally this is fine... however...

my client has re-situated the site to a domino/notes server and a problem has come up with gsCacheBuster.

 

from what I can make out, on a domino query string the first parameter can be a single word command (aka action) rather than a typical Key-Value-Pair.

so where a loadermax asset url ordinarily would be ...path/file.xml

on domino it might be changed to read ...path/file.xml?open

(then adding KVPs like: ?open&key=value&var=val)

 

the fact that there is now a ? in the url is turning on gsCacheBuster which in turn rewrites "?open" to "?gsCacheBuster=num&open="

 

1. should you be adding the gsCacheBuster at the end of any existing query string rather than at the beginning?

2. the command "open" now has an "=" added attempting to make it a KVP.

 

i.e. do not rewrite the query just append it.

 

unfortunately I know virtually nothing about domino and do not have access to the server to check anything there anyway,

so apologies in advance if missing something here!

if this is not something to address in loadermax please do point me in the right direction.

 

more on domino query commands here:

http://www.ibm.com/developerworks/lotus ... eat_sheet/

 

many thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...