Cookie中包含空格,响应500解决方案
情况是这样的:在Cookie中存储时间,使用了以下格式来解析日期:SimpleDateFormat simpleDateFormat = new SimpleateFormat("yyyy-MM-dd HH:mm:ss"); String format = simpleDateFormat.format(new Date());之后添加cookieCookie cookie = new Cookie("date", format);response.add