From: <php...@li...> - 2012-05-08 07:18:14
|
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 |