-
I just found and fixed the exact same bug.
Is anybody maintaining this system? Does not seem very active.
2009-03-03 00:57:36 UTC by mtravers
-
net.aserve:request-query will ignore POST parameters if content-type is not equal to "application/x-www-form-urlencoded".
But if I set content-type on client [Firefox 3.0.6 using XMLHttpRequest()] with something like
http.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
the server will receive content-type = "application/x-www-form-urlencoded; charset=UTF-8".
To...
2009-02-16 14:36:41 UTC by nobody
-
kevinrosenberg committed patchset 422 of module portableaserve to the Portable AllegroServe(tm) CVS repository, changing 3 files.
2008-08-15 00:35:05 UTC by kevinrosenberg
-
kevinrosenberg committed patchset 421 of module portableaserve to the Portable AllegroServe(tm) CVS repository, changing 3 files.
2008-08-15 00:30:14 UTC by kevinrosenberg
-
kevinrosenberg committed patchset 420 of module portableaserve to the Portable AllegroServe(tm) CVS repository, changing 1 files.
2008-08-15 00:29:35 UTC by kevinrosenberg
-
The acl-compat.sockets patch seems to be missing two symbol exports, for RECEIVE-FROM and SEND-TO. These are key parts of the ACL sockets interface, and I believe it's just an oversight that they weren't exported. Attached please find a patch to packages.lisp that adds these exports.
2007-10-11 19:43:55 UTC by rpgoldman
-
The latest version of portableaserve (retrieved from CVS on August 8th, 2007) gives the following error when processing a request on Lispworks 5.0.2 for Windows:
Error: Cannot take CDR of #.
1 (continue) Abandon this request and wait for the next one
2 (abort) Quit process.
Type :b for backtrace, :c to...
2007-08-08 14:24:59 UTC by nobody
-
rudi committed patchset 419 of module portableaserve to the Portable AllegroServe(tm) CVS repository, changing 4 files.
2007-02-25 12:21:52 UTC by rudi
-
In the patch attached to this message, there is corrected in aserve.html the name of the function 'make-http-client-request', such that was denoted in the previous version as being named 'make-http-request'.
Additional changes made with this patch:
- the nuke-trailing-whitespace emacs lisp library had trimmed-off some whitespace left at the end of lines, when the patched file was saved; that...
2006-08-01 08:24:44 UTC by schamp
-
rudi committed patchset 418 of module portableaserve to the Portable AllegroServe(tm) CVS repository, changing 3 files.
2006-06-21 08:06:47 UTC by rudi