Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove a couple of broken struts actions #11

Open
wants to merge 4 commits into
base: docker-conversion
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions WEB-INF/struts-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,6 @@
path="/documentation"
forward="/web/homepage/documentation.jsp"/>

<action
path="/participate"
forward="/participation.jsp"/>

<action
path="/rules"
forward="/documentation/rules.jsp"/>
Expand Down Expand Up @@ -718,12 +714,12 @@ We would like to remove getChildImages. Not needed now in the new UI
</action>

<!-- deprecated. Replaced by listSpecimenUploads -->
<action path="/listUploads"
<!-- <action path="/listUploads"
type = "org.calacademy.antweb.util.ListUploadsAction"
name="dummyForm"
scope="request">
<forward name ="success" path="/util/listUploads.jsp"/>
</action>
</action>-->

<action
path="/listUploads"
Expand Down Expand Up @@ -820,13 +816,6 @@ We would like to remove getChildImages. Not needed now in the new UI
name="deleteImagesForm">
<forward name="success" path="/recentSearchResults.do?numToShow=100&amp;searchMethod=recentImageSearch" />
</action>

<action path="/editCredit"
type="org.calacademy.antweb.EditCreditAction"
scope="request"
name="editCreditForm">
<forward name="success" path="/edit_credit.jsp" />
</action>

<action path="/specimenImages"
type="org.calacademy.antweb.SpecimenAction"
Expand Down