Christian Grobmeier created TS-3003:
---------------------------------------
Summary: Remove overwriting of robots.txt in page speed plugin
Key: TS-3003
URL: https://issues.apache.org/jira/browse/TS-3003
Project: Traffic Server
Issue Type: Bug
Reporter: Christian Grobmeier
Currently the page speed plugin overwrites /robots.txt with its own content.
This leads to problems in our setup, as Google cannot index our cached website.
The following lines:
https://github.com/apache/trafficserver/blob/master/plugins/experimental/ats_speed/ats_resource_intercept.cc#L281-L286
demonstrate how page speed subdues our own robots.txt and overwrites it with
own content for unknown reasons.
Also the second if/else can be removed as it currently has no further use.
--
This message was sent by Atlassian JIRA
(v6.2#6252)