You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Stefan Lindner <li...@visionet.de> on 2009/07/01 22:52:26 UTC

WebClientInfo and browser version

Current trunk. The WebclientInfo holds only version info for IE. Looking
at the source code shows that only for IE the majorVersion is set.

But the queryString (using current Firefox 3.0.11) looks like

	Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.0.11)
Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.3072

This means that the major (and minor) version is included in the
queryString. Is this intended that the version is not gathered in the
WebclientInfo's init() method? Or am I totally wrong?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org