Illegal date format
--------------------
Key: SHALE-270
URL: http://issues.apache.org/struts/browse/SHALE-270
Project: Shale
Issue Type: Bug
Components: Remoting
Affects Versions: 1.0.4-SNAPSHOT
Environment: JSF 1.2, Glassfish.
Reporter: alberto
I am serving my javascript resource with shale-remoting.
When the resorce enters in client cache, and the browser try to validate a
cache entry I get this exception:
phase(RESTORE_VIEW 1,[EMAIL PROTECTED]) threw exception:
java.lang.IllegalArgumentException: ven, 01 set 2006 16:00:23 GMT ven, 01 set
2006 16:00:23 GMT
org.apache.coyote.tomcat5.CoyoteRequest.getDateHeader(CoyoteRequest.java:2104)
org.apache.coyote.tomcat5.CoyoteRequestFacade.getDateHeader(CoyoteRequestFacade.java:652)
javax.servlet.http.HttpServletRequestWrapper.getDateHeader(HttpServletRequestWrapper.java:83)
org.apache.shale.remoting.impl.AbstractResourceProcessor.ifModifiedSince(AbstractResourceProcessor.java:349)
org.apache.shale.remoting.impl.AbstractResourceProcessor.process(AbstractResourceProcessor.java:101)
org.apache.shale.remoting.faces.RemotingPhaseListener.afterPhase(RemotingPhaseListener.java:102)
...
You can see that "ven, 01 set 2006 16:00:23 GMT ven, 01 set 2006 16:00:23 GMT"
is an italian date format.
I use FireFox, but I think FF is not the problem.
What I believe is that Shale is sending the "Last-Modified" date in an italian
format (I am italian).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira