<html><head><title>The URL contains escaped bytes unsupported by the UTF-8 encoding.</title></head>
<body>
<h1>The URL contains escaped bytes unsupported by the UTF-8 encoding.</h1>
<code><pre>
<script language='javascript' type='text/javascript'>
function show() { document.getElementById('trace').style.display = ''; }
</script>
<a style="text-decoration" href="javascript:show();">[show]</a> The URL contains escaped bytes unsupported by the UTF-8 encoding.
<span id="trace" style="display:none">
com.caucho.server.dispatch.BadRequestException: The URL contains escaped
bytes unsupported by the UTF-8 encoding.
	at com.caucho.server.dispatch.InvocationDecoder.normalizeUriEscape(InvocationDecoder.java:455)
	at com.caucho.server.dispatch.InvocationDecoder.splitQueryAndUnescape(InvocationDecoder.java:191)
	at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:252)
	at com.caucho.server.port.TcpConnection.run(TcpConnection.java:682)
	at com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:730)
	at com.caucho.util.ThreadPool$Item.run(ThreadPool.java:649)
	at java.lang.Thread.run(Thread.java:662)
</span>
</pre></code>
</body></html>
