timomeinen / team-piazza

A build monitor for the TeamCity continuous integration server
GNU General Public License v3.0
17 stars 7 forks source link

Plug-in does not generate correct style sheets path when application is not deployed on context root #11

Closed timomeinen closed 10 years ago

timomeinen commented 10 years ago

From jshiell on September 29, 2008 15:31:19

If TeamCity is not deployed on the context root the CSS style sheet paths will not include the context path and hence not be loaded.

A patch is attached to include the request context path and hence resolve this issue.

And thank you for your work on this plug-in - it is much appreciated!

Attachment: contextPath.diff

Original issue: http://code.google.com/p/team-piazza/issues/detail?id=11

timomeinen commented 10 years ago

From nat.pr...@gmail.com on July 08, 2009 03:21:24

Status: Accepted

timomeinen commented 10 years ago

From nat.pr...@gmail.com on July 08, 2009 04:16:09

Thanks. I've applied that fix.

Status: Fixed