Re: Help needed on http methods and regular expressions

2007-01-30 Thread David Jencks
I talked with Greg Wilkins a bit and this issue is apparently going to be fixed "soon": http://jcp.org/aboutJava/communityprocess/maintenance/jsr154/ servlet-2.5_MR6.html after checking that the last batch of xsd changes didn't break anything I'm going to patch the web-app schema and re-pu

Re: Help needed on http methods and regular expressions

2007-01-05 Thread Jarek Gawor
It looks to me like the regex in the schema file does not quite match the HTTP spec. First, the regex in the schema file does not allow numbers (the HTTP spec does), and second it also allows for non-english characters (the HTTP spec does not). The regex basically allows Unicode letters only (see

Re: Help needed on http methods and regular expressions

2007-01-04 Thread David Blevins
On Jan 4, 2007, at 7:35 PM, David Jencks wrote: On Jan 4, 2007, at 6:12 PM, David Blevins wrote: On Jan 4, 2007, at 1:27 PM, David Jencks wrote: Chris Cardona has been trying to test the jacc 1.1 extended http- method support by deploying slide (GERONIMO-1747) and I don't know enough ab

Re: Help needed on http methods and regular expressions

2007-01-04 Thread David Jencks
On Jan 4, 2007, at 6:12 PM, David Blevins wrote: On Jan 4, 2007, at 1:27 PM, David Jencks wrote: Chris Cardona has been trying to test the jacc 1.1 extended http- method support by deploying slide (GERONIMO-1747) and I don't know enough about regular expressions to see where the problem is

Re: Help needed on http methods and regular expressions

2007-01-04 Thread David Blevins
On Jan 4, 2007, at 1:27 PM, David Jencks wrote: Chris Cardona has been trying to test the jacc 1.1 extended http- method support by deploying slide (GERONIMO-1747) and I don't know enough about regular expressions to see where the problem is. The http 1.1 spec says: (5.1.1) extension

Help needed on http methods and regular expressions

2007-01-04 Thread David Jencks
Chris Cardona has been trying to test the jacc 1.1 extended http- method support by deploying slide (GERONIMO-1747) and I don't know enough about regular expressions to see where the problem is. The http 1.1 spec says: (5.1.1) extension-method = token (2.2) token = 1*