]
Alexey Kazakov commented on JBIDE-20479:
----------------------------------------
Ubuntu 15.04. JDK Oracle 8.
broken images in JBT/JBDS Central
---------------------------------
Key: JBIDE-20479
URL:
https://issues.jboss.org/browse/JBIDE-20479
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 4.3.0.Beta2
Reporter: Nick Boldt
Priority: Blocker
Fix For: 4.3.0.CR1
Attachments: broken-images-central-JBDS9CR1.png,
broken-images-central-JBT-JBDS.png
Broken images. See screenshot. The first image, for the HTML5 project, links to this:
file:///home/nboldt/eclipse/workspace-clean45-2/.metadata/.plugins/org.jboss.tools.central/images/1206740293/images%2Fwizards%2Fhtml5.png
But that won't load in my browser.
Instead, THIS image DOES load:
file:///home/nboldt/eclipse/workspace-clean45-2/.metadata/.plugins/org.jboss.tools.central/images/1206740293/images%252Fwizards%252Fhtml5.png
Seems you need one extra level of escapes: `%252F` instead of just `%2F` for those
slashes ( / ).
Could your filenames simply be images-wizards-html5.png to avoid the need for hexcode
escapes?