-
Bug
-
Resolution: Won't Fix
-
Low
-
None
-
3.0.1
This code is allowed
#!/usr/bin/env ruby -wKU require "xmlrpc/client" server = XMLRPC::Client.new("localhost","/rpc/xmlrpc",8080) token = server.call("confluence1.login","admin","admin") session=server.proxy("confluence1",token) #Grab a page page=session.getPage("ds","home") #Blank the title page["title"]="" #store the page session.storePage(page)
- is related to
-
CONFSERVER-9319 storePage succeeds in adding multiple pages with an empty string as a title, which can then not be accessed from the user Interface
- Closed