gerrit/gerrit-httpd
Luca Milanesio 90bef32620 Fix JS plugin load when using non-root Gerrit URLs
When Gerrit is not on the root URL path the JS plugins
failed to load because of the exact matching required
on the request URL.

Current check is now more flexible by checking only 
the suffix of the JS plugin path.

NOTE: In theory this may recognise even different URLs
than the intended one (e.g. /gerrit/bla/bla/bla/plugins/...)
but however they would not land on the HttpPluginServlet
anyway. That's why "endsWith" is good enough for this check.

Change-Id: I299b244a9fcdc9b00175e2054a7ba7363620979b
2014-09-08 15:52:13 +00:00
..
src Fix JS plugin load when using non-root Gerrit URLs 2014-09-08 15:52:13 +00:00
BUCK Switch to the xsiframe GWT linker 2014-03-07 18:14:09 +00:00