Ticket #1042 (closed enhancement: duplicate)

Opened 2 years ago

Last modified 2 years ago

basic auth for xmlrpc

Reported by: ThurnerRupert Assigned to: mgood
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

Change History

12/21/06 11:51:48 changed by mgood

HTTP auth should be handled by your web server. Unless you're using tracd, it's not handled by any component of Trac.

12/21/06 13:50:47 changed by coderanger

  • status changed from new to closed.
  • resolution set to duplicate.

This is clearly a duplicate, as you mentioned in the description.

12/22/06 08:41:26 changed by anonymous

  • status changed from closed to reopened.
  • resolution deleted.

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.

12/22/06 11:03:52 changed by mgood

  • status changed from reopened to closed.
  • resolution set to duplicate.

Ok, I was confusing the HttpAuthPlugin with the AuthFormPlugin. It does appear that this can be handled by the HttpAuthPlugin.


Add/Change #1042 (basic auth for xmlrpc)




Change Properties
Action