openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
G
glassfish-grizzly
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 13 hours
ago. based on code collected
about 13 hours
ago.
Sep 04, 2025 — Oct 04, 2025
Showing page 1 of 1
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #2249 from carryel/feature/safe-attribute-holder
Bongjae Chang
More...
3 days ago
(Trivial) Disable the test for performance testing. + Used @Ignore annotation.
Bongjae Chang
More...
3 days ago
(Trivial) Disable the test for performance testing. This can sometimes take several tens of seconds depending on the system environment and performance.
Bongjae Chang
More...
3 days ago
Merge pull request #2247 from carryel/feature/safe-attribute-holder
Bongjae Chang
More...
6 days ago
Issue #2246 "IndexedAttributeHolder is not thread-safe under certain circumstances" (https://github.com/eclipse-ee4j/glassfish-grizzly/issues/2246) + Implementing a new indexed AttributeHolder based on ConcurrentHashMap and migrating its functionality + Added test cases for multi-threaded situations. + Added tests to compare performance with existing IndexedAttributeHolder and UnsafeAttributeHolder implementations. + Added a constructor that allows you to specify the initial size of IndexedAttributeHolder.
Bongjae Chang
More...
14 days ago
Fixed returning incorrect attributes. It should return the actual value through the initializer, not the initializer itself, and is shown in typo.
Bongjae Chang
More...
16 days ago
Merge pull request #2243 from carryel/npe-methodbytes
Bongjae Chang
More...
18 days ago
Fixed an NPE that occurred when calling toString() on a recycled HttpRequestPacket instance(preventing an NPE when obtaining the methodBytes of Method). + (trivial) removed unused comment.
Bongjae Chang
More...
18 days ago
Merge pull request #2242 from carryel/bugfix/remove-trailing-ows-from-headervalues
Bongjae Chang
More...
22 days ago
Issue #2241 "Grizzly doesn't properly strip whitespace from header values" (https://github.com/eclipse-ee4j/glassfish-grizzly/issues/2241) + (trivial) added a testcase for mixed OWS header value.
Bongjae Chang
More...
22 days ago
Issue #2241 "Grizzly doesn't properly strip whitespace from header values" (https://github.com/eclipse-ee4j/glassfish-grizzly/issues/2241) + removed trailing not only SP but also HTAB during the header values parsing process.
Bongjae Chang
More...
22 days ago
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree