I have been testing Mach II apps on the CF 9 beta and alphas. I have had good success up until the intermediate build which has a patch for an issue related to Mach II. I think you have done a good job of supporting Mach II based apps but we would be happy to continue working with you to round out your test suite.
This most recent SES url issue is actually something we discovered back in CF 9 days. It it my fault I never reported it during the private beta but with new public bug tracker (thank you!) it was submitted. I will continue to do the best I can to test out Mach II with CF 9+. --Kurt On Thu, Jul 23, 2009 at 2:10 PM, Adrock<[email protected]> wrote: > > Peter, > > To avoid these sort of issues in the future, could you provide us with > a working Mach-ii 1.6+ application that we could add to our test bed? > We run 1000s of regression tests against real-world ColdFusion > applications and frameworks, but it looks like we don't have anything > current for Mach-ii. > > I'd also really like to encourage you (and other Mach-ii contributers) > to participate the in the alpha/beta for ColdFusion. I know we all > have our favorite engines, but waiting until release candidate to test > such a widely used framework on ColdFusion is very risky. While we > were lucky enough to address these issues, if it was a larger problem > we might not have had time to fix before launch (which makes me very > nervous). > > Finally, you don't need to petition or vote up bugs to gain Adobe's > attention. You have a direct line to me and the product team. Mach-ii > is a critical part of the ColdFusion application landscape and as such > we treat any compatability issue with a high priority. > > -Adam > ColdFusion Product Manager > > On Jul 23, 1:36 pm, "Peter J. Farrell" <[email protected]> wrote: >> Tomcat doesn't support wildcard urls via servlet-mapping but it does support >> full path settings like >> >> /index.cfm/* >> >> This is according to the servlet spec. Yes, we added that servlet-mappings >> to the web.xml. It's not as flexible as *.cfm/*, but all of our urls in >> Mach-II come in as a front-controller via index.cfm. >> >> >> >> -----Original Message----- >> From: Rupesh <[email protected]> >> >> Date: Thu, 23 Jul 2009 07:40:14 >> To: Mach-II for CFML<[email protected]> >> Subject: [Mach-II] Re: ANN: CF9 Bugs that Affect Mach-II - Please Vote >> >> Hang on a second. You said Tomcat, right? Tomcat does not support SES >> URL. SES Urls are supported on servlet containers like JRun, Weblogic, >> WebSphere but not on Tomcat. So a direct URL like this >> >> http://localhost:8080/a.cfm/x/y/z >> >> will not work as it would throw 404 there. >> >> I can see the 404 happening on JBoss installation here. >> Am I missing anything? I am curious how are you managing that? how is >> such request getting handled? Are you adding anything special in the >> web.xml? >> There is something somewhere about this getPathInfo(), but its >> definitely not ColdFusion. Trust me. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to Mach-II for CFML list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en SVN: http://greatbiztoolsllc.svn.cvsdude.com/mach-ii/ Wiki / Documentation / Tickets: http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/ -~----------~----~----~----~------~----~------~--~---
