problem - mod_proxy_html

problem - mod_proxy_html

am 05.05.2006 13:04:08 von senthil kumar

------=_Part_9326_20758058.1146827048465
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

I am using mod_proxy_html module for rewritting urls. It works fine..I face=
d
the problem when i try to rewrite the following case

onclick=3D"fine();.......................................... ...............=
.. than 350 char's>
............................................................ ."

Inside the filter methods in mod_proxy_html reads from buckets half of the
data from the above line and passes into the parser and write it with quote=
s
and greater symbol "> and then reads the remaining half of the data and
write it.


Read first half data and write the output like below

.......">

Read the remaining data and write the output below

.................................">

The output of the file is not in proper format . It causes issues while
displaying in browser.

The whole output is:-
data>.......">................................">

How to solve this problem ?

Thanks,
bsenthil

------=_Part_9326_20758058.1146827048465
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

I am using mod_proxy_html module for rewritting urls. It works fine..I
faced the problem when i try to rewrite the following case



<img
onclick=3D" fine();....................................................=
.......<more
than 350 char's>
............................................................ . "



Inside the filter methods in mod_proxy_html reads from buckets half of
the data from the above line and passes into the parser and write it
with quotes and greater symbol "> and then reads the remaining half
of the data and write it.





Read first half data and write the output like below



<img onclick=3D"fine();.....<read half of data>......."&=
gt;



Read the remaining data and write the output below



.................................">



The output of the file is not in proper format . It causes issues while dis=
playing in browser.



The whole output is:-

<img onclick=3D"fine();.....<read half of data>......."&=
gt;................................">



How to solve this problem ?



Thanks,

bsenthil

------=_Part_9326_20758058.1146827048465--