Changeset 25616 in main


Ignore:
Timestamp:
07/28/22 11:14:10 (14 months ago)
Author:
GarthBraithwaite_STG
Message:

301 - removed ip json requests as they were never used anyway.

Location:
branches/3.0.1/ibisph-view/src/main/webapp/WEB-INF/config/spring
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0.1/ibisph-view/src/main/webapp/WEB-INF/config/spring/SiteSpecific.xml

    r25614 r25616  
    140140
    141141                                <entry key="/indicator/contentblocks/*.html"    value-ref="indicatorContentBlocksController"/>
    142                                 <entry key="/indicator/view/*.json"                             value-ref="indicatorViewJSONController"/>
    143                                 <entry key="/indicator/*.json"                                  value-ref="indicatorJSONController"/>
    144142
    145143                                <entry key="/indicator/preview/*.html"                  value-ref="indicatorPreviewController"/>
  • branches/3.0.1/ibisph-view/src/main/webapp/WEB-INF/config/spring/indicator.xml

    r24043 r25616  
    336336                <property name="view" ref="indicatorContentBlocksView"/>
    337337        </bean>
    338         <bean id="indicatorJSONController" parent="indicatorProfileControllerProperties">
    339                 <property name="view" ref="indicatorJSONView"/>
    340         </bean>
    341         <bean id="indicatorViewJSONController" parent="indicatorProfileControllerProperties">
    342                 <property name="view" ref="indicatorViewJSONView"/>
    343         </bean>
    344338
    345339
     
    393387                <property name="XSLTPathAndFilename" value="json/IndicatorViewDataset.xslt"/>
    394388        </bean>
    395         <bean id="indicatorJSONView" parent="commonXSLTTransformationView">
    396                 <description>Generic conversion from https://github.com/bramstein/xsltjson</description>
    397                 <property name="XSLTPathAndFilename" value="json/xml-to-json.xslt"/>
    398         </bean>
    399389
    400390</beans>
Note: See TracChangeset for help on using the changeset viewer.