[10:16]<decke> moin [10:17]<decke> has somebody already tried to port Helma 1.6 to Jetty 7 ? [10:19]<zumbrunn> I don't remember the reason why helma 1.x stayed with the jetty version its got [10:19]<zumbrunn> I just remember that there was a reason [10:20]<zumbrunn> hannes explained it once [10:20]<decke> jetty 7 is beta... so maybe thats the reason? [10:20]<zumbrunn> no,no... [10:20]<zumbrunn> the jetty version that's used by helma 1.x is much older [10:20]<decke> and jetty 7 looks greatly different from an API point of view... [10:20]<zumbrunn> it's not even a jetty 6 version [10:21]<decke> then i will have a deeper look .... [10:22]<decke> * Update lib/jetty.jar to Jetty 5.1.14 and lib/servlet.jar with the following patch for AJP13 request paths [10:23]<decke> from 20.09.2007 (commit message from jetty.jar) [10:23]<decke> that is pretty old... [10:23]<zumbrunn> yep [10:23]<decke> that explains some of my porting problems... [10:25]<decke> but i am already half way thru ... so let's see what i have done... [10:26]<decke> a few more lines and it should compile with jetty 7.0-pre1 but i don't know what functionality is broken then... [10:32]<decke> but Jetty 6.x looks promising... Continuations, IOC, NIO, dynamic buffers, smaller, faster, better [11:41]<decke> at least it compiles now... [13:45]<jkridner> what happened to http://helma.org/download? [13:46]<jkridner> there's no good download link. [13:48]<jkridner> http://dev.helma.org/download is live, but helma.org/download is not useful. The front-page link on dev.helma.org points to the latter, broken, page. [13:49]<decke> erm there is no download link ? [13:49]<decke> http://dev.helma.org/download/ [13:49]<decke> yeah that works... [13:49]<jkridner> right, but http://helma.org/download does not have a link to the actual download. [13:50]<jkridner> note the lack of "dev." [13:50]<jkridner> and, http://dev.helma.org points to http://helma.org/download, not http://dev.helma.org/download. [13:51]<decke> okay i see... [14:42]<zumbrunn> jkridner, do you have javascript disabled in your web browser, or what? [14:43]<zumbrunn> http://helma.org/download should redirect to http://dev.helma.org/download [14:43]<jkridner> yes, I do. [14:43]<zumbrunn> http://dev.helma.org/download will become the new http://helma.org/download later, when we drop the "dev" prefix [14:44]<jkridner> k. I confirmed that enabling JavaScript does cause the forward to occur. [14:45]<jkridner> btw, anyone else messing with other authentication schemes, like OpenID? [14:45]<zumbrunn> it has come up several times and people definitely have messed with it, yes [14:46]<jkridner> the OpenID login I have works mostly OK, but I have some hard-coded machine names that cause it to fail when cloned or run on localhost. [14:46]<zumbrunn> but no code has made it into a helma library module thus far [14:46]<jkridner> well, I don't think the code I have is really suitable for upstream, but I'd be happy to rework it a bit if it was reviewed. [14:47]<decke> yeah, i successfully served the first helma requests with Jetty 7.0-pre1 :o) [14:47]<zumbrunn> :-)