Quick and easy question (I hope). If Akka HTTP routes a request such as 
"/path/to/../resource", then prior to routing the URL is normalized to 
"/path/resource".

Is there a way to disable this normalization behavior? I see that there's a way 
to enable a special header 
<http://doc.akka.io/docs/akka-stream-and-http-experimental/2.0-M2/scala/http/configuration.html>
 to 
raw request URI, and this will solve my problem, but I'd prefer a solution 
that allowed me to be able to still use the Path matcher DSL.

Tim

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to