Changes between Initial Version and Version 1 of Ticket #107, comment 12
- Timestamp:
- 05.10.2011 00:06:24 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #107, comment 12
initial v1 28 28 This should match even for decoded URLs (DM proxy requests contain slashes *inside* path segments and these are subject of URL encoding). 29 29 But apparently the request send by Apache to DM doesn't match that pattern. 30 So the Jersey Servlet (the REST toolkit responsible for dispatching incoming requests to Java methods) doesn't pass the request to DM . DM doesn't see the request.30 So the Jersey Servlet (the REST toolkit responsible for dispatching incoming requests to Java methods) doesn't pass the request to DM and responses to Apache with a 404 instead. DM doesn't see the request. 31 31 32 32 From my point of view the Apache proxy corrupts the DM proxy requests or doesn't pass the DM proxy requests at all.