Closed (fixed)
Project:
RELAXed Web Services
Version:
8.x-1.0-beta14
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Oct 2018 at 13:18 UTC
Updated:
24 Jun 2019 at 09:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
andriy khomych commentedComment #3
andriy khomych commentedComment #4
andriy khomych commentedI think it can be fixed in the
Doctrine\CouchDB\HTTP\SocketClient.php::requestfunction, as it uses often URLs like /relaxed/, that ending on slash. However, I'm not good in this, as a short and simple fix I've made a patch with RouterSubscriber that skips all REST Relaxed routers from redirecting.Comment #5
jeqq commentedMore info about the issue here: https://github.com/relaxedws/couchdb-replicator/issues/10#issuecomment-4...
Comment #6
jhedstromThis resolved the issue for me.
Comment #7
jeqq commentedWill review this next week at Drupal Dev Days.
Comment #8
jeqq commentedAdded a check to alter the routes only if the Redirect module is installed and clean routes are enabled.
Comment #10
jeqq commentedThank you!