ciel-yu / browsersec

Automatically exported from code.google.com/p/browsersec
0 stars 0 forks source link

Product tokens in HTTP examples not quite following specs #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
According to HTTP spec (RFC 2616 section 3.8), this request header:

User-Agent: Bunny Browser 1.7

must be parsed as three product names: "Bunny", "Browser", and "1.7"; 
none having a version number. A more correct example would be:

User-Agent: Bunny-Browser/1.7

which is a "Bunny-Browser" product with a "1.7" version number.

Problem found in page 
http://code.google.com/p/browsersec/wiki/Part1#Hypertext_Transfer_Protocol. 
The same problem exists with the Server header in the HTTP response.

Original issue reported on code.google.com by nicolas....@gmail.com on 2 Jan 2009 at 6:10

GoogleCodeExporter commented 9 years ago
Heheh... fixed

Original comment by lcam...@gmail.com on 3 Jan 2009 at 12:53

GoogleCodeExporter commented 9 years ago
Yes I'm nitpicking :)

Original comment by nicolas....@gmail.com on 3 Jan 2009 at 12:58