Alright, after a brief hiatus I'm back on this and have run into a snag: for some reason my post data is getting munged when I submit a request to a CFC using a re-written URL.
So, if I use /com/test.cfc?method=testMethod it works fine...all of the data gets loaded into the arguments scope. If I use /com/test/ testMethod then nothing gets loaded into the arguments scope (of course OpenBD yells at me because I'm not providing required arguments); however, I can receive a response just fine... Any idears? On Apr 1, 1:40 pm, Matthew Woodward <[email protected]> wrote: > On Thu, Apr 1, 2010 at 12:13 PM, fingerskier <[email protected]> wrote: > > Thanks for the tip! From there I found a decent blog entry here: > > >http://ajlcom.instantspot.com/blog/2009/11/25/Url-Rewriting-on-Google... > > Excellent--glad that helped. Now that you post that link I remember seeing > that on Aaron's blog last year. > > > After dropping in the tuckey.org jar file I was up and running. Here > > is the the initial set of URL patterns I came up with: > > If you have time this would be another great addition to the GAE section of > the > wiki:http://wiki.openbluedragon.org/wiki/index.php/Category:GoogleAppEngine > > Let me know if you need help getting started with that. > > -- > Matthew Woodward > [email protected]http://blog.mattwoodward.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 !! To unsubscribe, reply using "remove me" as the subject.
