<div>対応しました。</div>
<div>いつもたいへんお世話になりました。</div>
<div>どうもありがとうございます。<br><br>&nbsp;</div>
<div><span class="gmail_quote">2008/1/8, Koichi Kobayashi &lt;<a href="mailto:koichik@gmail.com">koichik@gmail.com</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">小林 (koichik) です.<br><br>Date:&nbsp;&nbsp;&nbsp;&nbsp;Tue, 8 Jan 2008 15:11:52 +0800<br>From:&nbsp;&nbsp;&nbsp;&nbsp;&quot;タ鋿ヨ&quot; &lt;<a href="mailto:yourslee@gmail.com">
yourslee@gmail.com</a>&gt;<br>To:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:seasar-user@ml.seasar.org">seasar-user@ml.seasar.org</a><br>Subject: [Seasar-user:12402] Re: was url rewriting<br><br>&gt; 以下はWAS出のログです。<br><br>ありがとうございました.<br>状況が理解できました.
<br><br>まず,最初のリクエストの場合ですが,<br><br>&gt; ** before *****************************************: /view/m/cmn/login.html<br>(略)<br>&gt;&nbsp;&nbsp; ContextPath=/dcw, REQUEST_METHOD=GET, QUERY_STRING=null, PathInfo=null,<br><br>HttpServletRequest#getPathInfo() の戻り値である
<br>PathInfo は null になっています.<br><br>その後,フォームがサブミットされたリクエストの<br>場合ですが,<br><br>&gt; ** before *****************************************: /view/m/cmn/login.html<br>(略)<br>&gt;&nbsp;&nbsp; ContextPath=/dcw, REQUEST_METHOD=POST, QUERY_STRING=null, PathInfo=,
<br><br>PathInfo が空文字列になっています.<br><br>Servlet の仕様では,HttpServletRequest#getPathInfo() は<br>PathInfo が存在しない場合 null を返すことになっています.<br><br>----------------------------------------------------------------------<br>String getPathInfo()
<br><br>Returns any extra path information associated with the URL the client sent<br>when it made this request. The extra path information follows the servlet path<br>but precedes the query string and will start with a &quot;/&quot; character.
<br><br>This method returns null if there was no extra path information.<br>----------------------------------------------------------------------<br><br>そのため,Teeda では,HttpServletRequest#getPathInfo() が<br>空文字列を返すことは想定していません.
<br><br><br>HttpServletRequest#getPathInfo() が空文字列を<br>返すのは WAS の既知の問題のようです.<br><br><a href="http://www-1.ibm.com/support/docview.wss?rs=180&amp;uid=swg1PK28078">http://www-1.ibm.com/support/docview.wss?rs=180&amp;uid=swg1PK28078
</a><br><br><a href="http://6.0.2.15">6.0.2.15</a> 以降および <a href="http://6.1.0.3">6.1.0.3</a> 以降で修正されている<br>ようなので,WAS をバージョンアップしてください.<br><br><br>--<br>&lt;signature&gt;<br>&nbsp;&nbsp;&lt;name&gt;Koichi Kobayashi&lt;/name&gt;<br>&nbsp;&nbsp;&lt;e-mail&gt;
<a href="mailto:koichik@gmail.com">koichik@gmail.com</a>&lt;/e-mail&gt;<br>&lt;/signature&gt;<br><br><br>_______________________________________________<br>Seasar-user mailing list<br><a href="mailto:Seasar-user@ml.seasar.org">
Seasar-user@ml.seasar.org</a><br><a href="https://ml.seasar.org/mailman/listinfo/seasar-user">https://ml.seasar.org/mailman/listinfo/seasar-user</a><br><br></blockquote></div><br>