
david at kineticode
Apr 25, 2008, 3:50 PM
Post #4 of 5
(66 views)
Permalink
|
On Apr 24, 2008, at 10:42, David E. Wheeler wrote: > * Test the SOAP interface and bric_dist_mon under Apache 2. Check. > * A few more bugs in 1.10.x. I'd like someone to package up and > release 1.10.5 after that. Any takers? Check. > * Merge rev_1_10 into trunk again to get all the latest bug fixes. Check. > * Figure out the whole business with logging out of two servers with > SSL. I disabled it, as it didn't work for me on either mod_perl 1 or > mod_perl 2, but that was before I fixed a few other things. It is > weird, but it might be because, technically, the SSL and non-SSL > connections are different "servers", and thus would have their own > cookies. I think. Does that sound right? This is next. > * Check to see if switching from "SetHandler perl-script" to > "SetHandler modperl" got rid of that weird subrequest. Check: Yes, it did get rid of the subrequest. See http://www.gossamer-threads.com/lists/modperl/modperl/97100 for all the gory details. > * Merge Brian Smith's installation patches. Check. > * Edit Bric::Changes. Check. > * Fix a few other Ajax-related bugs I've noticed. Next up. > * Determine what happened to Devel::Profiler support. Scott, can you > address this? Check. > * Upgrade Kineticode's Bricolage to trunk and using Apache 2, and > document how users can upgrade existing Bricolage installations to > switch to Apache 2. After the above remaining issues are addressed, I'll do this. Probably on Monday at this point. > Overall, I'm quite happy with the Apache 2 support. > Bric::App::ApacheConfig and some the installation scripts are quite > ugly, but the replacement of various other Apache features with > Bric::Util::ApacheReq, Bric::Util::ApacheUtil, Bric::Util::Cookie, > and HTML::Entities is truly welcome. Overall, configuration > notwithstanding, the code is in general improved. Nice work Chris > and Scott, greatly appreciated! I'll get a dev release out on Monday. :-) Best, David
|