Description
expires() and lastModified() methods of ResponseBuilderImpl sets response headers with Date.toString() method, while they should obey time format specified by RFC1123.
This means that the date should be formated like
new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss zzz", Locale.ENGLISH).format(expires);