You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sean Sullivan (JIRA)" <ji...@apache.org> on 2007/08/05 01:27:52 UTC

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

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-beta2, 1.3.0-beta1
            Reporter: Sean Sullivan


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.


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

Posted by "Eelco Hillenius (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535078 ] 

Eelco Hillenius commented on WICKET-822:
----------------------------------------

Sean, any luck with a patch yet?

> 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
>
> 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.


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

Posted by "Frank Bille Jensen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Bille Jensen updated WICKET-822:
--------------------------------------

    Fix Version/s:     (was: 1.4-M2)
                   1.4-M3

> 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-M3
>
>         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.


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

Posted by "Martijn Dashorst (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martijn Dashorst updated WICKET-822:
------------------------------------

    Fix Version/s:     (was: 1.4-M3)
                   1.4-M4

Moved to next milestone release.

> 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-M4
>
>         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.


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

Posted by "Roy van Rijn (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Johan Compagner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johan Compagner updated WICKET-822:
-----------------------------------

    Fix Version/s:     (was: 1.3.0-rc1)
                   1.4.0-alpha

i am moving this to 1.4, or somebody gives use a patch that if possible works in as many browsers as possible

> 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.0-alpha
>
>
> 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.


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

Posted by "Eelco Hillenius (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517747 ] 

Eelco Hillenius commented on WICKET-822:
----------------------------------------

Could you provide a patch that works for you and that is safe for browsers that don't support it? Cheers.

> 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
>
> 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.


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

Posted by "Juergen Donnerstag (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag reassigned WICKET-822:
-----------------------------------------

    Assignee: Juergen Donnerstag

> 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
>            Assignee: Juergen Donnerstag
>             Fix For: 1.5-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.


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

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg updated WICKET-822:
---------------------------------

    Fix Version/s: 1.5-M2
                       (was: 1.5-M1)

> 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
>            Assignee: Juergen Donnerstag
>             Fix For: 1.5-M2
>
>         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.


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

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-822.
------------------------------------

      Assignee: Martin Grigorov  (was: Juergen Donnerstag)
    Resolution: Won't Fix

None of the modern browsers (FF 3.6.10pre, Google Chrome 7.x and Opera 10.60) supports this property.
Closing as "Won't Fix".

> 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
>            Assignee: Martin Grigorov
>             Fix For: 1.5-M2
>
>         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.


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

Posted by "Frank Bille Jensen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Bille Jensen updated WICKET-822:
--------------------------------------

    Fix Version/s:     (was: 1.4-M1)
                   1.4-M2

> 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-M2
>
>         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.


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

Posted by "Timo Rantalaiho (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timo Rantalaiho updated WICKET-822:
-----------------------------------

    Fix Version/s:     (was: 1.4-M4)
                   1.5-M1

This is a new feature so belongs to 1.5, right?

...seems like a harmless addition though, provided it doesn't break on unsupported browsers. So add a comment or say something on the mailing lists if it would be important to get this in 1.4.

> 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.5-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.