[Bese-devel] araneida publish-directory fix.
Drew Crampsie
drewc at tech.coop
Thu Feb 24 12:37:31 UTC 2005
ok, that 70k patch was bogus, apologies to those on dialup.
here is a diff to apply to after the diff below
diff -rN ucw-old/src/backend/araneida.lisp ucw-new/src/backend/araneida.lisp
71c71
< :pathname (namestring
directory-pathname))
---
> :pathname (namestring
(merge-pathnames directory-pathname url-base)))
i think that is the proper behavior. it works here anyway (for real this
time).
i will set up a public darcs repo and never again send a darcs bundle to
the list :)
drewc
Drew Crampsie wrote:
>
>
> patch bundle suitable for use with darcs apply is attached, and i think
> i managed to send it to this list as well, which i will avoid in the
> future.
>
> drewc
>
> output from darcs diff applied to current darcs tree:
>
> diff -rN ucw-old/src/backend/araneida.lisp
> ucw-new/src/backend/araneida.lisp
> 69,71c69,71
> < (araneida:install-handler (araneida:http-listener-handler (listener
> backend))
> < (make-instance 'araneida:static-file-handler
> < :pathname directory-pathname)
> ---
> > (araneida:install-handler (araneida::http-listener-handler
> (listener backend))
> > (make-instance 'araneida::static-file-handler
> > :pathname (namestring
> directory-pathname))
>
>
> ------------------------------------------------------------------------
>
>
> New patches:
>
More information about the bese-devel
mailing list