nickva commented on issue #825: Allow urlencoded '+' characters in _scheduler/jobs/<job_id> field URL: https://github.com/apache/couchdb/issues/825#issuecomment-330248434 `+` can be considered a sub-delim because it separates the base replication ID from the extensions. For example replication checkpoints use only the base part but not the extension. So parsing out bits of the ID is practical and probably already used by user code out there. In other words replication ID is really a compound ID and we just accept both the + delimited version or the space delimited one. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
