[jboss-cvs] jboss-seam/src/remoting/org/jboss/seam/remoting/gwt ...

Shane Bryzak sbryzak at redhat.com
Wed Oct 17 21:24:21 EDT 2007


  User: sbryzak2
  Date: 07/10/17 21:24:21

  Modified:    src/remoting/org/jboss/seam/remoting/gwt  GWTService.java
  Log:
  force session creation for contextual servlet requests
  
  Revision  Changes    Path
  1.2       +0 -4      jboss-seam/src/remoting/org/jboss/seam/remoting/gwt/GWTService.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: GWTService.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/remoting/org/jboss/seam/remoting/gwt/GWTService.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- GWTService.java	16 Oct 2007 00:51:39 -0000	1.1
  +++ GWTService.java	18 Oct 2007 01:24:21 -0000	1.2
  @@ -121,10 +121,6 @@
            final HttpServletResponse response) throws ServletException,
            IOException
      {
  -      // We have to call getSession() before the response is written, as per the
  -      // servlet API docs.
  -      request.getSession(true);
  -
         try
         {
            // Store the request & response objects in thread-local storage.
  
  
  



More information about the jboss-cvs-commits mailing list