| Title | External specialPage not working |
| Date | 11-Oct-2005 17:12:11 EEST |
| Version | 2.2.33 |
| Submitter | 82.138.218.178 |
| Bug criticality | LightBug |
| Browser version | Firefox 1.0.7 |
| Bug status | NotABug |
| PageProvider used | VersioningFileProvider |
| Servlet Container | Tomcat 5.0.25 |
| Operating System | Redhat Linux |
| URL | http://www.lledr-solutions.com/gir/Wiki.jsp?page=OnlineSupport![]() |
| Java version | 1.4.2_04-b05 |
In my jspwiki.properties file I have the following entries for special pages;
jspwiki.specialPage.FindPage = Search.jsp jspwiki.specialPage.UserPreferences = UserPreferences.jsp jspwiki.specialPage.OnlineSupport = http://www.lledr-solutions.com/support/
The first 2 (internal) links work fine. The external one gives a 404 error message where the requested resource is /gir/http%3A//www.lledr-solutions.com/support/.
Please use
[{SET redirect='http://www.lledr-solutions.com/support/'}]
on your OnlineSupport page. SpecialPages are only meant for internal references...
