[ 
https://issues.apache.org/jira/browse/JSPWIKI-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13558385#comment-13558385
 ] 

Glen Mazza commented on JSPWIKI-396:
------------------------------------

Hi Juergen, the patch seems to work (at least doesn't break anything) with 
Tomcat -- however, when I run our Selenium web tests (done via "ant clean 
webtests" from the jspwiki source directory) The "View Page Source" test 
located at the very end of all five Selenium web test suites fail (green (good) 
before I made the change but dark pink (bad) afterwards).  You can see the 
results just by opening up the 5 HTML pages located in 
jspwiki/tests/reports/selenium after activating the webtests.  (Note we have a 
"Rename Profile" that also fails in some test suites--both before and after 
patch--I've been meaning to look at but that's unrelated to this issue.)

So I didn't yet commit the change to production yet.  Would you be able to look 
at why this webtest fails with this patch -- I guess the problem is that 
toString() is no longer working, but I may be wrong here.  Perhaps someone else 
on the JSPWiki can also chime in here on the potential problem.  Else, I may be 
able to look at this further myself later.

Also, please use diff -u > file.patch (the -u option makes it easier to read 
and incorporate) for any subsequent patches.
                
> UTF-8 characters in wiki pages incorrectly rendered if served by Weblogic 
> --------------------------------------------------------------------------
>
>                 Key: JSPWIKI-396
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-396
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.9
>            Reporter: Jürgen Weber
>            Assignee: Glen Mazza
>            Priority: Minor
>         Attachments: GlenJSP396.patch, .jpg, .jpg, main_de.png, 
> screenshot-1.jpg, WikiJSPFilter.java.diff
>
>
> The Germain Main.txt starts with Herzlichen Glückwunsch.
> If the page is served by Weblogic Server, the umlaut is rendered with FFC3 
> and FFBC in Boxes, both with Firefox and IE. Served by Geronimo, it's fine.
> Herzlichen Glᅢᄐckwunsch
> Firefox page info says, page encoding is UTF-8.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to