Subversion Repositories SmartDukaan

Rev

Rev 27235 | Rev 27238 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27235 Rev 27236
Line 40... Line 40...
40
				roleIdsString = cookie.getValue();
40
				roleIdsString = cookie.getValue();
41
				//LOGGER.info("roleNameString is {}", roleNamesString);
41
				//LOGGER.info("roleNameString is {}", roleNamesString);
42
			}
42
			}
43
			if(cookie.getName().equals(ProfitMandiConstants.READONLY_KEY) && cookie.getValue() != null){
43
			if(cookie.getName().equals(ProfitMandiConstants.READONLY_KEY) && cookie.getValue() != null){
44
				readOnlyString = cookie.getValue();
44
				readOnlyString = cookie.getValue();
-
 
45
				try {
45
				//LOGGER.info("roleNameString is {}", roleNamesString);
46
					readOnly = Boolean.parseBoolean(readOnlyString); 
-
 
47
				} catch(Exception e) {
-
 
48
					
-
 
49
				}
46
			}
50
			}
47
			if(fofoIdFound != null && emailIdFound != null && roleIdsString != null && readOnlyString != null){
51
			if(fofoIdFound != null && emailIdFound != null && roleIdsString != null && readOnlyString != null){
48
				break;
52
				break;
49
			}
53
			}
50
		}
54
		}