javaee / grizzly

Writing scalable server applications in the Java™ programming language has always been difficult. Before the advent of the Java New I/O API (NIO), thread management issues made it impossible for a server to scale to thousands of users. The Grizzly NIO framework has been designed to help developers to take advantage of the Java™ NIO API.
https://javaee.github.io/grizzly/
Other
221 stars 60 forks source link

SeletorThread.get/setWebappRootPath must not be static #726

Closed glassfishrobot closed 14 years ago

glassfishrobot commented 15 years ago

Thsi method should not be static so it doesn't conflict when more than one Selector Thread gets created.

Environment

Operating System: All Platform: All

Affected Versions

[1.9.17]

glassfishrobot commented 15 years ago

Reported by jfarcand@java.net

glassfishrobot commented 15 years ago

jfarcand@java.net said: Fixed

Sending extras/hudson-on-grizzly/src/main/java/com/sun/grizzly/hudson/Hudson.java Sending modules/bundles/cometd/src/main/java/com/sun/grizzly/standalone/cometd/Cometd.java Sending modules/bundles/http-servlet/src/main/java/com/sun/grizzly/standalone/servlet/ServletLauncher.java Sending modules/bundles/webserver/src/main/java/com/sun/grizzly/webserver/WebServer.java Deleting modules/http/src/main/java/com/sun/grizzly/standalone/DynamicContentAdapter.java Sending modules/http/src/main/java/com/sun/grizzly/standalone/StandaloneMainUtil.java Sending modules/http/src/main/java/com/sun/grizzly/standalone/StaticHandler.java Deleting modules/http/src/main/java/com/sun/grizzly/standalone/StaticResourcesAdapter.java Sending modules/http/src/test/java/com/sun/grizzly/http/ArpSSLTest.java Sending modules/utils/src/main/java/com/sun/grizzly/util/http/HttpRequestURIDecoder.java Transmitting file data ........ Committed revision 3574.

glassfishrobot commented 15 years ago

Was assigned to jfarcand@java.net

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA GRIZZLY-726

glassfishrobot commented 14 years ago

Marked as fixed on Tuesday, December 15th 2009, 6:27:38 pm