The answer is yes. You can use Servlet Filter to read, "filter" or modify ServletRequest (HTTPServletRequest) object before the request object is sent to and serve by the final servlet.
What if I read a request body within a servlet filter, is the body still going to be available to be read again by the servlet, or can it be read only once?
Yes, but it is a little bit tricky. Because of the fact that the request body can be read only once. If you read the body in a filter, the target servlet will not be able to re-read it and this will also cause IllegalStateException. You will need ServletRequestWrapper or its child: HttpServletRequestWrapper so that you can read HTTP request body and then the servlet can still read it later.
public class MyRequestWrapper extends HttpServletRequestWrapper {
private final String body;
public MyRequestWrapper(HttpServletRequest request) throws IOException {
super(request);
StringBuilder stringBuilder = new StringBuilder();
BufferedReader bufferedReader = null;
try {
InputStream inputStream = request.getInputStream();
if (inputStream != null) {
bufferedReader = new BufferedReader(new InputStreamReader(inputStream));
char[] charBuffer = new char[128];
int bytesRead = -1;
while ((bytesRead = bufferedReader.read(charBuffer)) > 0) {
stringBuilder.append(charBuffer, 0, bytesRead);
}
} else {
stringBuilder.append("");
}
} catch (IOException ex) {
throw ex;
} finally {
if (bufferedReader != null) {
try {
bufferedReader.close();
} catch (IOException ex) {
throw ex;
}
}
}
body = stringBuilder.toString();
}
@Override
public ServletInputStream getInputStream() throws IOException {
final ByteArrayInputStream byteArrayInputStream = new ByteArrayInputStream(body.getBytes());
ServletInputStream servletInputStream = new ServletInputStream() {
public int read() throws IOException {
return byteArrayInputStream.read();
}
};
return servletInputStream;
}
@Override
public BufferedReader getReader() throws IOException {
return new BufferedReader(new InputStreamReader(this.getInputStream()));
}
public String getBody() {
return this.body;
}
}
The first step is to create a class that extends HttpServletRequestWrapper. Then, use the constructor to read HTTP Request body and store it in "body" variable. The final step is to override getInputStream() and getReader() so that the final servlet can read HTTP Request Body without causing IllegalStateException.
Here's how to use RequestWrapper in the filter.
public void doFilter(ServletRequest request, ServletResponse response,
FilterChain chain) throws IOException, ServletException {
Throwable problem = null;
MyRequestWrapper myRequestWrapper = new MyRequestWrapper((HttpServletRequest) request);
String body = myRequestWrapper.getBody();
String clientIP = myRequestWrapper.getRemoteHost();
int clientPort = request.getRemotePort();
String uri = myRequestWrapper.getRequestURI();
System.out.println(body);
System.out.println(clientIP);
System.out.println(clientPort);
System.out.println(uri);
chain.doFilter(myRequestWrapper, response);
}
Thank you for the code sample, I have been trying to do this myself. However, after adding the filter the downstream servlet loses all its http post parameters. The parameters re-appear only after the above filter is removed. Running OpenJDK 6 with Tomcat 6.0.16
ReplyDeleteThere is a problem with this code...
ReplyDeleteWhen I use POST request to submit my data and try to read some parameter with myRequestWrapper.getParameter("paramName") I get null. I suppose this wrapper should implement its own getParameter(String) method...
In actuality, the code above will not work if the call is made to the InputStream, and later you request any parameter. You must override all of the parameter methods for this to work.
ReplyDeleteWe use this code and found it very useful.
ReplyDeletebut we found a bug- when reading the body from the input stream, you use the default charset of the machine:
bufferedReader = new BufferedReader(new InputStreamReader(inputStream));
instead, you should probably use the request body charset.
so you should change the above line to this line:
bufferedReader = new BufferedReader(new InputStreamReader(inputStream, request.getCharacterEncoding()));
Thanks sir, but how can I get the request body from another class? I have a class that makes the md5 digest of that request body.
ReplyDeleteThanks a lot in advance.
Very good post. PRECISELY what I needed to know!
ReplyDeleteUnder which class is the doFilter() Method? Do I insert it in the servlet class?
ReplyDeleteMan.. You saved my time...Great
ReplyDeleteuseful,tks.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThanks for the awesome work. I was wrong doubting your code. (THUMBS UP)
ReplyDeleteI found your blog while searching for the updates, I am happy to be here. Very useful content and also easily understandable providing.. Believe me I did wrote an post about tutorials for beginners with reference of your blog.
ReplyDeleterpa training in bangalore
best rpa training in bangalore
RPA training in bangalore
rpa course in bangalore
rpa training in chennai
rpa online training
Thank you for taking the time to provide us with your valuable information. We strive to provide our candidates with excellent care and we take your comments to heart.As always, we appreciate your confidence and trust in us
ReplyDeletepython training in chennai
python course in chennai
python training in bangalore
The post is written in very a good manner and it entails many useful information for me. I am happy to find your distinguished way of writing the post. Now you make it easy for me to understand and implement the concept.
ReplyDeleteAWS Training in pune
AWS Online Training
I am amzaed by the way you have explained things in this post. This post is quite interesting and i am looking forward to read more of your posts.
ReplyDeleteredmi note service center in chennai
redmi service center in velachery
redmi service center in t nagar
redmi service center in vadapalani
This comment has been removed by the author.
ReplyDeletedoes not work the code above even with the refactorization
ReplyDeleteසතුටින් හා ප්රීතිමත් දවසක්. ලිපිය හුවමාරු කර ගැනීම සඳහා ඔබට ස්තූතියි
ReplyDeletemáy phun tinh dầu
máy khuếch tán tinh dầu tphcm
máy khuếch tán tinh dầu hà nội
máy xông phòng ngủ
ok thank
ReplyDeleteGIẢO CỔ LAM GIẢM BÉO
MUA GIẢO CỔ LAM GIẢM BÉO TỐT Ở ĐÂU?
NHỮNG ĐIỀU CHƯA BIẾT VỀ GIẢO CỔ LAM 9 LÁ
Giảo Cổ Lam 5 lá khô hút chân không (500gr)
nice post..
ReplyDeleteAngularJS interview questions and answers/angularjs interview questions/angularjs 6 interview questions and answers/mindtree angular 2 interview questions/jquery angularjs interview questions/angular interview questions/angularjs 6 interview questions
Thanks for sharing the article.
ReplyDeletePython classes in Pune
Python training in Pune
Python courses in Pune
Python institute in Pune
Thanks for sharing it.I got Very significant data from your blog.your post is actually Informatve .I'm happy with the data that you provide.thanks
ReplyDeleteclick here
see more
visit us
website
more details
Thanks for your excellent blog and giving great kind of information. So useful. Nice work keep it up thanks for sharing the knowledge.
ReplyDeleteVisit us
Click Here
For More Details
Visit Website
See More
Thanks you verrygood;
ReplyDeleteGiường tầng đẹp
Mẫu giường tầng đẹp
Phòng ngủ bé trai
Giường tầng thông minh
Thanks for sharing it.I got Very valuable information from your blog.your post is really very Informatve.I’m satisfied with the information that you provide for me.
ReplyDeleteaws course
aws certification
aws devlopment
aws syllabus
May I simply say what a relief to find someone who genuinely knows what they're discussing on the net. You definitely realize how to bring a problem to light and make it important. More people should read this and understand this side of the story. I was surprised you are not more popular since you surely have the gift.
ReplyDeleteTech news
thanks for your information.it's really nice blog thanks for it.keep blogging.
ReplyDeleteweb design company in nagercoil
website design company in nagercoil
web development company in nagercoil
website development company in nagercoil
web designing company in nagercoil
website designing company in nagercoil
digital marketing company in nagercoil
digital marketing service in nagercoil
Everything is very open with a clear explanation of the issues. It was definitely informative. Your site is very helpful. Many thanks for sharing!
ReplyDeleteGadgets
Thanks for sharing such a great information..Its really nice and informative..
ReplyDeleteaws tutorial for beginners
aws videos
You're so awesome! I don't believe I have read a single thing like this before. So nice to find someone with a few genuine thoughts on this subject. Really.. thank you for starting this up. This website guide is one thing that is required on the web, someone with some originality!
ReplyDeleteReally Great Post & Thanks for sharing.
ReplyDeleteOflox Is The Best Website Designer Dehradun or Website Developer Dehradun
It's really a nice and useful piece of information about AWS. I'm satisfied that you shared this helpful information with us.Please keep us informed like this. Thank you for sharing.
ReplyDeleteJava training in chennai | Java training in annanagar | Java training in omr | Java training in porur | Java training in tambaram | Java training in velachery
You've made some good points there. I looked on the internet for additional technology information about the issue and found most people will go along with your views on this website.
ReplyDeleteThe Colossal Works are Done Here...Thanks for Spending your Valuable time to make a worthy Content.
ReplyDeleteWell Done Jobs!!!
Java training in chennai | Java training in annanagar | Java training in omr | Java training in porur | Java training in tambaram | Java training in velachery
I really enjoyed your blog Thanks for sharing such an informative post.
ReplyDeletedigital marketing coaching in hubli
management education
ReplyDeletemanagement ethics
management executive
management exams
e management pass
NICE
ReplyDeleteArtificial Intelligence Training in Chennai | Certification | ai training in chennai | Artificial Intelligence Course in Bangalore | Certification | ai training in bangalore | Artificial Intelligence Training in Hyderabad | Certification | ai training in hyderabad | Artificial Intelligence Online Training Course | Certification | ai Online Training | Blue Prism Training in Chennai | Certification | Blue Prism Online Training Course
NICE
ReplyDeleteArtificial Intelligence Training in Chennai | Certification | ai training in chennai | Artificial Intelligence Course in Bangalore | Certification | ai training in bangalore | Artificial Intelligence Training in Hyderabad | Certification | ai training in hyderabad | Artificial Intelligence Online Training Course | Certification | ai Online Training | Blue Prism Training in Chennai | Certification | Blue Prism Online Training Course
AWESOME ARTICLE
ReplyDeleteArtificial Intelligence Training in Chennai | Certification | ai training in chennai | Artificial Intelligence Course in Bangalore | Certification | ai training in bangalore | Artificial Intelligence Training in Hyderabad | Certification | ai training in hyderabad | Artificial Intelligence Online Training Course | Certification | ai Online Training | Blue Prism Training in Chennai | Certification | Blue Prism Online Training Course
Great tutorial. Useful article. Good working keeps it up.
ReplyDeleteAWS training in Chennai
AWS Online Training in Chennai
AWS training in Bangalore
AWS training in Hyderabad
AWS training in Coimbatore
AWS training
AWS online training
I have read a few of the articles on your website now, and I really like your style of blogging. I added it to my favourites blog site list and will be checking back soon.
ReplyDeletepython training in chennai
python course in chennai
python online training in chennai
python training in bangalore
python training in hyderabad
python online training
python training
python flask training
python flask online training
python training in coimbatore
Thanks for sharing great info … Hiring a limousine are excellent option to make your special occasion more delightful. Limo Hire Melbourne.Great info! I recently came across your blog and have been reading along. I thought I would leave my first comment. I don’t know what to say except that I have.Java training in Chennai
ReplyDeleteJava Online training in Chennai
Java Course in Chennai
Best JAVA Training Institutes in Chennai
Java training in Bangalore
Java training in Hyderabad
Java Training in Coimbatore
Java Training
Java Online Training
thanks for sharing such a nice info.I hope you will share more information like this. please keep on sharing!
ReplyDeleteWeb Designing Training in Chennai
Web Designing Course in Chennai
Web Designing Training in Bangalore
Web Designing Course in Bangalore
Web Designing Training in Hyderabad
Web Designing Course in Hyderabad
Web Designing Training in Coimbatore
Web Designing Training
Web Designing Online Training
Thank you for your informative article, I have been doing research on this subject, and for three days I keep entering sites that are supposed to have what I am searching for, only to be discouraged with the lack of what I needed. Thank you again.
ReplyDeleteDevOps Training in Chennai
DevOps Online Training in Chennai
DevOps Training in Bangalore
DevOps Training in Hyderabad
DevOps Training in Coimbatore
DevOps Training
DevOps Online Training
This is a great inspiring website. I am pretty much pleased with your good work. Thousands of people like me visit here every day and get useful information from here.keep it up!!
ReplyDeleteAndroid Training in Chennai
Android Online Training in Chennai
Android Training in Bangalore
Android Training in Hyderabad
Android Training in Coimbatore
Android Training
Android Online Training
That was a great message in my carrier, and It's wonderful commands like mind relaxes with understand words of knowledge by information's.
ReplyDeleteacte reviews
acte velachery reviews
acte tambaram reviews
acte anna nagar reviews
acte porur reviews
acte omr reviews
acte chennai reviews
acte student reviews
Wow it is really wonderful and awesome thus it is very much useful for me to understand many concepts and helped me a lot.
ReplyDeleteCyber Security Training Course in Chennai | Certification | Cyber Security Online Training Course | Ethical Hacking Training Course in Chennai | Certification | Ethical Hacking Online Training Course |
CCNA Training Course in Chennai | Certification | CCNA Online Training Course | RPA Robotic Process Automation Training Course in Chennai | Certification | RPA Training Course Chennai | SEO Training in Chennai | Certification | SEO Online Training Course
Good Post! , it was so good to read and useful to improve my knowledge as an updated one, keep blogging. After seeing your article I want to say that also a well-written article with some very good information which is very useful for the readers....thanks for sharing it and do share more posts like this.
ReplyDeletehttps://www.3ritechnologies.com/course/mean-stack-training-in-pune/
Good Post! it was so good to read and useful to improve my knowledge as an updated one, keep blogging. After seeing your article I want to say that also a well-written article with some very good information which is very useful for the readers....thanks for sharing it and do share more posts like this.
ReplyDeleteLooking for the best PPC course in Bangalore India? Learn PPC from Ranjan Jena, 10+ Years Expert Google Ads Trainer. 1000+ Students Trained @ eMarket Education, Koramangala, Bangalore.
Best Online Digital Marketing Courses in Bangalore, India
Best Digital Marketing Institute in Bangalore
This comment has been removed by the author.
ReplyDeleteVery interesting article to read it. I would like to thank you for the efforts you had made for writing this wonderful article. This article inspired me to read more. Keep sharing on updated posts…
ReplyDeleteLearn Digital Marketing Course in Bangalore with Live Project Work & Case Studies taught by Ranjan Jena (10Yrs Trainer). 100% Guarantee to Clear Job Interview.
hybrid app development
ReplyDeletephp web development
python web development
angular js development
Thank you so much
ReplyDeleteOnline drilling consultancy
ReplyDeleteBall valve
Organic Chemistry tutor
zoom alternative
Saham perusahaan diterbitkan di atas kertas, memungkinkan investor untuk memperdagangkan saham bolak-balik dengan investor lain, tetapi bursa yang diatur tidak ada sampai pembentukan Bursa Efek London (LSE) pada tahun 1773. Meskipun sejumlah besar gejolak keuangan mengikuti pendirian segera dari LSE, perdagangan pertukaran secara keseluruhan berhasil bertahan dan berkembang sepanjang tahun 1800-an. cek juga markets dan Buku Investasi Saham Terbaik
ReplyDeleteGood Post! , it was so good to read and useful to improve my knowledge as an updated one, keep blogging. After seeing your article I want to say that also a well-written article with some very good information which is very useful for the readers.thanks for sharing it and do share more posts like this.
ReplyDeleteIT Training in Pune with placements
IT Training in Pune
Xanax belongs to the benzodiazepines drug, which is using to address anxiety, panic disorder, and stress by stimulating the disturbed and unbalanced chemicals in the brain. Xanax offers calming effects in the brain to enhance the productivity evaluator's consultation and guidelines. Buy Xanax online
ReplyDeletebuy xanax online
Oxycontin may be a brand of Oxycodone, this is often the controlled-release Oxycodone tablets, intended to be taken every 12 hours. Oxycodone may be a semi-synthetic opioid synthesized from thebaine, an opioid alkaloid found in the Persian poppy, and one among the various alkaloids found within the Papaver somniferous. buy oxycontin online
ReplyDeletebuy oxycodone online
Adderall Online is being used under the observation of health experts to address ADHD and narcolepsy without causing any future health issues. Therefore, it works to promote a healthy and progressive mindset by reducing the impact of aggression, stress, and anger. and the formula of Adderall is C9H13N.buy Adderall online
ReplyDeletebuy adderall online
very nice blogs!!! i have to learning for lot of information for this sites...Sharing for wonderful information.Thanks for sharing this valuable information to our vision. You have posted a trust worthy blog keep sharing. Primavera P6 Certification Training in Chennai | Primavera Training in India
ReplyDeletenice informative post. Thanks you for sharing.
ReplyDeleteWordpress Development
Mobile App Development
ReplyDeleteThanks for sharing this.
Technology consulting services in Gurgaon
Ui-ux design services in Gurgaon
Mobile engineering services in Gurgaon
Offshore staffing services in Gurgaon
E-commerce marketplace management services in Gurgaon
Supplier of bubba-kush
ReplyDeletebuy-og-kush-online
buy lysergic-acid-diethylamide-lsd online
buy-goldern-teacher-mushrooms-online
cannabis-seeds for sale
buy shatter online
dab-rigs-and-bongs-2 for sale
vapes-carts price today
marijuana-flowers-2
green-crack for sale
buy white-widow online
Thanks for the interesting article, keep sharing!
ReplyDeleteData Science Training in Pune
Psilocybe Cubensis
ReplyDeleteThe best quality hair extensions are available to clients directly. If only you could feel how SILKY this hair is and will continue to be for over a year. This hair is worth the investment and will give you stress-free beautiful hair. The hand-tied weft is ideal for thin hair because it is extremely flat.
ReplyDeletehttps://www.facebook.com/Jack-russell-puppies-looking-for-a-lovely-home-103472108733880/
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteblue-crystal-meth-for-sale
ReplyDeletebuphedrone-powder-for-sale
buy-caluanie-muelear-oxidize-chemical
buy-peruvian-pink online
buy-peruvian-cocaine-online
ReplyDeleteflake-cocaine-for-sale
alpha-pvp-for-sale
MDMA
ReplyDeleteMatias
ReplyDelete4MMC
iboga
Bels
Blog
Shop the largest selection of dried mushrooms, edibles and Microdose pills
ReplyDeleteOrigin Mushrooms is an online Magic Mushrooms Dispensary in USA. Shop the largest selection of dried mushrooms, edibles and Microdose pills
ReplyDeleteAmazing write-up! Really Good.
ReplyDeleteNow the foundation of any business is digital marketing. Adsify marketing is the best Digital marketing in Trivandrum.
preparation they can also download notes from our website. We have Completely Organized, Well Researched, Qualitative Mppsc Notes. We also provide Sharma Academy Book Reader App with our MPPSC Study notes package.
ReplyDeleteOrder mdma Online
ReplyDeleteBuy Ayahuasca Online
Buy Dried Magic Mushrooms Online
Buy Ketamine Online
Buy Microdosing Mushroome Online
Order Shroom Edibles Online
Buy Psychedelic Drugs Online
Thanks for sharing this blog its very helpful to implement in our work
ReplyDeleteLearn Japanese Language | Learn Japanese Online
Excellent Blog. Thank you so much for sharing
ReplyDeleteHIV Specialist Doctor Near Me | HIV Doctor - Malaivel Siddha Hospital
hippiestore.org
ReplyDeleteBuy one-up-chocolate-bar Online
Buy one-up-cookies-and-cream-bar online
Buy mescaline-or-peyote Online
Buy mescaline-powder online
Buy-edibles-mushrooms-online
<a href="https://hippiestore.org/product-category/psychedelics/dm…
Thanks for Nice and Informative Post. Great info!
ReplyDeleteclean power for the planet
Superb article, I really appreciate your work on this website. It is a very helpful website. Do you know about the Turkey visa free country ? Here is a complete list of those countries which do not require a visa to visit Turkey. With Just one click you can easily check the name of your country which is included or not in the list of those countries which do not require a visa to enter Turkey.
ReplyDelete익산출장샵
ReplyDeletewordpress design services agency Need professional WordPress Web Design Services? We're experts in developing attractive mobile-friendly WordPress websites for businesses. Contact us today!
ReplyDelete