File was renamed from src/main/java/com/gitblit/RobotsTxtServlet.java |
| | |
| | | * See the License for the specific language governing permissions and
|
| | | * limitations under the License.
|
| | | */
|
| | | package com.gitblit;
|
| | | package com.gitblit.servlet;
|
| | |
|
| | | import java.io.File;
|
| | | import java.io.IOException;
|
| | |
| | | import javax.servlet.http.HttpServletRequest;
|
| | | import javax.servlet.http.HttpServletResponse;
|
| | |
|
| | | import com.gitblit.Keys;
|
| | | import com.gitblit.Keys.web;
|
| | | import com.gitblit.Keys.web.robots;
|
| | | import com.gitblit.manager.IRuntimeManager;
|
| | | import com.gitblit.utils.FileUtils;
|
| | |
|