Hi JD
JDWilliams wrote:
We use a tool called SiteConfidence to monitor our sites. This is a desktop emulator and should be classified as desktop and not a wireless device. This was the case until recently when we upgraded our code to use API 1.4.0.3 and the latest database file.
Unfortunately now the user agent is not being matched and as such is showing as wireless device = true. This means that the SiteConfidence tool is being served mobile content which is incorrect and a problem for us.
The user agent is as follows:
Code: Select all
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-gb; SiteCon/8.8.16)
We were not aware of this tool. As an immediate fix for you, you can easily create a patch file and associate a profile to that UA string. Of course, you may want to have the profile fall_back into "generic_web_browser" in order to inherit all web browser capabilities.
This resource here explains how to create a patch file.
http://wurfl.sourceforge.net/patchfile.php
You can load the patch through Spring configuration (for the Java API).
JDWilliams wrote:
This seems to be a part of a more general problem that if WURFL is not able to match a user agent it defaults to wirless device is true. This seems wrong to me but is there a reason you do this?
The question is: when each and every strategy to detect a UA string and its family have been exhausted, what should WURFL do? in the worst possible scenario we have no choice but to return the "generic" unrecognized device. Currently, the choice is to assume that generic is a wireless device. This has to do with the origin of WURFL (originally only aimed at the detection of mobile devices), but also with the fact that the majority of WURFL adopters still prefer to err on the side of mobile. Of course, not everyone agrees.
Fortunately, the patch mechanism allows users to manage their own delta of device information independently of the big WURFL.
We are working on products that will further simplify the management of patch files, but your case can be solved with a few lines of XML, so there's no reason to hold your breath just yet.
Please give the patch file a spin. If you still have trouble, post your patch file here and we will provide whatever extra guidance is needed.
Out of curiosity, how popular is this SiteCon tool as far as you know?