Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manage_delProperties in ExtractionPlugin.getConfig #13

Open
bpoettinger opened this issue May 5, 2017 · 0 comments
Open

manage_delProperties in ExtractionPlugin.getConfig #13

bpoettinger opened this issue May 5, 2017 · 0 comments

Comments

@bpoettinger
Copy link

manage_delProperties expects a collection of IDs but only a string is provided. Therefore an exception complaining about a non-existent property with a name of length 1 is raised when an entry is removed from the configuration:

2017-05-05 12:41:40 ERROR Zope.SiteErrorLog 1493980900.90.779300729568 ...
Traceback (innermost last):
Module ZPublisher.Publish, line 127, in publish
Module ZPublisher.BaseRequest, line 607, in traverse
Module Products.PluggableAuthService.PluggableAuthService, line 244, in validate
Module Products.PluggableAuthService.PluggableAuthService, line 605, in _extractUserIds
Module Products.AutoUserMakerPASPlugin.auth, line 542, in extractCredentials
Module Products.AutoUserMakerPASPlugin.auth, line 400, in getConfig
Module OFS.PropertyManager, line 377, in manage_delProperties
BadRequest: The property f does not exist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant