mirror of https://github.com/apache/activemq.git
AMQ-3116: Fixed web-console to show unicode chars when browsing message bodies.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1395295 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c720601aaf
commit
67f887da88
|
@ -14,6 +14,7 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
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="decorator" uri="http://www.opensymphony.com/sitemesh/decorator" %>
|
||||||
<%@ taglib prefix="form" tagdir="/WEB-INF/tags/form" %>
|
<%@ taglib prefix="form" tagdir="/WEB-INF/tags/form" %>
|
||||||
<%@ taglib prefix="jms" tagdir="/WEB-INF/tags/jms" %>
|
<%@ taglib prefix="jms" tagdir="/WEB-INF/tags/jms" %>
|
||||||
|
|
Loading…
Reference in New Issue