<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    On 3/1/12 1:05 PM, Brent Putman wrote:
    <blockquote cite="mid:4F4FBA77.30201@georgetown.edu" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <br>
      Perhaps you can explain more of the problem that you are trying to
      solve.&nbsp; The usual problem is that the message receipt endpoint is
      not calculated correctly, when things like reverse proxy from
      Apache via AJP are used.&nbsp; In the decoder this URI is calculated
      simply as the value of:&nbsp;
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <span class="pygments-n">HttpServletRequest#</span>
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <span class="pygments-o"></span><span class="pygments-na">getRequestURL</span><span
        class="pygments-o">().&nbsp; So that has to be right.&nbsp; For Tomcat I
        believe that they have some attributes you can set on the AJP
        connector to determine this.&nbsp; <br>
      </span></blockquote>
    <br>
    Btw, I don't think this is always necessary with Tomcat + Apache +
    AJP.&nbsp; Just some cases, but I don't remember the specifics.<br>
  </body>
</html>