mercredi 19 avril 2017

How can I remove the parameters from a URL in Java usin Filter Chain in chain.doFilter()?

I need remove the parameters from the URL. I am using Java FIlter Chain, and it execute chain.doFilter(request, response). The result is this URL

/XHTML/reporte/generarReporte.xhtml?id=292&key=df2ff57c49e0e5166492103c3731abcb&userconsola=4

I nees that the url must be like this:

/XHTML/reporte/generarReporte.xhtml

What can i do? Have i modify or add somthing to web.xml file?

Thank's




Aucun commentaire:

Enregistrer un commentaire