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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T09:47:01+00:00 2026-06-15T09:47:01+00:00

in MCV 2, if a user goes to a page (types the link) directly,

  • 0

in MCV 2, if a user goes to a page (types the link) directly, the controller page will not be used. so how can the loging and security be performed?

how to force every direct page access to go through a controller page first?

I do need users to to access the web pages directly but want them to be routed through a controller.

Filters and putting JSPs in WEB-INF will not allow to do that. and filters will not allow Google search engine too?

I do want calculations/logging to be made for every page that is to be accessed and at the same time want users to go to a page directly , and need no fuss for search engines.

  • 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-15T09:47:02+00:00Added an answer on June 15, 2026 at 9:47 am

    You can always add filter which will catch every request.

    here is Apache Shiro example:

    Notice that url-pattern matches everything

    <filter>
        <filter-name>ShiroFilter</filter-name>
        <filter-class>org.apache.shiro.web.servlet.ShiroFilter</filter-class>
    </filter>
    
    <filter-mapping>
        <filter-name>ShiroFilter</filter-name>
        <url-pattern>/*</url-pattern>
        <dispatcher>REQUEST</dispatcher>
        <dispatcher>FORWARD</dispatcher>
        <dispatcher>INCLUDE</dispatcher>
        <dispatcher>ERROR</dispatcher>
    </filter-mapping>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What is mvc ? What are the benefits developing mcv website ? How can
I am used to building java web applications. I am used to MCV. As
Using proper MCV with Objective-C can a UIView subclass have @propertys? i.e. in the
I'm deploying a MCV 1.0 project on a web server running IIS6. (not by
I'm new to MCV and I'm learning MVC3. I created a model and a
I've been reading a lot about the MCV and MVP patterns for use with
I'm working on creating a simple MCV application, in order to understand MVC better.
Im developing am mcv framework in php and currently my url format is: /admin/users/?action=add&method=admin
I've a MCV ASP.NET. It has authentication and authorization. When ever I run this
I am using spring mcv with ibatis and jsp for viewing. my question 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.