Browse Source

14.5.4 release

David Benson [draw.io] 4 years ago
parent
commit
4e25e27fca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/mxgraph/online/AbsAuthServlet.java

+ 1 - 1
src/main/java/com/mxgraph/online/AbsAuthServlet.java

@@ -141,7 +141,7 @@ abstract public class AbsAuthServlet extends HttpServlet
 				tokenCache.put(key, val);
 				done = true;
 			}
-			catch(MemcacheServiceException e)
+			catch(Exception e) //MemcacheServiceException
 			{
 				//delay in re-trial is above
 				done = false;