In class ImportGenericServiceBean.java on method reassignIdentifierAsGlobalId line 428, you only check if identifierString starts with "GlobalId.HDL_RESOLVER_URL" or "GlobalId.DOI_RESOLVER_URL" in line 433.
Those strings are "GlobalId.HDL_RESOLVER_URL" = "https://hdl.handle.net/" and "GlobalId.DOI_RESOLVER_URL" = "https://doi.org/" respectively. In case identifierString starts with http ("http://hdl.handle.net/"), the object will not be processing.
Best Regards.