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 144740 - I18N - encoding of redirect.jsp (Spring WebApp) doesn't depend on the project one
Summary: I18N - encoding of redirect.jsp (Spring WebApp) doesn't depend on the project...
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Spring (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-08-21 17:08 UTC by kaa
Modified: 2008-08-25 17:21 UTC (History)
1 user (show)

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 kaa 2008-08-21 17:08:59 UTC
Product Version: NetBeans IDE Dev (Build 200808101401)
Java: 1.6.0_06; Java HotSpot(TM) Client VM 10.0-b22
I'm running in Japanese locale, using a pseudo localized Netbeans with font size 16 option. 

1. Create java App then change project encoding to windows-31j
2. Create WebApp with Struts frame work
3. Open redirect.jsp in editor

The project encoding is windows-31j but the file has UTF-8 in it:

<%@page contentType="text/html" pageEncoding="UTF-8"%>
<% response.sendRedirect("index.htm"); %>
Comment 1 Andrei Badea 2008-08-22 14:48:51 UTC
#d2208874d656
Comment 2 Quality Engineering 2008-08-23 05:15:31 UTC
Integrated into 'main-golden', available in build *200808230201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/d2208874d656
User: Andrei Badea <abadea@netbeans.org>
Log: #144740: I18N - encoding of redirect.jsp (Spring WebApp) doesn't depend on the project one
Comment 3 kaa 2008-08-25 17:21:24 UTC
verified: build 0824