Files
kubernetes/pkg
Anthony Yeh 695b08885b Fix apiserver proxy path rewriting.
1) Absolute paths without a hostname were being rewritten relative to
   the current page, rather than relative to the current host.
   e.g. When viewing /some/page.html, it would rewrite:
       /other/page.html => proxyPrepend/some/other/page.html
   Instead, it should rewrite:
       /other/page.html => proxyPrepend/other/page.html

2) Trailing slashes were being stripped from all rewritten URLs.
   This is because path.Join() always calls path.Clean() as well:
   http://golang.org/pkg/path/#Join
2015-02-02 13:01:46 -08:00
..
2014-09-16 15:19:02 -07:00
2015-01-30 16:03:30 -05:00
2015-01-15 12:02:22 -08:00
2014-11-02 22:26:45 -08:00
2014-12-19 12:28:51 -08:00
2015-01-26 22:42:29 -08:00
2015-01-27 09:29:40 -05:00
2015-01-14 15:22:21 -08:00
2015-02-02 11:15:14 -08:00
2015-01-20 19:50:24 -08:00