]> source.dussan.org Git - sonarqube.git/commit
SONAR-5385 Some widget links are broken when apache is configured with AllowEncodedSl...
authorStas Vilchik <vilchiks@gmail.com>
Wed, 18 Feb 2015 16:19:20 +0000 (17:19 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 18 Feb 2015 16:19:27 +0000 (17:19 +0100)
commit235184a87be82354763647e4bfb8e170925b2732
tree280b956ff167782df5167441ddd37bc1c4843691
parent87d444ab3bf860db5d39843d689ff9d330c18384
SONAR-5385 Some widget links are broken when apache is configured with AllowEncodedSlashes On
12 files changed:
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/bubbleChart.html.erb
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/measures/measure_filter_bubble_chart.html.erb
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/measures/measure_filter_cloud.html.erb
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/measures/measure_filter_histogram.html.erb
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/measures/measure_filter_pie_chart.html.erb
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/measures/measure_filter_treemap.html.erb
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/treemap.html.erb
server/sonar-web/src/main/coffee/widgets/histogram.coffee
server/sonar-web/src/main/coffee/widgets/treemap.coffee
server/sonar-web/src/main/coffee/widgets/word-cloud.coffee
server/sonar-web/src/main/js/widgets/bubble-chart.js
server/sonar-web/src/main/js/widgets/pie-chart.js