|
|
|
@ -585,13 +585,11 @@ public class GeoLocationBasedServiceImpl implements GeoLocationBasedService {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* When an input is having '@',replace it with '-AT-' [This is required to
|
|
|
|
|
* persist WebApp data in registry,as registry paths don't allow '@' sign.]
|
|
|
|
|
*
|
|
|
|
|
* @param input
|
|
|
|
|
* inputString
|
|
|
|
|
* @param input inputString
|
|
|
|
|
* @return String modifiedString
|
|
|
|
|
*/
|
|
|
|
|
public static String replaceEmailDomain(String input) {
|
|
|
|
@ -607,8 +605,7 @@ public class GeoLocationBasedServiceImpl implements GeoLocationBasedService {
|
|
|
|
|
* When an input is having '-AT-',replace it with @ [This is required to
|
|
|
|
|
* persist WebApp data between registry and database]
|
|
|
|
|
*
|
|
|
|
|
* @param input
|
|
|
|
|
* inputString
|
|
|
|
|
* @param input inputString
|
|
|
|
|
* @return String modifiedString
|
|
|
|
|
*/
|
|
|
|
|
public static String replaceEmailDomainBack(String input) {
|
|
|
|
|