java - Encoding/Decoding using ESAPI -


i trying prevent crlf injection(in url having few user inputs) , trying encode user input present in url. know can use input-validation if use esapi encoder, have corresponding decoder? if has is? if not can done perform same encoding , decoding?

as alluded to, task input validation. esapi encoders output encoding. there no corresponding decoders because decoding process (to render safe html) done via end user's browsers.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -