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

Julien Viet julien at jboss.com
Sun Jul 30 20:39:29 EDT 2006


  User: julien  
  Date: 06/07/30 20:39:29

  Modified:    portlet/src/main/org/jboss/portal/portlet/aspects/portlet 
                        SecureTransportInterceptor.java
  Log:
  package move of Properties and TransportGuarantee to org.jboss.portal.portlet
  
  Revision  Changes    Path
  1.2       +2 -2      jboss-portal/portlet/src/main/org/jboss/portal/portlet/aspects/portlet/SecureTransportInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SecureTransportInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/portlet/src/main/org/jboss/portal/portlet/aspects/portlet/SecureTransportInterceptor.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- SecureTransportInterceptor.java	11 Jul 2006 23:09:18 -0000	1.1
  +++ SecureTransportInterceptor.java	31 Jul 2006 00:39:29 -0000	1.2
  @@ -24,7 +24,7 @@
   import org.jboss.portal.portlet.invocation.PortletInterceptor;
   import org.jboss.portal.portlet.invocation.PortletInvocation;
   import org.jboss.portal.portlet.spi.SecurityContext;
  -import org.jboss.portal.server.util.TransportGuarantee;
  +import org.jboss.portal.portlet.TransportGuarantee;
   import org.jboss.portal.portlet.result.InsufficientTransportGuaranteeResult;
   import org.jboss.portal.common.invocation.InvocationException;
   import org.jboss.portal.portlet.info.PortletInfo;
  @@ -35,7 +35,7 @@
    *
    *
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public class SecureTransportInterceptor extends PortletInterceptor
   {
  
  
  



More information about the jboss-cvs-commits mailing list