如果在生产中抛出ConcurrentModificationException,则抛出的列表是一个普通的java7 ArrayList,该列表不会在循环中被修改,并且是上述方法的本地元素--不会传递到其他地方java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.next(ArrayList.java:837)at org.apache.http.impl.cookie.BestMatchSpec.formatCookies(Best