[jbosstools-issues] [JBoss JIRA] (JBIDE-20479) broken images in JBT/JBDS Central

Nick Boldt (JIRA) issues at jboss.org
Wed Sep 9 12:06:00 EDT 2015


    [ https://issues.jboss.org/browse/JBIDE-20479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13107007#comment-13107007 ] 

Nick Boldt commented on JBIDE-20479:
------------------------------------

{code}
$➔ uname -a
Linux t540p-fc20-vm01.redhat.com 3.17.4-200.fc20.x86_64 #1 SMP Fri Nov 21 23:26:41 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

$➔ java -version
java version "1.8.0"
Java(TM) SE Runtime Environment (build 1.8.0-b132)
Java HotSpot(TM) 64-Bit Server VM (build 25.0-b70, mixed mode)
{code}

install path: ~/jboss-devstudio-9.0.0.CR1-v20150904-1024-B3928-installer-standalone -- no spaces/special symbols

Still failing to show images with that new CI build from 09/04.

Also tried setting all 4 browser options (Internal Web Browser, Default system web browser, Firefox, Browsersim), then reloading Central -- no change -- images not shown.

When you right-click an image and select 'copy image address', then paste that into a browser... does the image appear?

I get 

file:///tmp/newworkspace/.metadata/.plugins/org.jboss.tools.central/images/1777319787/images%2Fwizards%2Fhtml5.png (%2F)

But to see the file, I need to browse to

file:///tmp/newworkspace/.metadata/.plugins/org.jboss.tools.central/images/1777319787/images%252Fwizards%252Fhtml5.png (%252F)

Do we need to have slashes (which need hex encoding) in filenames? Could we use dashes or underscores instead?


> 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
>            Assignee: Snjezana Peco
>            Priority: Minor
>             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?



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the jbosstools-issues mailing list