Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #303898 +++ Build ID: Eclipse 3.6m5 As per ChrisG' on bug 303898 comment 8: Any bundle that registers a resource alias of '/' can clash with the help system. I could make the problem less likely to occur by declaring separate aliases for /basic and /advanced. This seems to be a good idea, so I thought I'd request it.
Created attachment 188634 [details] Patch I looked into this a while ago and wanted to replace the resource alias of "/" with separate aliases for /advanced and /basic. That did not work because it caused index.jsp to load as a text file instead of being processed as a jsp. Adding /basic and /advanced without removing "/" still makes sense I think and will likely solve the problem in Bug 333282.
Patch applied to HEAD
Created attachment 188637 [details] Improved patch There was a problem with the previous patch, I have committed this one in it's place.
*** Bug 333282 has been marked as a duplicate of this bug. ***