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 232020 - java.nio.charset.IllegalCharsetNameException: ${encoding}
Summary: java.nio.charset.IllegalCharsetNameException: ${encoding}
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-29 03:39 UTC by athompson
Modified: 2013-07-04 16:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201786


Attachments
stacktrace (6.33 KB, text/plain)
2013-06-29 03:39 UTC, athompson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description athompson 2013-06-29 03:39:06 UTC
Build: NetBeans IDE Dev (Build 201306272300)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b48, Java(TM) SE Runtime Environment, 1.7.0_40-ea-b29
OS: Mac OS X

User Comments:
athompson: attempted to save modified JSP template




Stacktrace: 
java.nio.charset.IllegalCharsetNameException: ${encoding}
   at java.nio.charset.Charset.checkName(Charset.java:320)
   at java.nio.charset.Charset.lookup2(Charset.java:496)
   at java.nio.charset.Charset.lookup(Charset.java:475)
   at java.nio.charset.Charset.forName(Charset.java:540)
   at org.netbeans.modules.web.core.jsploader.BaseJspEditorSupport.saveFromKitToStream(BaseJspEditorSupport.java:424)
   at org.openide.text.CloneableEditorSupport$6.run(CloneableEditorSupport.java:1114)
Comment 1 athompson 2013-06-29 03:39:07 UTC
Created attachment 136484 [details]
stacktrace
Comment 2 Martin Fousek 2013-07-01 05:30:59 UTC
Fixed in web-main #74153fe8b641.
Comment 3 Quality Engineering 2013-07-01 15:54:55 UTC
Integrated into 'main-silver', will be available in build *201307011244* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/74153fe8b641
User: Martin Fousek <marfous@netbeans.org>
Log: #232020 - java.nio.charset.IllegalCharsetNameException: ${encoding}
Comment 4 athompson 2013-07-04 16:14:21 UTC
Yup.