summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2006-02-21 17:18:05 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2006-02-21 17:18:05 +0000
commit05f8287a332acfaf16655262ef222cbb3e3054ae (patch)
treea67e43d91cccfcc2ced816e7546bbd74175f4196 /BUGS
parent3341c824f5d1b248122d1a983dc10626e284ba72 (diff)
downloadneon-05f8287a332acfaf16655262ef222cbb3e3054ae.tar.gz
* src/ne_request.h: Clarify what may be in the Request-URI passed to a
create_request hook. * BUGS: create_request hook URI handling has been well-defined for a while; bug was fixed. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@930 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS4
1 files changed, 0 insertions, 4 deletions
diff --git a/BUGS b/BUGS
index ca1ca76..1bbc78f 100644
--- a/BUGS
+++ b/BUGS
@@ -14,10 +14,6 @@ Known problems/bugs in neon -*- text -*-
only cache on shutdown, since the SSL_SESSION may change during
an ne_session?
-* what is passed as 'path' to req create hook: auth needs Request-URI;
- how does that interact with proxies? also they will be passed NULL
- for a CONNECT request, or "*" possibly as well.
-
* It would be nice to fail with a friendly error message if a client
cert is requested by the srever but one is not provided. Currently,
returning -1 from the provide_client_cert function would allow that