[jboss-user] [JBoss Seam] - Re: how to prevent *.xhtml pages from downloading?

supernovasoftware.com do-not-reply at jboss.com
Thu Jun 28 19:41:12 EDT 2007


I use the following and it has had no ill effect I can see.  I have been using it in production for over a year.

This keeps the pages from being viewed with out being processed.

  <filter-mapping>
  |     <filter-name>Seam Redirect Filter</filter-name>
  |     <url-pattern>*.xhtml</url-pattern>
  |   </filter-mapping>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058965#4058965

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058965



More information about the jboss-user mailing list