Hi folks, I encountered a strange behaviour using 'oreilly's' multipartlibary (from Nov,2002):
It works fine on TC 4.1.27 but exactly the same servlet and library with TC 5.0.12 and 5.0.14 (just copied them) the error log reads: "java.lang.IllegalAccessError: tried to access method com.oreilly.servlet.multipart.Part.<init>(Ljava/lang/String;)V from class com.oreilly.servlet.multipart.ParamPart " Class 'Part' IS public, so why this error on TC5 ? And no error on TC 4 ? Any suggestions ? greets grisi
