> > Investigating the wpkg.js source, there has nothing changed > in the function used to get the hosts information. > > > > The file was always read before the folder from a source > code point of view. > > Right, that's then exactly what I was wondering about. > However probably we > should clearly define to read the XML files from the > directory before reading > the single-file. Maybe this would do the trick... I will check. > What I can think of is that the host matching has reversed. Previously it was done back-to-front, whereas now it is done front-to-back, since host matching code has surly changed to support /allowMultiple. --- Stefan |