Changeset 25615 in main


Ignore:
Timestamp:
07/28/22 10:57:55 (10 months ago)
Author:
GarthBraithwaite_STG
Message:

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

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

Legend:

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

    r25613 r25615  
    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<entry key="/indicator/content/*.js"                    value-ref="indicatorContentJavaScriptController"/>
    145143
  • trunk/ibisph-view/src/main/webapp/WEB-INF/config/spring/indicator.xml

    r25613 r25615  
    325325                <property name="view" ref="indicatorContentJavaScriptView"/>
    326326        </bean>
    327 <bean id="indicatorJSONController" parent="indicatorProfileControllerProperties">
    328         <property name="view" ref="indicatorJSONView"/>
    329 </bean>
    330 <bean id="indicatorViewJSONController" parent="indicatorProfileControllerProperties">
    331         <property name="view" ref="indicatorViewJSONView"/>
    332 </bean>
    333327
    334328
     
    379373        <property name="XSLTPathAndFilename" value="json/IndicatorContentJavaScript.xslt"/>
    380374</bean>
    381 <bean id="indicatorJSONView" parent="commonXSLTTransformationView">
    382         <description>Generic conversion from https://github.com/bramstein/xsltjson</description>
    383         <property name="XSLTPathAndFilename" value="json/xml-to-json.xslt"/>
    384 </bean>
    385375
    386376</beans>
Note: See TracChangeset for help on using the changeset viewer.