You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2003/12/30 08:42:45 UTC

cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/tools/pamanager FileSystemPAM.java

taylor      2003/12/29 23:42:45

  Modified:    portal/src/java/org/apache/jetspeed/tools/pamanager
                        FileSystemPAM.java
  Log:
  bug in FileSystemPAM setting app type
  
  Revision  Changes    Path
  1.9       +2 -2      jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/tools/pamanager/FileSystemPAM.java
  
  Index: FileSystemPAM.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/tools/pamanager/FileSystemPAM.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- FileSystemPAM.java	30 Dec 2003 06:37:40 -0000	1.8
  +++ FileSystemPAM.java	30 Dec 2003 07:42:45 -0000	1.9
  @@ -130,7 +130,7 @@
                   rollback(nState, webAppsDir, paName, app);
                   return;
               }
  -            if (webAppsDir.startsWith(JetspeedPortletContext.LOCAL_PA_ROOT))
  +            if (webAppsDir.indexOf(JetspeedPortletContext.LOCAL_PA_ROOT) > -1)
               {
                   app.setApplicationType(MutablePortletApplication.LOCAL);
               }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org