Tagged Questions
0
votes
0answers
102 views
How to implement url encryption on .xsl page using OWASP ESAPI? [closed]
I am implementing url encryption on an .xsl page.
A Java servlet instantiates the following:
String myparameter = ESAPI.httpUtilities().encryptQueryString(request.getQueryString());
My xsl page ...