Log of /branches/rel-2-3-dev/webwork2/lib/WeBWorK/Request.pm
Parent Directory
Revision
4193 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 30 18:47:09 2006 UTC (6 years, 11 months ago) by
sh002i
Original Path:
trunk/webwork2/lib/WeBWorK/Request.pm
File length: 4753 byte(s)
Diff to
previous 4192
Install wrapper for param() method when running under mod_perl2. This is
necessary because Apache2::Request's param doesn't support adding
parameters or modifying parameter values.
This is a potentially SLOW workaround, because there's an extra level of
perl code before we get to the XS param().
Revision
4192 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 29 23:20:48 2006 UTC (6 years, 11 months ago) by
sh002i
Original Path:
trunk/webwork2/lib/WeBWorK/Request.pm
File length: 3923 byte(s)
Diff to
previous 3973
Progress on Apache2 compatibility -- doesn't work yet.
I've gotten to the point where the login screen can be displayed, but
login will still fail. The issue that i'm currently working on is that
we modify $r->param values extensively in WeBWorK, and that is not
supported in Apache2::Request. I'm not sure why, and no workaround is
given. One solution is to wrap override param() in WeBWorK::Request, but
this would slow things down since the Apache2::Request param method is
written in C.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.