glassfishrobot

Results 2829 comments of glassfishrobot

@glassfishrobot Commented gregwilkins said: Note that just because tomcat and glassfish return non null values from these methods does not mean that they are "working". In an environment where a...

@glassfishrobot Commented rstoyanchev said: Greg, I am certainly not in a position to say if the values returned from the request in Glassfish and Tomcat after a call to startAsync...

@glassfishrobot Commented gregwilkins said: definite agree that using the request methods asychronously is not reliable. I'm not sure that access should be prohibited, but the javadoc should at least point...

@glassfishrobot Commented This issue was imported from java.net JIRA SERVLET_SPEC-41

* **Issue Imported From:** https://github.com/javaee/hk2/issues/359 * **Original Issue Raised By:**@saden1 * **Original Issue Assigned To:** @romain-grecourt

* **Issue Imported From:** https://github.com/javaee/servlet-spec/issues/120 * **Original Issue Raised By:**@glassfishrobot * **Original Issue Assigned To:** @glassfishrobot

@glassfishrobot Commented Reported by @edburns

@glassfishrobot Commented @edburns said: > JH> An example follows. Suppose we have a simple asynchronous servlet that: > > JH> A1) Does initial processing of the request > JH> A2)...

@glassfishrobot Commented @edburns said: > I found the following mentions in the > JH> specification: > > JH> Table 11-3 > JH> A servlet request has started being processed by...