Trailblazer is linking to css stylesheet from
www.jboss.com website which will cause
trouble when it's not accessible.
----------------------------------------------------------------------------------------------------------------------
Key: JBESB-448
URL:
http://jira.jboss.com/jira/browse/JBESB-448
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Examples
Affects Versions: 4.0
Reporter: jarkko Lietolahti
Assigned To: Mark Little
trailblazer/client/jsp/index.jsp references css stylesheet from the
www.jboss.com website,
this is causing some serious slowdows when
jboss.com is not accessible (which happens too
often). Either include the css files in the tb or replace them with local versions.
<html>
<head>
<title>JBossESB Loan Broker</title>
<link rel="shortcut icon" href="/favicon.ico"/>
<link rel="stylesheet"
href="http://www.jboss.com/themes/jbosstheme/style/custom.css"
type="text/css" media="all">
<link rel="stylesheet"
href="http://www.jboss.com/themes/jbosstheme/style/global.css"
type="text/css" media="all">
<link rel="stylesheet"
href="http://www.jboss.com/themes/jbosstheme/style/headings.css"
type="text/css" media="all">
<link rel="stylesheet"
href="http://www.jboss.com/themes/jbosstheme/style/layout.css"
type="text/css" media="all">
<link rel="stylesheet"
href="http://www.jboss.com/themes/jbosstheme/style/navigation.css"
type="text/css" media="all">
<link rel="stylesheet"
href="http://www.jboss.com/themes/jbosstheme/style/pagelayout.css"
type="text/css" media="all">
<link rel="stylesheet"
href="http://www.jboss.com/themes/jbosstheme/style/tables.css"
type="text/css" media="all">
<link rel="stylesheet"
href="http://www.jboss.com/themes/jbosstheme/style/screen.css"
type="text/css" media="screen">
<link rel="stylesheet"
href="http://www.jboss.com/themes/jbosstheme/style/print.css"
type="text/css" media="print">
<link rel="stylesheet"
href="http://www.jboss.com/themes/jbosstheme/style/common.css"
type="text/css" media="all">
</head>
<body>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira