Hi guys,
I tried to browse on the ActiveMQ website in HTTPS and all the CSS and
JS are not load, I think this is because the source use absolute link in
head instead of relative link.
<link href="http://activemq.apache.org/styles/site.css"
rel="stylesheet" type="text/css">
<link href="http://activemq.apache.org/styles/type-settings.css"
rel="stylesheet" type="text/css">
<script src="http://activemq.apache.org/styles/prototype.js"
type="text/javascript"></script>
<script src="http://activemq.apache.org/styles/rico.js"
type="text/javascript"></script>
<script src="http://activemq.apache.org/styles/site.js"
type="text/javascript"></script>
It's not a big deal but I think it would be great to fix it :)
François
|