Re: [Asterisk-java-users] Possible bug in script pattern matching
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2005-04-11 23:43:41
|
On Mon, 2005-04-11 at 14:45 -0700, Steve Drach wrote: > SCRIPT_PATTERN is defined as "^([^\\?]*)\\?(.*)$" >=20 > This will match the empty string before the question mark. I think the=20 > pattern should be > ^([^\\?]+) etc. >=20 > Likewise PARAMETER_PATTERN is "^(.*)=3D(.*)$", again matching the empty=20 > string before > an equal sign Thanks for your hint. I changed the patterns in CVS. =3DStefan |