Proxy decodes URLs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



So lets say I have a simple Vhost:

<VirtualHost *:80>
    ServerName foobar

    # proxy a tomcat server
    ProxyPass /proxy-dir/context http://localhost:8080/context
</VirtualHost>

When I make a request to http://foobar/proxy-dir/context/username%40domain

Tomcat receives http://localhost:8080/context/username@domain

This is an invalid URL.

How can I prevent mod_proxy from urldecoding requests?

thanks,
--alex

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux