Hide Forgot
securitylevel_name: Public 2010-11-16 18:08:37,634 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/jboss-brms].[FeedServlet]] (http-127.0.0.1-8080-4) Servlet.service() for servlet FeedServlet threw exception java.io.CharConversionException: Not an ISO 8859-1 character: α at javax.servlet.ServletOutputStream.print(ServletOutputStream.java:89) at org.drools.guvnor.server.files.FeedServlet.doDiscussionFeed(FeedServlet.java:96) To reproduce just open any asset, add a comment to its discussion and use some non ISO 8859-1 characters (e.g. greek α) and try displaying the asset's feed.
Attachment: Added: feed_error.png Attachment: Added: server.log
Link: Added: This issue related BRMS-426
Link: Added: This issue is a dependency of JBQA-3766
I believe this will only happen in Linux env. I cannot reproduce on Mac/Win. Either way, should be fixed with addition to UTF-8 encoding definition on the content type. Please re-test in ER4.
Link: Added: This issue is a dependency of GUVNOR-1100
Done