| 
      
            Lines 417-422
          define([
      
      
        Link Here
      
     | 
  
        
          | 417 | 
          			/*Object?*/ longPollingOptions) { | 
          417 | 
          			/*Object?*/ longPollingOptions) { | 
        
        
          | 418 | 
           | 
          418 | 
           | 
        
        
          | 419 | 
          			// build the URL for the UMCP command  | 
          419 | 
          			// build the URL for the UMCP command  | 
        
            
               | 
               | 
              420 | 
              			if (command == 'auth' && dialog._loginDialog) { | 
            
            
              | 421 | 
              				dialog._loginDialog.set('LoginMessage', ''); | 
            
            
              | 422 | 
              			}  | 
            
        
          | 420 | 
          			if (!(/^(get\/|set$|auth|logout(\/|$)|saml(\/|$))/i).test(command)) { | 
          423 | 
          			if (!(/^(get\/|set$|auth|logout(\/|$)|saml(\/|$))/i).test(command)) { | 
        
        
          | 421 | 
          				command = 'command/' + command;  | 
          424 | 
          				command = 'command/' + command;  | 
        
        
          | 422 | 
          			}  | 
          425 | 
          			}  |