aspose file tools
The moose likes Security and the fly likes Securing the response from CRLF Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "Securing the response from CRLF" Watch "Securing the response from CRLF" New topic
Author

Securing the response from CRLF

ravisha andar
Ranch Hand

Joined: Feb 25, 2011
Posts: 55
Hi All,

If i have
response.setHeader("Content-Type--------- attchmenet filename="+fileName);

How do i secure this from CRLF ?

Some say validate input and encode the url.

How do I Encode the Url...

Please help me understand this better..........


Any help is highly appreciated !!!

Thanks.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Securing the response from CRLF
 
Similar Threads
How do I secure my response header from CRLF
how to encode the url in strut2
encoding URL in (href element of) JSP without scriptlets
regex question
sending image to server using HTTP connection