Comparing a string with a context with "/" doesn't work because the "==" operator also compares context. So the context needs to be discarded.
Comparing a string with a context with "/" doesn't work because the "==" operator also compares context. So the context needs to be discarded.