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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T17:02:23+00:00 2026-06-11T17:02:23+00:00

<sec:authorize ifAnyGranted=<%=dRoles%>> <meta http-equiv=REFRESH content=0;url=public/First.jsp> </sec:authorize> <sec:authorize ifAnyGranted=<%=aRoles%>> <meta http-equiv=REFRESH content=0;url=public/Second.jsp> </sec:authorize> <sec:authorize ifAnyGranted=<%=bRoles%>>

  • 0
<sec:authorize ifAnyGranted="<%=dRoles%>">
    <meta http-equiv="REFRESH" content="0;url=public/First.jsp">
</sec:authorize>

<sec:authorize ifAnyGranted="<%=aRoles%>">      
      <meta http-equiv="REFRESH" content="0;url=public/Second.jsp">
</sec:authorize>

<sec:authorize ifAnyGranted="<%=bRoles%>">  
    <meta http-equiv="REFRESH" content="0;url=public/Third.jsp">
</sec:authorize>

i am using spring security.
on success of login, Startup.jsp is loaded (default-target-url=”/Startup.jsp). i have above code in my Startup.jsp. i am using spring security tags. consider user has access to all above 3 jsps. The problem is , in IE7, First.jsp is loaded but in Other browsers Third.jsp is loaded.
How can i display same jsp in both the browsers?

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-06-11T17:02:25+00:00Added an answer on June 11, 2026 at 5:02 pm

    I guess that you’re in a situation where a user has roles in dRoles and also roles in bRoles, and your code thus sends two different meta refreshes to the browser.

    First, don’t use meta refresh, but use a real redirect or a forward (and that shouldn’t be done in a JSP, but in a controller, filter or servlet).

    If you really want to stay with a JSP solution, I guess something like this should work:

    <c:set var="refreshSent" value="${false}"/>
    
    <sec:authorize ifAnyGranted="<%=dRoles%>">
        <meta http-equiv="REFRESH" content="0;url=public/First.jsp">
        <c:set var="refreshSent" value="${true}"/>
    </sec:authorize>
    
    <sec:authorize ifAnyGranted="<%=aRoles%>">
        <c:if test="${!refreshSent}">      
            <meta http-equiv="REFRESH" content="0;url=public/Second.jsp">
            <c:set var="refreshSent" value="${true}"/>
        </c:if>
    </sec:authorize>
    
    <sec:authorize ifAnyGranted="<%=bRoles%>">  
        <c:if test="${!refreshSent}">
            <meta http-equiv="REFRESH" content="0;url=public/Third.jsp">
            <c:set var="refreshSent" value="${true}"/>
        </c:if>
    </sec:authorize>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to test performance (request per sec) of haskell warp http server. I
If you want to show content in JSP page based on user's access to
i give users special URL with access key in it. users accessing the public
I'm following this tutorial (http://ruby.railstutorial.org/chapters/sign-up#sec:signup_form). However, when code in Listing 7.23 (converted to haml)
I have the following code: int sec = 62; string str = string.Format(Time: {0:xxx},
i have one setinterval method which call php script every 3 sec to check
I have implemented a file transfer rate calculator to display kB/sec for an upload
I'm willing to write program that after 5 sec shows text that was hidden
I need to decode binary messages coming at a high rate(>1000 msgs/sec) and store
I would like to cache the computed observable value for certain time (1-2 sec).

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.