]
Mark Little commented on JBESB-448:
-----------------------------------
This is always going to be a problem if you reference stylesheets remotely. It's not
just a JBoss problem. However, distributing a local copy opens up other issues such as
managing the right version, tracking updates on the stylesheets etc.
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
Fix For: 4.2 Milestone Release 2
Original Estimate: 5 minutes
Remaining Estimate: 5 minutes
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: