[jboss-user] [JBoss Seam] - Re: Easiest way to disable UrlRewrite in Seam examples?

pete.muir@jboss.org do-not-reply at jboss.com
Thu Jan 10 05:46:48 EST 2008


Try disabling it using 

<component name="wikiUrlRewriteFilter" class="org.jboss.seam.wiki.core.ui.WikiUrlRewriteFilter" precedence="30">
  |         <property name="initParameters">
  |             <key>logLevel</key><value>WARN</value>
  |             <key>statusEnabled</key><value>false</value>
  |         </property>
  |         <property name="disabled">true</property>
  |     </component>

But no guarantee the wiki will still work...

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

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



More information about the jboss-user mailing list