Upgrade 9.1 => 10.3: Content-Type Response-Header is now extended by charset=ISO-8859-1
originally posted by User53079 (but as a document)
also posted in: http://forums.oracle.com/forums/forum.jspa?forumID=598&start=0
Hi there,
we use weblogic behind an Apache WebServer and migrated from WLS 9.1 to 10.3. We found that Weblogic now additionally returns charset=ISO-8859-1 in the "Content-Type" Response-Header
# wlproxy.log (from Apache Plugin)
Tue Jul 14 09:25:14 2009 Hdrs from WLS:[Content-Type]=[text/html; charset=ISO-8859-1]
# WebLogic 9
Tue Jul 14 09:28:26 2009 Hdrs from WLS:[Content-Type]=[text/html]
We formly had a similar problem with the Apache appending a default charset, which could be solved by adding the following line to the httpd.conf
(as we rely on the corresponding http-equiv meta tag inside the page):
also posted in: http://forums.oracle.com/forums/forum.jspa?forumID=598&start=0
Hi there,
we use weblogic behind an Apache WebServer and migrated from WLS 9.1 to 10.3. We found that Weblogic now additionally returns charset=ISO-8859-1 in the "Content-Type" Response-Header
# wlproxy.log (from Apache Plugin)
Tue Jul 14 09:25:14 2009 Hdrs from WLS:[Content-Type]=[text/html; charset=ISO-8859-1]
# WebLogic 9
Tue Jul 14 09:28:26 2009 Hdrs from WLS:[Content-Type]=[text/html]
We formly had a similar problem with the Apache appending a default charset, which could be solved by adding the following line to the httpd.conf
(as we rely on the corresponding http-equiv meta tag inside the page):
0