From: <php...@li...> - 2012-05-08 08:47:12
|
Also, I'm facing some problem as follows I've passed some hard-coded variables through filter rather than Servlet base and it's going OK, on other hand once I try send String variable its not. So, what is the main problem for this. Thanks ________________________________ From: khaldoon khashan <kha...@ya...> To: "php...@li..." <php...@li...> Sent: Tuesday, May 8, 2012 10:18 AM Subject: Re: php-java-bridge-users Digest, Vol 70, Issue 1 Dear Sir, I've implemented php-java bridge over eXo Portal as J2EE application and some php application to provide share credential between two different application. The point is, ctx.handleRequests(request.getInputStream(), response.getOutputStream()); There is conflict ( kind of IllegalStateException as both getOutputStream()/getWriter() are invoked on httpResponse object) So, how could we handle this as eXo Portal is designed over calling getWriter(). Thanks |