[jboss-cvs] jboss-portal/portlet/src/main/org/jboss/portal/portlet/spi ...

Julien Viet julien at jboss.com
Mon Aug 21 19:20:53 EDT 2006


  User: julien  
  Date: 06/08/21 19:20:53

  Modified:    portlet/src/main/org/jboss/portal/portlet/spi 
                        RequestContext.java
  Log:
  remove usage of contextPath information coming from the PortalWebApp and instead use information provided by the servlet container at runtime
  
  Revision  Changes    Path
  1.3       +1 -6      jboss-portal/portlet/src/main/org/jboss/portal/portlet/spi/RequestContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RequestContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/portlet/src/main/org/jboss/portal/portlet/spi/RequestContext.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- RequestContext.java	27 Apr 2006 00:01:57 -0000	1.2
  +++ RequestContext.java	21 Aug 2006 23:20:53 -0000	1.3
  @@ -29,7 +29,7 @@
   
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public interface RequestContext
   {
  @@ -86,10 +86,5 @@
      /**
       *
       */
  -   String getContextPath();
  -
  -   /**
  -    *
  -    */
      void include(RequestDispatcher rd) throws IOException, ServletException;
   }
  
  
  



More information about the jboss-cvs-commits mailing list