luckwolf
          蘇州黑心法官顧建華聯合訴訟人詐騙我52萬
          posts - 11,  comments - 69,  trackbacks - 0

          今天碰到一個這樣的問題,我開始用了n個原始的方法都解決不了。我就以為這過濾器中也解決不了。沒想到一試就靈,
          這也是解決jsp include 參數亂碼最有效的方式,網上別的方式不一定能行。

          public ? class ?MyFilter? implements ?Filter? {
          ????
          private ?FilterConfig?filterConfig;

          ????
          // ?Handle?the?passed-in?FilterConfig
          ???? public ? void ?init(FilterConfig?filterConfig)? throws ?ServletException? {
          ????????
          this .filterConfig? = ?filterConfig;
          ????}


          ????
          // ?Process?the?request/response?pair
          ???? public ? void ?doFilter(ServletRequest?request,?ServletResponse?response,
          ????????????FilterChain?filterChain)?
          {

          ????????
          try ? {
          ????????????request.setCharacterEncoding(
          " GBK " );????????????
          ????????????filterChain.doFilter(request,?response);
          ????????}
          ? catch ?(ServletException?sx)? {
          ????????????filterConfig.getServletContext().log(sx.getMessage());
          ????????}
          ? catch ?(IOException?iox)? {
          ????????????filterConfig.getServletContext().log(iox.getMessage());
          ????????}

          ????}


          ????
          // ?Clean?up?resources
          ???? public ? void ?destroy()? {
          ????}

          }

          web.xlm配置
          < filter > ?
          < filter - name > MyFilter </ filter - name > ?
          < filter - class > com.lx.MyFilter </ filter - class > ?
          </ filter > ?
          < filter - mapping > ?
          < filter - name > MyFilter </ filter - name > ?
          < url - pattern > /* </url-pattern>?
          <dispatcher>request</dispatcher>?
          </filter-mapping>
          posted on 2007-12-11 17:30 劉祥 閱讀(794) 評論(0)  編輯  收藏

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          蘇州黑心法官顧建華聯合訴訟人詐騙我52萬

          <2007年12月>
          2526272829301
          2345678
          9101112131415
          16171819202122
          23242526272829
          303112345

          常用鏈接

          留言簿(4)

          隨筆檔案(14)

          文章檔案(2)

          相冊

          我的友情聯接

          積分與排名

          • 積分 - 63707
          • 排名 - 836

          最新隨筆

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 永和县| 陈巴尔虎旗| 深泽县| 黔西县| 宜春市| 溆浦县| 都江堰市| 调兵山市| 许昌市| 榕江县| 兰州市| 宜兴市| 浮梁县| 宿迁市| 瓦房店市| 宣武区| 宁陕县| 威海市| 孝感市| 颍上县| 贵溪市| 临汾市| 蒲城县| 利辛县| 井陉县| 鹤峰县| 桦甸市| 夹江县| 翁牛特旗| 漠河县| 兴仁县| 平乡县| 临沂市| 始兴县| 和林格尔县| 玛纳斯县| 双辽市| 饶平县| 萨迦县| 仲巴县| 宾川县|