sorry, assuming the filter works... can i find the actual url in the URL scope ? or is it put into some special variable related to the filter ?
ken On Dec 8, 7:49 am, Matthew Woodward <[email protected]> wrote: > On Tue, Dec 8, 2009 at 6:12 AM, kentyler <[email protected]>wrote: > > > only there is no SearchEngineFriendlyURLFilter > > block in web,xml > > You can add it manually, but out of curiosity what version of OpenBD (WAR? > Ready2Run?) did you download that the filter definition isn't in web.xml? > > Here's the block that should be in there (commented out): > <!-- > > Uncomment the configuration of this filter in order to support search > engine > friendly URLs likehttp://127.0.0.1/bdj2eeregr/index.cfm/path/info. > > <filter> > <filter-name>SearchEngineFriendlyURLFilter</filter-name> > <display-name>SearchEngineFriendlyURLFilter</display-name> > <description>SearchEngineFriendlyURLFilter</description> > > <filter-class>com.newatlanta.filters.SearchEngineFriendlyURLFilter</filter-class> > <init-param> > <param-name>extensions</param-name> > <param-value>cfm,cfml</param-value> > </init-param> > </filter> > <filter-mapping> > <filter-name>SearchEngineFriendlyURLFilter</filter-name> > <url-pattern>/*</url-pattern> > </filter-mapping> > --> > > -- > Matthew Woodward > [email protected]http://mpwoodward.posterous.com > identi.ca/Twitter: @mpwoodward > > Please do not send me proprietary file formats such as Word, PowerPoint, > etc. as attachments.http://www.gnu.org/philosophy/no-word-attachments.html -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
