Bug fix release to resolve a UI issue found in TeamCity 2017.2, issue #16
TeamCity 2017.2 has been released and runs on Tomcat version 8.5
Previously Teamcity 2017.1 was Tomcat 7.
As part of the Tomcat change, the search path for JSP tag libraries has been reduced. This means that the custom tag bundled with tcDebRepository 1.0.1 is no longer being found.
As a result, the UI was broken when editing repository information where a string was escaped when displayed in the UI. The JSP code has been updated to use the tag library bundled with TeamCity, and the unused code removed.