Community
Participate
Working Groups
Build ID: M20080911-1700 Steps To Reproduce: 1. Navigate to an Infocenter that is behind Apache proxy (mod_proxy) 2. Select a topic from TOC 3. Select print->Print selected topic and all subtopics More information: Links in the page are absolute and are therefore ignored by mod_proxy. The links are pointing to 127.0.0.1:8888, which obviously cannot work. Images and CSS are missing due to these broken links. Proposed solution: links should be made relative, as there is no reason the make them absolute
We're getting this on help.eclipse.org too, as it's running behind mod_proxy.
Targeting 3.5. If I can create a patch would you be able to test it? I have located the code in PrintData.java which is modifying the hrefs and it seems like it should be easy to fix. I don't have mod proxy set up on my machine so it would save me a lot of time if someone could test the fix.
(In reply to comment #2) > Targeting 3.5. If I can create a patch would you be able to test it? If you can provide me a fixed JAR file that I can use to replace the 'broken' one, then I'll put it up on help.eclipse.org for testing.
Created attachment 122476 [details] Patch This should fix the problem. What version of Eclipse are you using to run your infocenter?
(In reply to comment #4) > This should fix the problem. This patch fixes it for me (org.eclipse.help.webapp_3.3.101.M20080805_34x). Thanks, Chris.
Patch applied to HEAD, Fixed.
*** Bug 274944 has been marked as a duplicate of this bug. ***
*** Bug 320373 has been marked as a duplicate of this bug. ***