Re: Tomcat bug when using Java Blueprints JSF components

2007-02-08 Thread Gerald Holl
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:

Re: Tomcat bug when using Java Blueprints JSF components

2007-02-08 Thread Gerald Holl
Mark Thomas wrote: 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, ..." Sometimes I get german error messages instead of english ones,

Re: Tomcat bug when using Java Blueprints JSF components

2007-02-08 Thread Mark Thomas
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) >