Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7190287
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T19:28:56+00:00 2026-05-28T19:28:56+00:00

This question is in reference of the question: Setting the response content-type without using

  • 0

This question is in reference of the question:

Setting the response content-type without using HttpServletResponse

with the following code:

@RequestMapping("handle.htm")
        public ResponseEntity<String> handle() {
        HttpHeaders responseHeaders = new HttpHeaders();
        responseHeaders.setContentType(new MediaType("text", "plain"));
        //responseHeaders.set("myheader","xyz");
        return new ResponseEntity<String>("Hello World", responseHeaders, HttpStatus.CREATED);
        }

I am getting following error:

java.lang.NoSuchMethodError: org.springframework.http.HttpHeaders.readOnlyHttpHeaders(Lorg/springframework/http/HttpHeaders;)Lorg/springframework/http/HttpHeaders;
    org.springframework.http.HttpEntity.<init>(HttpEntity.java:100)
    org.springframework.http.HttpEntity.<init>(HttpEntity.java:70)
    org.springframework.http.HttpEntity.<clinit>(HttpEntity.java:58)
    ...

But in spring API docs there is a static method:

static HttpHeaders  readOnlyHttpHeaders(HttpHeaders headers) 

Then why it is giving such error?

Thanks…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T19:28:57+00:00Added an answer on May 28, 2026 at 7:28 pm

    I have had a look in the code, and it must work. Double check everything that you do not use different (old) versions of that jar.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing this question with reference to this one which I wrote yesterday. After
This question builds off of a previously asked question: Pass by reference multidimensional array
EDIT: This question is about finding definitive reference to MySQL syntax on SELECT modifying
(Java question) If I reference a field in an inner class, does this cause
This is in reference to my other question Auto Clearing Textbox . If I
This is in reference to a question I asked earlier. Aside from viewing the
This is in reference to the question previously asked The problem here is, each
This is with reference to the below question: Execute program from within a C
In reference to this answer to a Stack Overflow question : what is bench-testing
I saw this in an answer to another question , in reference to shortcomings

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.