Currently using the HTTPServletRequest class and specifically the .getQueryString method to retrieve an inputted URL.
The URL it will parse is say server/package/servlet?args1/args2/arg3..
I'd like to remove the question mark (?) from the URL however I have no idea how you would accomplish this. I'd just like to replace it with a forward slash (/) however every time I try this I just get errors. Does anyone know how I can change the the question mark to a forward slash?