This is a temporary place to capture features. As this project grows we'll move this over to JIRA.
Essential features
- Add a method to the RemoteWikiBroker class which verifies that Confluence is reachabe, the user/password exists, the space is writable by the user etc. Basically make sure communication is working and if not try to determine and post an error method about what's not properly set up.
Nice to have
Bugs
- It seems that if you have a regex expression with something escaped like [ or
it doesn't get written out to the file properly and when it gets read back in it then gets mangled. The Properties class we use may need to be overridden or replaced.
