| 
There is no functionality equivalent to use-responseCT-for-headers in Web
Server 7.0.
 Response header encoding is enabled
at the web-app level by setting the value of the
configuration parameter use-responseCT-for-headers to
any of the values; yes, true,
or on in the web-app/sun-web.xml file. For example, set Response header encoding as follows:  
| 
 <sun-web-app>
<parameter-encoding form-hint-field="j_encoding"/>
<property name="use-responseCT-for-headers" value="true" />
<session-config>
<session-manager/>
</session-config>
<jsp-config/>
</sun-web-app> |  |