%3D instead of = in servlet
843842Aug 25 2009 — edited Aug 26 2009Hey,
I have never found this kinda thing before though. The servlet is getting
http://example.com/servlets/Catalog/search?word%3DGrid
instead of
http://example.com/servlets/Catalog/search?word=Grid
Any comments?