Re: [Cgi-session-user] new release coming up, and some bug squashing help requests
Brought to you by:
sherzodr
From: Sherzod R. <she...@ha...> - 2006-10-26 04:32:18
|
For those who may end up volunteering for bug 21952 about "CGI::Session altering data for wrong behavior" Using the very little time I had available I tried to apply the = suggested patch, it worked except for sqlite driver, which didn't take it well. = But test script t/bug21952.t confirms the wrong behavior. So reversed the changes to the Session/Driver.pm, and left the test script at failing = state. The second bug that this report reveals is premature destruction of the driver object. I thought I could quickly fix this problem by turning the CGI::Session::Driver into a singleton, but unfortunately t/g4_mysql.t = test didn't take it well. So I guess the fix wasn't meant to be a quick one afterall, and decided = to let you guys know about my failure and findings, hopefully this report = will be of some use to someone. You can work with t/bug21952.t, which is a test that fails to reveal the first problem. > -----Original Message----- > From: cgi...@li...=20 > [mailto:cgi...@li...] On=20 > Behalf Of Mark Stosberg > Sent: Wednesday, October 25, 2006 11:19 PM > To: cgi...@li... > Subject: [Cgi-session-user] new release coming up,and some=20 > bug squashing help requests >=20 >=20 > Hello, >=20 > A lot of has happened with CGI::Session since the last release. > Below is the list of changes. I'd like to get a new release out soon. >=20 > However, even though I resolved numerous bugs tonight in the bug > tracking system, there are still more list.=20 >=20 > I would like volunteers for people to work on a couple more in > particular. >=20 > CGI::Session alters data for wrong behavior > http://rt.cpan.org/Ticket/Display.html?id=3D21952 >=20 > utf8 bug?=20 > http://rt.cpan.org/Ticket/Display.html?id=3D21981 >=20 > To help, just review the bug, add a comment, prepare a patch-- > just pretend you are the maintainer...like I do.=20 >=20 > A copy of the most recent code is available through a=20 > subversion client. > svn co svn://svn.cromedome.net/CGI-Session >=20 > If installing subversion seems like a pain, let me know, and I'll go > ahead a publish a developer release with the latest code... which I > might do anyway. >=20 > Any other questions, just ask here. >=20 > Thanks.=20 >=20 > Mark >=20 > -- > . . . . . . . . . . . . . . . . . . . . . . . . . . .=20 > Mark Stosberg Principal Developer =20 > ma...@su... Summersault, LLC =20 > 765-939-9301 ext 202 database driven websites > . . . . . http://www.summersault.com/ . . . . . . . . >=20 > -------------------------------------------------------------- > ----------- > Using Tomcat but need to do more? Need to support web=20 > services, security? > Get stuff done quickly with pre-integrated technology to make=20 > your job easier > Download IBM WebSphere Application Server v.1.0.1 based on=20 > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057& > dat=3D121642 > _______________________________________________ > Cgi-session-user mailing list > Cgi...@li... > https://lists.sourceforge.net/lists/listinfo/cgi-session-user >=20 |