Skip to content

Commit 6d50a01

Browse files
authored
Merge pull request #424 from TreeBASE/copilot/analyze-testparser-usage
Remove unreachable /test/testParser.html URL mapping and associated dead JSP files
2 parents b22a838 + 530a317 commit 6d50a01

4 files changed

Lines changed: 2 additions & 226 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,9 @@ jobs:
191191
# Pull with rebase to handle concurrent updates
192192
git pull --rebase origin gh-pages || {
193193
echo "Rebase failed, attempting force push"
194+
git rebase --abort
194195
git push --force
196+
exit 0
195197
}
196198
git push
197199
fi

treebase-web/src/main/webapp/WEB-INF/pages/testParser.jsp

Lines changed: 0 additions & 2 deletions
This file was deleted.

treebase-web/src/main/webapp/WEB-INF/pages/testParserResult.jsp

Lines changed: 0 additions & 222 deletions
This file was deleted.

treebase-web/src/main/webapp/WEB-INF/treebase-servlet.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,8 +1004,6 @@
10041004
<prop key="/user/exportRowSegmentData.html">exportRowSegmentDataController</prop>
10051005
<prop key="/user/exportRowSegmentTemplate.html">exportRowSegmentTemplateController</prop>
10061006

1007-
<prop key="/test/testParser.html">treeParserController</prop>
1008-
10091007
<prop key="/admin/userManagement.html">userManagementController</prop>
10101008
<prop key="/admin/selectStudies.html">selectStudiesController</prop>
10111009
<prop key="/admin/changeStudyStatus.html">changeStudyStatusController</prop>

0 commit comments

Comments
 (0)