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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to