ICEfaces
  1. ICEfaces
  2. ICE-2013

MainServlet doesn't support *.faces mappings

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6
    • Fix Version/s: 1.6.1
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      n/a

      Description

      We should dispatch on *.faces.

      Index: D:/Documents and Settings/pbreau/workspace/ICEfaces/core/src/com/icesoft/faces/webapp/http/servlet/MainServlet.java
      ===================================================================
      --- D:/Documents and Settings/pbreau/workspace/ICEfaces/core/src/com/icesoft/faces/webapp/http/servlet/MainServlet.java (revision 14685)
      +++ D:/Documents and Settings/pbreau/workspace/ICEfaces/core/src/com/icesoft/faces/webapp/http/servlet/MainServlet.java (working copy)
      @@ -62,7 +62,7 @@
                       }
                   };
       
      - dispatcher.dispatchOn(".*(\\.iface$|\\.jsf|\\.jsp$|\\.jspx$|\\.html$|\\.xhtml$|\\.seam$|uploadHtml$|block\\/)", sessionServer);
      + dispatcher.dispatchOn(".*(\\.iface$|\\.jsf|\\.jsp$|\\.jspx$|\\.html$|\\.xhtml$|\\.seam$|uploadHtml$|block\\|\\.faces$/)", sessionServer);
                   dispatcher.dispatchOn(".*", resourceServer);
               } catch (Exception e) {
                   throw new ServletException(e);

        Activity

        Philip Breau created issue -
        Ken Fyten made changes -
        Field Original Value New Value
        Fix Version/s 1.6.1 [ 10070 ]
        Assignee Priority P2
        Assignee Mircea Toma [ mircea.toma ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #14689 Mon Aug 20 12:23:50 MDT 2007 mircea.toma Match *.faces extension -- ICE-2013
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/MainServlet.java
        Hide
        Mircea Toma added a comment -

        Match *.faces extension.

        Show
        Mircea Toma added a comment - Match *.faces extension.
        Mircea Toma made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Assignee Priority P2
        Assignee Mircea Toma [ mircea.toma ]

          People

          • Assignee:
            Unassigned
            Reporter:
            Philip Breau
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: