You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by da...@apache.org on 2012/10/07 15:10:54 UTC

svn commit: r1395295 - /activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/jspf/headertags.jspf

Author: davsclaus
Date: Sun Oct  7 13:10:54 2012
New Revision: 1395295

URL: http://svn.apache.org/viewvc?rev=1395295&view=rev
Log:
AMQ-3116: Fixed web-console to show unicode chars when browsing message bodies.

Modified:
    activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/jspf/headertags.jspf

Modified: activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/jspf/headertags.jspf
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/jspf/headertags.jspf?rev=1395295&r1=1395294&r2=1395295&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/jspf/headertags.jspf (original)
+++ activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/jspf/headertags.jspf Sun Oct  7 13:10:54 2012
@@ -14,6 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 --%>
+<%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <%@ taglib prefix="decorator" uri="http://www.opensymphony.com/sitemesh/decorator" %>
 <%@ taglib prefix="form" tagdir="/WEB-INF/tags/form" %>
 <%@ taglib prefix="jms" tagdir="/WEB-INF/tags/jms" %>