cs531-f19 / discussions

Discussions board for CS 431/531 Web Server Design course
2 stars 12 forks source link

A2: Question about the regexp patterns. #46

Open ghost opened 4 years ago

ghost commented 4 years ago

The assignment path requests the redirection pattern of ^/a2-test/(.*)/coolcar.html$, in the unit tests it makes a request to the path /a2-test/coolcar.html and expects a 302. This path is not a match for this expression. Is this a mistake or a misunderstanding on my part?

ibnesayeed commented 4 years ago

Sorry, that was an oversight at my end. I have updated the assignment page to reflect changes in two redirection patterns. Thanks for pointing it out.