JSPWiki version 2.5.124. Deployed on jboss under a different war (CopWiki).
Basically everything works fine when browsing and saving pages locally. But once I try and save a page from a different machine, it redirects to localhost. When searching the mailing list this seems to be a common problem that has went unanswered. I have tried setting all combinations of jspwiki.baseURL and jspwiki.referenceStyle with none of them working. Steps to reproduce - Deploy jspwiki as a war to jboss on machine alice - Go to the wiki from machine bob and access a page (http://alice:8080/jspwiki) - Click Edit - Click Save - jspwiki redirects the user on machine bob to localhost What I expect is to set jspwiki.baseURL to http://alice:8080/ and set jspwiki.referenceStyle to relative and everything work from any machine. -- View this message in context: http://www.nabble.com/Save-redirects-to-localhost-tp16145550p16145550.html Sent from the JspWiki - User mailing list archive at Nabble.com.
