<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16640" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>mmm, as long as a plugin is activated in your client.ini AND
<FONT size=2>your plugin class implements the FilterProvider
interface</FONT>, it will pass by the filterGetRequest if the the application is
accessed via an url.</FONT></DIV>
<DIV><FONT size=2></FONT><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>a simple test is to put some print "xyz" in both functions
filterGetRequest and filterPostRequest to see which one is effectively
triggered.</FONT></DIV>
<DIV><FONT size=2>then do a print_r($request) to see what parametrers are
received by the application.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>if you see a "posted=1", then it means somehow the data is
considered being sent via POST and not GET. You just have to find out why that
parameter is received when it should not (in case of external
access)</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>regards</FONT></DIV>
<DIV><FONT size=2>Oliver</FONT></DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=casanovas@k2sistemas.com.br
href="mailto:casanovas@k2sistemas.com.br">Albert Casanovas</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=cartoweb-users@lists.maptools.org
href="mailto:cartoweb-users@lists.maptools.org">cartoweb-users@lists.maptools.org</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, July 24, 2008 10:47
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> [Cartoweb-users]
HowToWriteaRecenterPlugin not receiving a Getparameter</DIV>
<DIV><BR></DIV>
<DIV><FONT face=Arial size=2>Hi to all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>We have implemented the <A class=backlink
title="Clique aqui para fazer uma busca completa para este título"
href="http://www.cartoweb.org/cwiki/HowToWriteaRecenterPlugin?action=fullsearch&value=linkto%3A%22HowToWriteaRecenterPlugin%22&context=180"><FONT
face="Times New Roman" size=3>HowToWriteaRecenterPlugin</FONT></A> of the
cartoweb Wifi web site and instead of using the filterPostRequest are using
the filterGetRequest since we want to receive a parameter sent by another web
site.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The problem is that we dont know why
cartoweb is not passing through the handleHttpGetRequest of the
ClientExampleRecentering.php pluguin. We have used the log messages to
visualize it in the cartoweb.log but no signal of any activity in
its methods.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Albert</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<P>
<HR>
<P></P>_______________________________________________<BR>Cartoweb-users
mailing
list<BR>Cartoweb-users@lists.maptools.org<BR>http://lists.maptools.org/mailman/listinfo/cartoweb-users<BR></BLOCKQUOTE></BODY></HTML>