------=_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
<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 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
<img onclick=3D"fine();.....<read half of data>.......">
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:-
<img onclick=3D"fine();.....<read half of
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<br>
<br>
<img
onclick=3D" fine();....................................................=
.......<more
than 350 char's>
............................................................ . "<br>
<br>
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.<br>
<br>
<br>
Read first half data and write the output like below<br>
<br>
<img onclick=3D"fine();.....<read half of data>......."&=
gt;<br>
<br>
Read the remaining data and write the output below<br>
<br>
................................."><br>
<br>
The output of the file is not in proper format . It causes issues while dis=
playing in browser.<br>
<br>
The whole output is:-<br>
<img onclick=3D"fine();.....<read half of data>......."&=
gt;................................"><br>
<br>
How to solve this problem ?<br>
<br>
Thanks,<br>
bsenthil
------=_Part_9326_20758058.1146827048465--
