This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 204972 - MIME-Type text/url should recognize [InternetShortcut]
Summary: MIME-Type text/url should recognize [InternetShortcut]
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: URL (show other bugs)
Version: 7.0.1
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-11 08:35 UTC by nigjo_iqn
Modified: 2011-11-12 16:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nigjo_iqn 2011-11-11 08:35:33 UTC
On Windows (and possibly OS X?) *.url files looks links this:

--8<-----8<-----8<-----8<-----8<-----8<---
[InternetShortcut]
url=http://netbeans.org
otherkeys=othervalues
--8<-----8<-----8<-----8<-----8<-----8<---

If I double click this file in NetBeans I only get the error message

"[InternetShortcut] is not a valid URL"

This is technically correct, but NetBeans should be able to find the "url=" entry and open that URL in the browser.
Comment 1 Jaroslav Havlin 2011-11-11 11:01:31 UTC
core-main/rev/14ad4d572fc9
Comment 2 Quality Engineering 2011-11-12 16:31:07 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/14ad4d572fc9
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #204972 - MIME-Type text/url should recognize [InternetShortcut]