[
https://jira.duraspace.org/browse/DS-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=21950#comment-21950
]
Cedric Devaux commented on DS-992:
----------------------------------
To solve this problem, I've added "UTF-8" to full.jsp
(DSPACE_SOURCE\dspace-jspui\dspace-jspui-webapp\src\main\webapp\browse\full.jsp),
line 137:
valueString = "&" + argument + "=" + URLEncoder.encode(value, "UTF-8");
There is URIEncoding="UTF-8" in the Connector configuration in server.xml but
it seems that the character encoding used by URLEncoder.encode is windows-1252
(with a windows server) and not UTF-8, if it's not specified.
> Browse by author or subject with special characters
> ----------------------------------------------------
>
> Key: DS-992
> URL: https://jira.duraspace.org/browse/DS-992
> Project: DSpace
> Issue Type: Bug
> Components: JSPUI
> Affects Versions: 1.6.2
> Environment: windows server
> Reporter: Cedric Devaux
> Priority: Major
>
> After a browse by author/subject, it's impossible to see more than 1 page of
> results if there is a special character (accent) in the author or subject.
> To reproduce the problem :
> 1. browse by subjet
> 2. choose a subject with a special character and more than 20 results :
> ( e.g. for the moment :
> http://www.epsilon.insee.fr/jspui/browse?type=subject&order=ASC&rpp=20&value=Cr%C3%A9ation+d%27emploi)
> It displays item 1-20 of 86
> 3. click next ("suivant")
> 4. It displays the No result page whereas item 21-40 were expected.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.duraspace.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model
configuration take the hassle out of deploying and managing Subversion and
the tools developers use with it. Learn more about uberSVN and get a free
download at: http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel