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 144376 - [65cat][Debugger]java.net.URISyntaxException: Illegal character in authority at index 7: file://C:\Documents and Settings\amontejo\Local Settings\Temp\modules.ext.debugger---netbeans-debugger-port=2093--netbeans-debugger-session-id=NETBEANS-INTERNETEXPLOR
Summary: [65cat][Debugger]java.net.URISyntaxException: Illegal character in authority ...
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: _ deva
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-19 12:25 UTC by alcmontejo
Modified: 2008-08-27 06:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
nbJavaScript Debugger message log (92.48 KB, text/plain)
2008-08-19 12:27 UTC, alcmontejo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alcmontejo 2008-08-19 12:25:39 UTC
Hi!

This is on build on build 200808170243.
Im on web debug mode with client debugging enabled. 
After the netbeans Javascript Debugger launch and redirected to my 
start-up page, I click to BACK button of the browser(IE7). and catch this error.

The error is reproducible.

Thanks and more power,
Allen Montejo

java.net.URISyntaxException: Illegal character in authority at index 7: file://C:\Documents and 
Settings\amontejo\Local Settings\Temp\modules.ext.debugger---netbeans-debugger-port=2561--netbeans-debugger-session-
id=NETBEANS-INTERNETEXPLORER-DEBUGGER-4.html
Comment 1 alcmontejo 2008-08-19 12:27:26 UTC
Created attachment 67792 [details]
nbJavaScript Debugger message log
Comment 2 _ deva 2008-08-21 23:01:02 UTC
This is caused because of space characters in the URI returned by IE extension. The exception is now addressed.
There is still one difference between firefox and IE extension - the source will not be shown in case of IE for file 
URLs.
Comment 3 _ deva 2008-08-22 02:00:57 UTC
Made additional fix to correctly show the content of file URLs in the editor
Comment 4 alcmontejo 2008-08-22 02:08:33 UTC
wow great! Is the fix is already in new dev buid 200808210201?  so that I can now test.

Thanks and more power,
Allen Montejo
Comment 5 Quality Engineering 2008-08-22 17:21:02 UTC
Integrated into 'main-golden', available in build *200808221401* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/1e6625f566e2
User: deva@netbeans.org
Log: Fix for #144376, converting file URI to native windows recognizable format. This fix will allow viewing of file URI content in the editor
Comment 6 alcmontejo 2008-08-27 06:17:50 UTC
this issue is  verified as fixed. It doesnt occur in latest build. 

many thanks,
Allen Montejo