marklogic-community / RunDMC

MarkLogic application for running a developer site
http://developer.marklogic.com/code/rundmc
Other
17 stars 18 forks source link

Bingbot is using a differently-formatted date. Avoid an exception. #746

Closed dmcassel closed 6 years ago

dmcassel commented 6 years ago

Bingbot's "If-Modified-Since" field looks like "131445406060000000".

kcoleman-marklogic commented 6 years ago

Certainly the change looks fine. Go fer it.

My only concerns is whether any callers will fall over if they get nothing back from parseDate. I only found one (though I may not know all the rocks to look under), and it looks like it will still function.

dmcassel commented 6 years ago

I traced through the code and the empty sequence is an acceptable response.