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 7532417
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T05:26:47+00:00 2026-05-30T05:26:47+00:00

Possible Duplicate: URL redirection in Java return 302 instead of 301 response.setStatus(HttpServletResponse.SC_MOVED_PERMANENTLY); response.sendRedirect(redirectUrl); I

  • 0

Possible Duplicate:
URL redirection in Java return 302 instead of 301

response.setStatus(HttpServletResponse.SC_MOVED_PERMANENTLY);
response.sendRedirect(redirectUrl);

I use this in my redirectcontroller to give the redirect 301 as status. But when I check the header of the page in a header checker It gives a 302 (Moved Temporarily) as result.

Answer:

response.setStatus(HttpServletResponse.SC_MOVED_PERMANENTLY);
response.setHeader("Location", redirectUrl);
  • 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-30T05:26:49+00:00Added an answer on May 30, 2026 at 5:26 am

    Yes, you’re calling sendRedirect which is documented like this (emphasis mine):

    Sends a temporary redirect response to the client using the specified redirect location URL.

    In other words, your first line is completely irrelevant when you explicitly call sendRedirect. If you want to be explicit about it, you can set the status, set the appropriate header and then just let the response end normally.

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

Sidebar

Related Questions

Possible Duplicate: How to read XML response from a URL in java? I'm trying
Possible Duplicate: A way to figure out redirection URL C# Issue: If we type
Possible Duplicate: Java - How to find the redirected url of a url? Hi
Possible Duplicate: Java HTTP getResponseCode returns 200 for non-existent URL Hello, my goal is
Possible Duplicate: get the value of an url response with curl I have an
Possible Duplicate: How to get the real URL after file_get_contents if redirection happens? I'm
Possible Duplicate: URL Fragment and 302 redirects I am integrating Facebook login into my
Possible Duplicate: How do you send email from a Java app using Gmail? How
Possible Duplicate: regex for URL including query string I have a text or message.
Possible Duplicate: Modify the URL without reloading the page I know the subject is

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.