| > My reading is that *jpg matches name.jpg or
> name.jpg?arguments and the *[] is used to prevent
> the latter. Thus *album=foo should only match
> name.ext?album=foo not album=foo&id=n
Ah, so you think '?' is treated in some special way regarding *[]. That would
seem like an odd design decision to me. Does anyone know for a fact what *[]
does (or even what it's supposed to do)?
(It's really a shame. Httrack would be so very good if it only had a good,
working, properly specified filter system. I absolutely can't understand why
it uses an inferior custom filter language instead of simply using a regex
library.) | |