]> source.dussan.org Git - sonarqube.git/commit
SONAR-5010 allow Java web services to use an existing ruby controller
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 20 Jan 2014 13:54:41 +0000 (14:54 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 20 Jan 2014 13:56:48 +0000 (14:56 +0100)
commit5b9bb972f4f57a6e424b9ae64e2d9836bf3d4ed0
treef39059c893814abb4a1cf9b2fd5c61ef35cae167
parentc326464e88a2c7486d47fefa5375678b9a653401
SONAR-5010 allow Java web services to use an existing ruby controller

Example : Ruby /api/rules/index should still work if Java /api/rules/search is defined
sonar-server/src/main/webapp/WEB-INF/config/routes.rb
sonar-server/src/main/webapp/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/routing/route_set.rb
sonar-server/src/main/webapp/WEB-INF/lib/java_ws_routing.rb