4 Replies Latest reply on Apr 24, 2007 2:19 PM by pmuir

    Nice 404 page for some but not all not-found pages... ?

    henrik.lindberg

      Hi,
      I would like to redirect a user to a nicely formatted 404 page for most requests to my app for viewing of non existing things.

      Some calls are however not intended for human/browser use and there I do not want to render the nice page - the user should instead get the default 404

      I have configured the use of a 404.seam page in web.xml - any ideas for how to have this be selective depending on URL? say /mysite/services/* should produce hard 404s...

      Regards