I have:
<forward name=”welcome” path=”/welcome.do” contextRelative=”true” />
For the contextRelative part, I think if it sets to true that means / starts with the current context if set to false it starts with the current directory. I set to both true and false both times they worksed I am trying to break it by setting it false somehow, but maybe I am not familiar with it enough to figure out a way to break it. Would it be 99% time we should set to true or?