[gatein-issues] [JBoss JIRA] Commented: (GTNPORTAL-1289) Show exception when search keyword start with specical characters in Manage page

Vu Viet Phuong (JIRA) jira-events at lists.jboss.org
Wed Jun 9 07:21:38 EDT 2010


    [ https://jira.jboss.org/browse/GTNPORTAL-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12534705#action_12534705 ] 

Vu Viet Phuong commented on GTNPORTAL-1289:
-------------------------------------------

There are 2 ways to solve this issue:

1) in file /jforum/WEB-INF/config/SystemGlobals.properties
change  default.container.encoding = ISO-8859-1 to UTF-8

2) in system.xml file for Tomcat add URIEncoding parameter
<Connector port="8080" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" URIEncoding="ISO-8859-1"/>

Problem with Search occur when parameters URIEncoding and default.container.encoding different. 

> Show exception when search keyword start with specical characters in Manage page
> --------------------------------------------------------------------------------
>
>                 Key: GTNPORTAL-1289
>                 URL: https://jira.jboss.org/browse/GTNPORTAL-1289
>             Project: GateIn Portal
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>            Reporter: Hang Nguyen
>            Assignee: tung do thanh
>         Attachments: GTNPORTAL-1289-Testcase.diff, title of page.txt
>
>
> Steps:
> - Go to Manage Page 
> - Add new page have page title: #{aaa}
> - Search page title created above --> Show exception in cygwin.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list