Re: Re: problem with url encoding for apache server as load balancing server

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

 



Ok Eric,

I have no logs to give you ( I really don't know what you want to be logged).

I will give you an example (value Mérida):

http://apacheserver/myapp?param=M%C3%A9rida

(UTF-8 url encoded) Goes bad! (I don't want to go bad). Meaning bad
that the tomcat cluster translates into wrong/strange characters.

http://apacheserver/myapp?param=M%E9rida

(ISO88591) Goes ok! But that it's not what I want since I want to
encode in utf-8.

http://tomcatA/myapp?param=M%E9rida

(ISO88591) Goes bad! But that's ok cause I don't want no one (apache
or tomcat nodes) to handle iso8591 encodings on url.

http://tomcatA/myapp?param=M%C3%A9rida

(UTF8) Goes ok! And that's ok, cause I want everyone (apache and
tomcat nodes) to handle utf-8 encodings on url.

Please Erik tell me if it's still not clear what's going on. Apache
2.2 Simple load balancing (for the tomcat nodes) with mod_jk, no
special httpd.conf besides the normal worker configuration for load
balancing. Do you recongnize my problem? Do you think it has a
solution?

2009/2/16 Eric Covener <covener@xxxxxxxxx>:
> On Mon, Feb 16, 2009 at 7:57 AM, rui fernandes <rjmfernandes@xxxxxxxxx> wrote:
>> in schema:
>>
>> me -- url with values encoded in utf-8 --> tomcat nodes  (ok)
>> me -- url with values encoded in iso... --> apache ---> tomcat nodes (ok)
>> me -- url with values encoded in utf8 ---> apache --> tomcat nodes (bad)
>>
>> I want this last one to be ok!
>>
>> any ideas?
>
> I still don't see any logs, example URLs, or a clear indication of
> what happens when you receive a utf-8 encoded query string.
>
> --
> Eric Covener
> covener@xxxxxxxxx
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
>   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
>
>



-- 
Un saludo,
Rui

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[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