We're implementing a system that will rely upon a PHP script that is called via 
  POST. The script has calls to the PHP super array $_POST to get the post 
parameters.

We can see the parameters in JBoss debug so we know they're being passed but 
the script fails with 'undefined index' on all the parameters.

Running the script under Apache, the $_POST's work fine.

Taking the calls to $_POST out, the script returns data as we expect in JBoss, 
just not as it should be filtered by the $_POST's.

Is there something we need to turn on in JBoss to enable us to pick up these 
parameters?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159621#4159621

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159621
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to