<Jan 3, 2011 4:32:44 PM GMT+08:00> <Error> <HTTP> <BEA-101019> <[ServletContext(id=25712967,name=portalWeb,context-path=/portalWeb)] Servlet failed with IOException
java.io.UnsupportedEncodingException: MS874
>上面是后台log, 其实MS874是支持的,但好像IO不支持,或者系统编码不支持。如果用一个不支持的编码,log应该是这样的:
<Jan 3, 2011 4:34:22 PM GMT+08:00> <Error> <HTTP> <BEA-101020> <[ServletContext(id=25712967,name=portalWeb,context-path=/portalWeb)] Servlet failed with Exception
java.lang.IllegalArgumentException: unsupported encoding: '154': java.io.UnsupportedEncodingException: 154
>请高手解决