I am trying to update the page at:
http://wiki.apache.org/db-derby/TenFiveTwoPlatformTesting
Changing the last line as follows:
||suites.All/derbyall || IBM z/OS || IBM 1.6 3160 SR4, IBM 1.6 6460 SR4
|| Kathey Marsden||[http://issues.apache.org/jira/browse/DERBY-1914
DERBY-1914], [http://issues.apache.org/jira/browse/DERBY-1915
DERBY-1915],[http://issues.apache.org/jira/browse/DERBY-4037
DERBY-4037],[http://issues.apache.org/jira/browse/DERBY-3819
DERBY-3819]|| no new issues ||
Preview seems to work fine but on saving my change I get the error
below. I also tried editing another page with the same result. Do
others have a problem editing Wiki pages?
--> -->
ProtocolError Please include this information in your bug reports!:
Python Python 2.4.4: /usr/bin/python
SunOS eos.apache.org 5.10 Generic_138888-03 sun4v
MoinMoin Release 1.3.4 [Revision 1.3.4 release]
Thu Jul 23 12:15:34 2009
A problem occurred in a Python script. Here is the sequence of function
calls leading up to the error, in the order they occurred.
/www/wiki.apache.org/lib/python2.3/site-packages/MoinMoin/request.py in
run(self=<MoinMoin.request.RequestCGI instance at 0xb6990>)
844 from MoinMoin.wikiaction import getHandler
845 handler = getHandler(self, action)
846 handler(self.page.page_name, self)
847
848 # 5. Or redirect to another page
handler = <function do_savepage at 0x182bf0>, self =
<MoinMoin.request.RequestCGI instance at 0xb6990>, self.page =
<MoinMoin.Page.Page instance at 0xcfcb0>, self.page.page_name =
u'TenFiveTwoPlatformTesting'
/www/wiki.apache.org/lib/python2.3/site-packages/MoinMoin/wikiaction.py
in do_savepage(pagename=u'TenFiveTwoPlatformTesting',
request=<MoinMoin.request.RequestCGI instance at 0xb6990>)
614 try:
615 savemsg = pg.saveText(savetext, rev, trivial=trivial,
616 comment=comment)
617 except pg.EditConflict, msg:
618 # Handle conflict and send editor
comment = u''
/www/wiki.apache.org/lib/python2.3/site-packages/MoinMoin/PageEditor.py
in saveText(self=<MoinMoin.PageEditor.PageEditor instance at 0x178648>,
newtext=u'= 10.5.2 Platform Testing =\n\n== Release: 10.5.2
...browse/DERBY-3819 DERBY-3819]|| no new issues ||\n', rev=9,
**kw={'comment': u'', 'trivial': 1})
881
882 msg = ""
883 if not self.request.user.may.save(self, newtext, rev, **kw):
884 msg = _('You are not allowed to edit this page!')
885 raise self.AccessDenied, msg
self = <MoinMoin.PageEditor.PageEditor instance at 0x178648>,
self.request = <MoinMoin.request.RequestCGI instance at 0xb6990>,
self.request.user = <MoinMoin.user.User instance at 0x91940>,
self.request.user.may = <MoinMoin.util.antispam.SecurityPolicy instance
at 0x91af8>, self.request.user.may.save = <bound method
SecurityPolicy.save of <MoinMoin.util.antispam.SecurityPolicy instance
at 0x91af8>>, newtext = u'= 10.5.2 Platform Testing =\n\n== Release:
10.5.2 ...browse/DERBY-3819 DERBY-3819]|| no new issues ||\n', rev = 9,
kw = {'comment': u'', 'trivial': 1}
/www/wiki.apache.org/lib/python2.3/site-packages/MoinMoin/util/antispam.py
in save(self=<MoinMoin.util.antispam.SecurityPolicy instance at
0x91af8>, editor=<MoinMoin.PageEditor.PageEditor instance at 0x178648>,
newtext=u'= 10.5.2 Platform Testing =\n\n== Release: 10.5.2
...browse/DERBY-3819 DERBY-3819]|| no new issues ||\n', rev=9,
**kw={'comment': u'', 'trivial': 1})
161 for pn in BLACKLISTPAGES:
162 do_update = 1
163 blacklist += getblacklist(request, pn, do_update)
164 if blacklist:
165 for blacklist_re in blacklist:
blacklist = [], global getblacklist = <function getblacklist at
0x156830>, request = <MoinMoin.request.RequestCGI instance at 0xb6990>,
pn = 'BadContent', do_update = 1
/www/wiki.apache.org/lib/python2.3/site-packages/MoinMoin/util/antispam.py
in getblacklist(request=<MoinMoin.request.RequestCGI instance at
0xb6990>, pagename='BadContent', do_update=1)
104 # Get BadContent info
105 master.putClientInfo('ANTISPAM-CHECK',
106
request.http_host+request.script_name)
107 response = master.getPageInfo(pagename)
108
request = <MoinMoin.request.RequestCGI instance at 0xb6990>,
request.http_host = 'wiki.apache.org', request.script_name = '/db-derby'
/usr/lib/python2.4/xmlrpclib.py in __call__(self=<_Method instance>,
*args=('ANTISPAM-CHECK', 'wiki.apache.org/db-derby'))
1094 return _Method(self.__send, "%s.%s" % (self.__name, name))
1095 def __call__(self, *args):
1096 return self.__send(self.__name, args)
1097
1098 ##
self = <_Method instance>, self.__send = <_Method instance>, self.__name
= <_Method instance>, args = ('ANTISPAM-CHECK', 'wiki.apache.org/db-derby')
/usr/lib/python2.4/xmlrpclib.py in __request(self=<ServerProxy for
moinmaster.wikiwikiweb.de:8000/?action=xmlrpc2>,
methodname='putClientInfo', params=('ANTISPAM-CHECK',
'wiki.apache.org/db-derby'))
1381 self.__handler,
1382 request,
1383 verbose=self.__verbose
1384 )
1385
verbose undefined, self = <ServerProxy for
moinmaster.wikiwikiweb.de:8000/?action=xmlrpc2>, self.__verbose =
<_Method instance>
/usr/lib/python2.4/xmlrpclib.py in request(self=<xmlrpclib.Transport
instance at 0x174da0>, host='moinmaster.wikiwikiweb.de:8000',
handler='/?action=xmlrpc2', request_body="<?xml
version='1.0'?>\n<methodCall>\n<methodName>p...string></value>\n</param>\n</params>\n</methodCall>\n",
verbose=0)
1135 host + handler,
1136 errcode, errmsg,
1137 headers
1138 )
1139
headers = <httplib.HTTPMessage instance at 0x17ad28>
ProtocolError:
__doc__ = 'Indicates an HTTP protocol error.'
__getitem__ = <bound method ProtocolError.__getitem__ of
<Prot...iwikiweb.de:8000/?action=xmlrpc2: 404 Not Found>>
__init__ = <bound method ProtocolError.__init__ of
<Protoco...iwikiweb.de:8000/?action=xmlrpc2: 404 Not Found>>
__module__ = 'xmlrpclib'
__repr__ = <bound method ProtocolError.__repr__ of
<Protoco...iwikiweb.de:8000/?action=xmlrpc2: 404 Not Found>>
__str__ = <bound method ProtocolError.__str__ of
<Protocol...iwikiweb.de:8000/?action=xmlrpc2: 404 Not Found>>
args = ()
errcode = 404
errmsg = 'Not Found'
headers = <httplib.HTTPMessage instance at 0x17ad28>
url = 'moinmaster.wikiwikiweb.de:8000/?action=xmlrpc2'