I also had the code block in the blog url that I posted... > I investigated to see if the SES URL filter that is usually bundled > with Open BlueDragon was commented out in the web.xml file. It was > not even present in the file (whereas in the normal OpenBD edition it > is commented out) so I was a little nervious this wasn't going to be > possible. Instead of wasting time researching, I used GAE's nifty one > click (ok, it's two clicks and your Google account password) > deployment option to just try by testing it. Here is the snippet I > added in my web.xml right at the top after the <web-app ...> node.... I think that GAE edition should include the SES URL Filter commented out. I've filed a ticket for that: http://code.google.com/p/openbluedragon/issues/detail?id=177
Best, .pjf Matthew Woodward said the following on 12/08/2009 09:49 AM: > On Tue, Dec 8, 2009 at 6:12 AM, kentyler <[email protected] > <mailto:[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 like http://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] <mailto:[email protected]> > http://mpwoodward.posterous.com > identi.ca/Twitter <http://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 !! -- 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 !!
