Skip to content

Commit b22a838

Browse files
authored
Merge pull request #423 from TreeBASE/copilot/remove-deprecated-applet-code
Remove deprecated Java applet code
2 parents e8985aa + f4c9841 commit b22a838

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
</bean>
3131
<bean id="searchResultsAsRDFController" class="org.cipres.treebase.web.controllers.SearchResultsAsRDFController"/>
3232

33-
<!-- AppletInteractionController removed - Java applets are no longer supported in browsers -->
34-
3533
<bean id="readyStateStudiesController" class="org.cipres.treebase.web.controllers.ReadyStateStudiesController">
3634
<property name="submissionService"><ref bean="submissionService"></ref></property>
3735
</bean>
@@ -625,8 +623,6 @@
625623
<property name="cancelView"><value>redirect:/user/treeList.html</value></property>
626624
</bean>
627625

628-
<!-- DirectToPhyloWidgetController removed - redundant, functionality covered by DirectMapToPhyloWidgetController -->
629-
630626
<bean id="directMapToPhyloWidgetController" class="org.cipres.treebase.web.controllers.DirectMapToPhyloWidgetController">
631627
<property name="phyloTreeService"><ref bean="phyloTreeService"></ref></property>
632628
<property name="phyloTreeHome"><ref bean="phyloTreeHome"></ref></property>
@@ -1008,9 +1004,7 @@
10081004
<prop key="/user/exportRowSegmentData.html">exportRowSegmentDataController</prop>
10091005
<prop key="/user/exportRowSegmentTemplate.html">exportRowSegmentTemplateController</prop>
10101006

1011-
<!-- appletInteraction removed - Java applets are no longer supported in browsers -->
1012-
1013-
<prop key="/test/testParser.html">treeParserController</prop>
1007+
<prop key="/test/testParser.html">treeParserController</prop>
10141008

10151009
<prop key="/admin/userManagement.html">userManagementController</prop>
10161010
<prop key="/admin/selectStudies.html">selectStudiesController</prop>

0 commit comments

Comments
 (0)