[AWS] Possible regex regression in commit 00b1e15793d6f29b3a9c7ab3e2c8a3b33a0d079c

Thomas Løcke thomas.granvej6 at gmail.com
Wed Aug 24 16:39:50 CEST 2011


Hey,

Prior to 00b1e15793d6f29b3a9c7ab3e2c8a3b33a0d079c the regex

    \.css$

matched the string /css/index.css just fine, but when using AWS with
the mentioned commit, I now have to do

    .*\.css$

to match /css/index.css

Is this behavior intentional, or? As far as I know \.css$ is a
perfectly valid way of matching all strings that end with .css

:o)
Thomas Løcke


More information about the AWS mailing list