From 32062dff20cd7fb0c40eb0189e091eca98cf748d Mon Sep 17 00:00:00 2001 From: zzz Date: Wed, 27 Mar 2024 15:33:55 -0400 Subject: [PATCH] Handle /a/scrape and /tracker/a/scrape for BiglyBT ref: BiglyBT issue 3211 --- plugin/templates/jetty.xml | 7 +++++++ src/jsp/WEB-INF/web.xml | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/plugin/templates/jetty.xml b/plugin/templates/jetty.xml index 38c36f3..b4bb86a 100644 --- a/plugin/templates/jetty.xml +++ b/plugin/templates/jetty.xml @@ -189,6 +189,13 @@ /tracker/scrape.jsp + + + + /a/scrape + /tracker/scrape.jsp + + /Seedless diff --git a/src/jsp/WEB-INF/web.xml b/src/jsp/WEB-INF/web.xml index 0dd8392..095d43c 100644 --- a/src/jsp/WEB-INF/web.xml +++ b/src/jsp/WEB-INF/web.xml @@ -47,4 +47,10 @@ /scrape.php + + + net.i2p.zzzot.scrape_jsp + /a/scrape + +