Opened 18 years ago
Closed 18 years ago
#1042 closed enhancement (duplicate)
basic auth for xmlrpc
Reported by: | rupert thurner | Owned by: | Matt Good |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
could you pls have a look into #1021? which component is responsible for popping up a basic auth window for xml-rpc?
Attachments (0)
Change History (4)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This is clearly a duplicate, as you mentioned in the description.
comment:3 Changed 18 years ago by
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
HttpAuthPlugin handles it for certain urls, if using AccountManager. According to the description without using webserver authentication.
could it be that authplugin should pop up its auth form for any url within the /login namespace, or somehow not? and then HttpAuthPlugin would also work for the url /login/xmlrpc?
HttpAuthPlugin seems to work for urls outside the /login namespace, like the default /xmlrpc configuration. just with /login/xmlrpc both plugins somehow prevent bringing up the basic auth window. and thats the url suggest by XmlRpcPlugin for authenticated access.
a clear statement which of the three components would be responsible for solving the issue would be very helpful. but we think "webserver" would not be the solution, as we HttpAuthPlugin would be pointless then.
comment:4 Changed 18 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Ok, I was confusing the HttpAuthPlugin with the AuthFormPlugin. It does appear that this can be handled by the HttpAuthPlugin.
HTTP auth should be handled by your web server. Unless you're using tracd, it's not handled by any component of Trac.