Opened 9 years ago
Closed 9 years ago
#9954 closed bug (notabug)
AttributeError: Cannot find an implementation of the "IRejectHandler" interface named "CaptchaSystem". Please update the option spam-filter.reject_handler in trac.ini.
Reported by: | aravindbaskaran | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.core | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
How to Reproduce
While doing a POST operation on /newticket
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'__FORM_TOKEN': u'dc37ea006efffc399f8d5c6f', 'field_component': u'ui.dialog', 'field_description': u'Ui.dialog close API should allow close without triggering the `beforeClose` event.\r\n\r\nCase in consideration - http://jsfiddle.net/aravindbaskaran/MJbr9/1/\r\n\r\nAPI required to allow closing of dialog in a non-cancellable way when done programmatically.', 'field_summary': u'Ui.dialog close API should have a force mode, non cancelable with events', 'field_type': u'feature', 'field_version': u'1.10.4', 'submit': u'Create ticket'}
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36
System Information
System information not available
Enabled Plugins
Plugin information not available
Python Traceback
Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/Trac-0.12.1-py2.6.egg/trac/web/main.py", line 511, in _dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.6/dist-packages/Trac-0.12.1-py2.6.egg/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "/usr/local/lib/python2.6/dist-packages/Trac-0.12.1-py2.6.egg/trac/ticket/web_ui.py", line 170, in process_request return self._process_newticket_request(req) File "/usr/local/lib/python2.6/dist-packages/Trac-0.12.1-py2.6.egg/trac/ticket/web_ui.py", line 396, in _process_newticket_request valid = self._validate_ticket(req, ticket) File "/usr/local/lib/python2.6/dist-packages/Trac-0.12.1-py2.6.egg/trac/ticket/web_ui.py", line 1182, in _validate_ticket for field, message in manipulator.validate_ticket(req, ticket): File "/usr/local/lib/python2.6/dist-packages/TracSpamFilter-0.4.1dev_r10170-py2.6.egg/tracspamfilter/adapters.py", line 81, in validate_ticket FilterSystem(self.env).test(req, author, changes, ip) File "/usr/local/lib/python2.6/dist-packages/TracSpamFilter-0.4.1dev_r10170-py2.6.egg/tracspamfilter/api.py", line 180, in test self.reject_handler.reject_content(req, 'Submission rejected as ' File "/usr/local/lib/python2.6/dist-packages/Trac-0.12.1-py2.6.egg/trac/config.py", line 647, in __get__ self.section, self.name)) AttributeError: Cannot find an implementation of the "IRejectHandler" interface named "CaptchaSystem". Please update the option spam-filter.reject_handler in trac.ini.
Change History (2)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
We're aware of this and are trying to fix it, but I'm closing this as it's not related to jQuery UI.
Note: See
TracTickets for help on using
tickets.
This issue caused the creation of the same ticket from
http://bugs.jqueryui.com/ticket/9943 http://bugs.jqueryui.com/ticket/9944 http://bugs.jqueryui.com/ticket/9945 http://bugs.jqueryui.com/ticket/9946 http://bugs.jqueryui.com/ticket/9947 http://bugs.jqueryui.com/ticket/9948 http://bugs.jqueryui.com/ticket/9949 http://bugs.jqueryui.com/ticket/9950 http://bugs.jqueryui.com/ticket/9951 http://bugs.jqueryui.com/ticket/9952 http://bugs.jqueryui.com/ticket/9953
Please delete the duplicated copies.