ocsigenserver
ocsigenserver copied to clipboard
Redirectmod is broken when the matched string is zero-length
Since the switch to re
, redirectmod (and anything else that uses Ocsigen_lib.Netstring_pcre.global_{replace,substitute}
) is broken when the matched string is zero-length.
See https://github.com/ocaml/ocaml-re/issues/231
@vouillon ?
This is indeed a bug in Re.
Fixed by ocaml/ocaml-re#233