No way to set default page encoding for Pluto
---------------------------------------------

                 Key: PLUTO-446
                 URL: https://issues.apache.org/jira/browse/PLUTO-446
             Project: Pluto
          Issue Type: Bug
          Components: portal driver
    Affects Versions: 1.1.4
            Reporter: miceuz


i want pluto to use UTF-8 as a default encoding for web pages as by default it 
uses ISO-8859-1.

I've red 
http://portals.apache.org/pluto/userguide/portal.html#Internationalization but 
it seems to be outdated, as in pluto 1.1.4 web.xml i don't see a "pluto" 
servlet defined.

I've tried to put init parameter to plutoPortalDriver servlet with no luck:
<servlet>
   <servlet-name>plutoPortalDriver</servlet-name>
   <display-name>Pluto Portal Driver</display-name>
   <description>Pluto Portal Driver Controller</description>
    <servlet-class>org.apache.pluto.driver.PortalDriverServlet</servlet-class>
    <init-param>
        <param-name>charset</param-name>
        <param-value>utf-8</param-value>
    </init-param>
</servlet>

The question is how do i set default encoding to pluto generated web content?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to