You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "miceuz (JIRA)" <ji...@apache.org> on 2007/11/26 17:34:43 UTC

[jira] Updated: (PLUTO-446) No way to set default page encoding for Pluto

     [ https://issues.apache.org/jira/browse/PLUTO-446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

miceuz updated PLUTO-446:
-------------------------

    Attachment: pluto-encoding.diff

this patch fixes above error.

now the driver servlet looks for "charset" init param in web.xml like it was in 1.0.1 release.

> 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
>         Attachments: pluto-encoding.diff
>
>
> 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.