What you want isn't what most people tend to think of as url rewriting,
because the data would still all have to be there - ie
/ViewProjectFinancialSummary/tabname/Projects/.../usdot/US1234234 - url
rewriting requires that the same data be available in some transformed-form.
You could just encrypt the url, or create a look up table in the session, db
or wherever and put the key in the url.

On 10/12/05, Sreeni Gali <[EMAIL PROTECTED]> wrote:
>
> Hi guys,
> How to do url rewriting in Velocity.
> In my velocity page there is an anchor link to another velocity page.
> example has given below
>
>
> http://localhost:8080/rgcip/ViewProjectFinancialSummary.vm?tabName=Projects&searchMessage=Project%20Financial&name=Financial&usDotNo1=US123456
> i don't want to expose this name and value pair in the browser . How to do
> URL rewriting in velocity so then i can use that to rewrite my url so the
> person con't understand the url.
> is there any suggestion to do this?
> Thanks advance.
> Regards
> Gali
>
>

Reply via email to