[kepler-dev] [Bug 3107] New: - http links don't work: Unsupported file type or connection not supported
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Mon Jan 28 21:39:55 PST 2008
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3107
Summary: http links don't work: Unsupported file type or
connection not supported
Product: Kepler
Version: 1.0.0beta3
Platform: Other
OS/Version: Windows XP
Status: NEW
Severity: major
Priority: P2
Component: core
AssignedTo: berkley at nceas.ucsb.edu
ReportedBy: cxh at eecs.berkeley.edu
QAContact: kepler-dev at ecoinformatics.org
Under Java 1.5.0 and Windows XP, if I try to click on a http: link
in an html window, I get:
Unsupported file type or connection not supported:
http://ptolemy.eecs.berkeley.edu#in_browser
The #in_brower is a hack in the Ptolemy HTML code that says to open
the link in the external browser (IE, Firefox etc.)
This error message comes from Configuration.java
I believe the problem is that
<property name="Web Browser"
class="ptolemy.actor.gui.BrowserTableau$Factory"/>
in ptolemy/configs/extendedEffigyFactory.xml is not handling the link.
More information about the Kepler-dev
mailing list