Originally submitted by josephheenan (Joseph Heenan) on 2017-03-22
Reviewing Part 1, I found the following a little inconsistent in the description of the x-fapi-customer-last-logged-time header:
-
'time' is used in the header to describe a time+date, whereas the HTTP/1.1 spec uses 'date' for the same purpose - I think we should be consistent with HTTP1/1.
-
I suggest changing 'logged' to 'login' to better reflect what I believe is the purpose of the header. ("logged" could also be interpreted as being related to system logging rather than user login.)
-
The reference to the date format was not clear; I am fairly certain the intent was to refer to the date format used in HTTP/1.1, and certainly it seems sensible to keep the same format as the HTTP Date: header.
-
The example is not a valid HTTP-Date due to the use of UTC timezone; HTTP/1.1 states the timezone MUST be GMT.
I will submit a pull request with suggested fixes for these shortly.
Bitbucket status: closed
Bitbucket origin: issue 79
Reviewing Part 1, I found the following a little inconsistent in the description of the x-fapi-customer-last-logged-time header:
'time' is used in the header to describe a time+date, whereas the HTTP/1.1 spec uses 'date' for the same purpose - I think we should be consistent with HTTP1/1.
I suggest changing 'logged' to 'login' to better reflect what I believe is the purpose of the header. ("logged" could also be interpreted as being related to system logging rather than user login.)
The reference to the date format was not clear; I am fairly certain the intent was to refer to the date format used in HTTP/1.1, and certainly it seems sensible to keep the same format as the HTTP Date: header.
The example is not a valid HTTP-Date due to the use of UTC timezone; HTTP/1.1 states the timezone MUST be GMT.
I will submit a pull request with suggested fixes for these shortly.
Bitbucket status: closed
Bitbucket origin: issue 79