| Summary: | [server] Plugin URLs incorrect after metadata migration | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Simon Kaegi <simon_kaegi> |
| Component: | Server | Assignee: | Anthony Hunter <ahunter.eclipse> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | john.arthorne |
| Version: | 4.0 | ||
| Target Milestone: | 5.0 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Simon Kaegi
This is a major one. I think it might be encoding slashes where it shouldn't. The problem is that some version of the metadata used: skaegi/plugins//http\://localhost/dav/plugin/webdavPlugin.html=true In Orion 3.0 / 4,0 we used: skaegi/plugins/http\://localhost/dav/plugin/webdavPlugin.html=true The extra slash in "plugins//" is causing the issue. I have added a check in the migration code in commit: http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=ccd83c5adb26ccb4ec71cd21f6689ba655654d69 I have searched through all the plugins lines in the Users.prefs file from orion.eclipse.org and they are in one of the two formats above. The only way to fix on orion.eclipse.org is to delete and add the bad plugin entry. |