-
Defect
-
Resolution: Done
-
Standard
-
None
-
None
-
None
-
Sprint 147
There is a url that we need to filter and not process in our Metrics Integration code.
Here is a recent request by a google bot:
2017-09-19 17:29:51 0.119 200 http "tds.ucar.edu" /thredds/dodsC/datazone/narccap/DATA/CRCM/cgcm3-future/table5/ua_CRCM_cgcm3_p750_2066010103.nc.html - 22558 66.249.75.208 - "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" -
Notice the extra .html at the end of the requested url:
/thredds/dodsC/datazone/narccap/DATA/CRCM/cgcm3-future/table5/ua_CRCM_cgcm3_p750_2066010103.nc.html
We want to filter/drop this record and not process it anymore.
Here is a recent request by a google bot:
2017-09-19 17:29:51 0.119 200 http "tds.ucar.edu" /thredds/dodsC/datazone/narccap/DATA/CRCM/cgcm3-future/table5/ua_CRCM_cgcm3_p750_2066010103.nc.html - 22558 66.249.75.208 - "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" -
Notice the extra .html at the end of the requested url:
/thredds/dodsC/datazone/narccap/DATA/CRCM/cgcm3-future/table5/ua_CRCM_cgcm3_p750_2066010103.nc.html
We want to filter/drop this record and not process it anymore.