to:
localhost/contextpath/aaa/bbb/new?par1=xxx&par4=abc
or
from:
localhost/contextpath/aaa/bbb/new?par4=abc&par2=zzz&par3=yyy&par1=xxx
to:
localhost/contextpath/aaa/bbb/new?par1=xxx&par2=zzz
The only thing I know for sure are the names of the request params
that I want to delete, I dont know the names of the (possible) other
parameters and I also cant tell up front at what place in the
querystring they appear (so dont know the order of the params in the
querystring)