Changes between Initial Version and Version 1 of Ticket #107, comment 12


Ignore:
Timestamp:
05.10.2011 00:06:24 (13 years ago)
Author:
jri
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #107, comment 12

    initial v1  
    2828This should match even for decoded URLs (DM proxy requests contain slashes *inside* path segments and these are subject of URL encoding). 
    2929But 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. 
     30So 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. 
    3131 
    3232From my point of view the Apache proxy corrupts the DM proxy requests or doesn't pass the DM proxy requests at all.