Skip Menu |

This queue is for tickets about the Parse-HTTP-UserAgent CPAN distribution.

Report information
The Basics
Id: 80323
Status: resolved
Priority: 0/
Queue: Parse-HTTP-UserAgent

People
Owner: Nobody in particular
Requestors: 1and1 [...] canadaballoons.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Warning with 64 bit Perl or Perl 5.14.1
Date: Sun, 21 Oct 2012 17:53:57 -0400
To: bug-Parse-HTTP-UserAgent [...] rt.cpan.org
From: Arsen Shirokov <1and1 [...] canadaballoons.com>
When parsing the below UserAgents: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.12 (KHTML, like Gecko) Maxthon/3.0 Chrome/18.0.966.0 Safari/535.12 Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.12 (KHTML, like Gecko) Maxthon/3.0 Chrome/18.0.966.0 Safari/535.122 Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.12 (KHTML, like Gecko) Maxthon/3.0 Chrome/18.0.966.0 Safari/535.12 Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.12 (KHTML, like Gecko) Maxthon/3.0 Chrome/18.0.966.0 Safari/535.12 Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.12 (KHTML, like Gecko) Maxthon/3.4.2.3000 Chrome/18.0.966.0 Safari/535.12 Mozilla/5.0 (Windows; U; Windows NT 6.1; ) AppleWebKit/534.12 (KHTML, like Gecko) Maxthon/3.0 Safari/534.12 with 64 bit ActiveState Perl 5.14.1: a warning is generated: Unable to extract MSIE from Maxthon UA-string A few other UAs containing Maxthon parse fine. Arsen
21 Eki 2012 Pzr, 17:54:28 tarihinde, 1and1@canadaballoons.com yazdı: Show quoted text
> When parsing the below UserAgents: > > Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.12 (KHTML, like Gecko) > Maxthon/3.0 Chrome/18.0.966.0 Safari/535.12 > Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.12 (KHTML, like Gecko) > Maxthon/3.0 Chrome/18.0.966.0 Safari/535.122 > Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.12 (KHTML, like Gecko) > Maxthon/3.0 Chrome/18.0.966.0 Safari/535.12 > Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.12 (KHTML, like > Gecko) Maxthon/3.0 Chrome/18.0.966.0 Safari/535.12 > Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.12 (KHTML, like > Gecko) Maxthon/3.4.2.3000 Chrome/18.0.966.0 Safari/535.12 > Mozilla/5.0 (Windows; U; Windows NT 6.1; ) AppleWebKit/534.12 (KHTML, > like Gecko) Maxthon/3.0 Safari/534.12
Hi, Show quoted text
> with 64 bit ActiveState Perl 5.14.1:
This is unrelated to perl version/bitness. It's warning because the string was detected as Maxthon but it was unable to parse it due to the change in the agent string format. Show quoted text
> a warning is generated: > Unable to extract MSIE from Maxthon UA-string > > A few other UAs containing Maxthon parse fine.
Possibly they were older versions Show quoted text
> Arsen
This is now fixed in v0.37. Thanks for reporting.