Mark Thomas wrote:
Gerald Holl wrote:
Hello,

I get the following exception when I view a JSP/JSF site with the Java
Blueprints ui:Autocomplete component:
java.lang.IllegalArgumentException: Do, 08 Feb 2007 09:48:43 GMT
        at
org.apache.catalina.connector.Request.getDateHeader(Request.java:1791)

It seems that the date/time is wrong, any ideas?


It looks like a client issue. The valid formats for the date header
are specified on page 20 of
http://www.ietf.org/rfc/rfc2616.txt?number=2616

It looks like the client in sending "Do, ..." rather than "Thu, ..."

After same research I found out that these JSF Blueprint components only work if the client uses the en_GB locale ... pretty uncool.

cheers,
Gerald

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to