Results 1 to 2 of 2

Thread: Handling Static HTML

Threaded View

  1. #1
    Join Date
    Jun 2006
    Location
    Kansas City
    Posts
    95

    Question Handling Static HTML

    I have my application configured to intercept any URL's ending in "html" to the appropriate controller and JSP view.

    However, I have a few static HTML pages, such as my sitemap, that need to bypass this mechanism. How do you configure the application with these exceptions?

    I'm using Spring MVC and Tiles.
    Last edited by kcflyer; Jun 23rd, 2009 at 11:54 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •