You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Roy van Rijn (JIRA)" <ji...@apache.org> on 2008/04/10 21:48:05 UTC

[jira] Updated: (WICKET-822) add CPU information to WebClientInfo (or ClientProperties)

     [ https://issues.apache.org/jira/browse/WICKET-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roy van Rijn updated WICKET-822:
--------------------------------

    Attachment: 882_patch.txt

I added a patch (if its still needed).

One (major) drawback: navigator.cpuClass is only supported by IE, no other browsers. There are no alternatives to cpuClass in FF/Opera/Safari.

> add CPU information to WebClientInfo (or ClientProperties)
> ----------------------------------------------------------
>
>                 Key: WICKET-822
>                 URL: https://issues.apache.org/jira/browse/WICKET-822
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3.0-beta1, 1.3.0-beta2
>            Reporter: Sean Sullivan
>             Fix For: 1.4-M1
>
>         Attachments: 882_patch.txt
>
>
> Can you add a getCPU() method to WebClientInfo (or ClientProperties)?
> On Internet Explorer, you can get this information from the client with the "navigator.cpuClass" property.   
> In Internet Explorer 7, Microsoft is sending an additional header on all HTTP requests:   UA-CPU
> I don't think navigator.cpuClass is supported in Firefox.  Don't know about Opera or Safari.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.