フォーラム

GroupSession

フォーラム
GroupSessionについての自由な情報交換の場としてご利用ください

GroupSessionフォーラム:投稿一覧

 
フォーラム:01_リクエスト・要望
[モバイル][WEBメール]jsessionidの付与をお願いします。
[ 3836 ] [モバイル][WEBメール]jsessionidの付与をお願いします。

GroupSession v.3.2.1
モバイル版(ドコモさんのi-modeです)でWEBメールを使用しています。
いくつかのリンクにjsessionidが設定されていないため、
携帯からのアクセス時に認証エラーが発生しています。

回避策として下記の3ファイルのaタグのhrefにjsessionidを
加えて運用しておりますが、可能ならば次回更新時に
修正していただけると助かります。

文字数オーバーで書き込めないので、後半は該当の行番号を記載します。

・WEB-INF/plugin/mobile/jsp/mh_man001.jsp
39行目
<!--<a href="..<bean:write name="msg" property="linkUrl" />">--><span style="color:blue;"><bean:write name="msg" property="message" filter="false"/></span><!--</a>-->

※jspからは訂正できなさそうなので、リンク部分を削除しています。


67行目
<br><%= (accountIdx.intValue() + 1 == accountCnt.intValue())?"┗":"┣" %><% if (noRead) { %><b><% } %><a href="./mh_wml010.do<%= ";jsessionid=" + session.getId() %>?wmlAccount=<bean:write name="accountData" property="wacSid" />" accessKey="<%= String.valueOf(accountIdx.intValue() + 6) %>"><bean:write name="accountData" property="wacName" /></a><% if (noRead) { %><a href="./mh_wml020.do<%= ";jsessionid=" + session.getId() %>?wmlAccount=<bean:write name="accountData" property="wacSid" />&wmlDirectory=<bean:write name="accountData" property="receiveWdrSid" />"><%= "(" + String.valueOf(noReadCnt.longValue()) + ")" %><% } %></a><% if (noRead) { %></b><% } %>

※<%= jsessionId.toString() %>では初回表示時にエラー


・WEB-INF/plugin/mobile/jsp/mh_wml010.jsp
47行目
●<a href="./mh_wml040.do<%= jsessionId.toString() %>?wmlAccount=<%= accountSid %>" accesskey="0">新規作成</a>

52行目
■<% if (noRead) { %><b><% } %><a href="./mh_wml020.do<%= jsessionId.toString() %>?wmlAccount=<%= accountSid %>&wmlDirectory=<bean:write name="dirData" property="id" />" accesskey="0"><bean:write name="dirData" property="name" /><% if (noRead) { %><%= "(" + String.valueOf(noReadCnt.longValue()) + ")" %><% } %></a><% if (noRead) { %></b><% } %>

64行目

・WEB-INF/plugin/mobile/jsp/mh_wml020.jsp
42行目
62行目
72行目

投稿者
最新書き込み2011/05/20 14:25:17
スレッドURLhttps://groupsession.jp/wbs/bulletin/bbs080.do?bbs010forumSid=2&threadSid=1282
 


TOP