vaadin / framework

Vaadin 6, 7, 8 is a Java framework for modern Java web applications.
http://vaadin.com/
Other
1.78k stars 730 forks source link

Browser version/engine parsing error. #11194

Open dyorgio opened 6 years ago

dyorgio commented 6 years ago

Prints on console:

Browser engine version parsing failed for: mozilla/5.0 (windows; u; windows nt 5.1; en-us; rv:x.x.x) gecko/20041107 firefox/x.x
Browser version parsing failed for: mozilla/5.0 (windows; u; windows nt 5.1; en-us; rv:x.x.x) gecko/20041107 firefox/x.x
stale[bot] commented 5 years ago

Hello there!

We are sorry that this issue hasn't progressed lately. We are prioritizing issues by severity and the number of customers we expect are experiencing this and haven't gotten around to fix this issue yet.

There are a couple of things you could help to get things rolling on this issue (this is an automated message, so expect that some of these are already in use):

Thanks again for your contributions! Even though we haven't been able to get this issue fixed, we hope you to report your findings and enhancement ideas in the future too!

javier-godoy commented 4 years ago

Hello. Given the error messages, it seems the User-Agent string actually contains the strings rv:x.x.x and firefox/x.x in which case, even if it were detected as firefox over windows xp it would be rejected because it cannot be determined whether the browser is "too old".

The observation about not using a logging framework is valid though.

stale[bot] commented 3 years ago

Hello there!

We are sorry that this issue hasn't progressed lately. We are prioritizing issues by severity and the number of customers we expect are experiencing this and haven't gotten around to fix this issue yet.

There are a couple of things you could help to get things rolling on this issue (this is an automated message, so expect that some of these are already in use):

Thanks again for your contributions! Even though we haven't been able to get this issue fixed, we hope you to report your findings and enhancement ideas in the future too!