Is there any difference in the behavior of the below URL?
I don't know why the & is inserted, does it make any difference?
www.testurl.com/test?param1=test&current=true
versus:
www.testurl.com/test?param1=test¤t=true
Can someone please explain this?