ralf-ueberfuhr-ars

Results 2 comments of ralf-ueberfuhr-ars

"git add ." only stages new and modified files, while "git add -A" stages deletions too. So I would replace it by always using "git add -A"

It's bad to fix here because WebMvcLinkBuilder works on a static way, while the path prefixes are available in the context, so in a non-static context. I have a workaround...