URL Rewriting In JSP & Advantages
I have heard a lot about URL rewriting. Can u plz tell me
1) How to implement URL rewriting in JSP
2)WHat are the advantages of URL rewriting?
Regards
GC
Administrator • Apr 2, 2012
Member • Apr 6, 2012
Member • Apr 6, 2012
Member • Apr 6, 2012
Why are you going to that extent? Simple! Even our CrazyEngineers Forum uses URL Rewriting. There is no URL like #-Link-Snipped-#, but actually the URL is #-Link-Snipped-# (or something similar, purposely didn't reveal the original one). It can be done only by the server.SadaGood question and good answers.
So what facebook,twitter profile page URLs' uses is URL rewriting, right?
Now I want to know about implementation part. Anyone here can hint about it?
Member • Apr 9, 2012
Member • Apr 9, 2012
Buddy, response.encodeURL has lots of bugs, and it won't work if output has been buffered... 😔sookieYou can use "response.encodeURL(String url)" in JSP to apply URL rewriting.
And regarding more info about "URL rewriting" read this article #-Link-Snipped-# . Good one!
Member • Apr 23, 2012