500:
编码错误:
无法向cookie中写入中文字符串
需要使用URLEncoder.Encode()在写入处进行转码,使用URLDecoder.decoder()在读取处进行解码
或者使用request.setCharacterEncoding(“utf-8”)来转码