https://bz.apache.org/bugzilla/show_bug.cgi?id=59194
--- Comment #2 from Javen O'Neal <one...@apache.org> --- In r1711586 from bug 58443, I added java.awt.Rectangle.intersects to check if two merged cell regions intersect. [1] I could have duplicated the logic used by java.awt.Rectangle.intersects in POI, but (falsely) assumed that all applications using POI would have access to java.awt.Rectangle. Apparently this isn't the case for Google App Engine, which off-limits this class. I'd like to avoid duplicating the intersects logic into POI in fear of an incorrect implementation. Could you also investigate if your Google App Engine setup is to blame? Others solved this problem by removing older Jetty jars [2,3,4] [1] https://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressBase.java?r1=1711586&r2=1711585&pathrev=1711586 [2] https://code.google.com/p/googleappengine/issues/detail?id=2324#c3 [3] http://stackoverflow.com/questions/15673942/urlstreamhandler-is-a-restricted-class [4] http://stackoverflow.com/questions/11672559/java-awt-geom-rectangularshape-support-on-gae -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org