0
I Use This!
Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Sep 04, 2025 — Oct 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #2249 from carryel/feature/safe-attribute-holder More... 3 days ago
(Trivial) Disable the test for performance testing. + Used @Ignore annotation. 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. More... 3 days ago
Merge pull request #2247 from carryel/feature/safe-attribute-holder 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. 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. More... 16 days ago
Merge pull request #2243 from carryel/npe-methodbytes 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. More... 18 days ago
Merge pull request #2242 from carryel/bugfix/remove-trailing-ows-from-headervalues 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. 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. More... 22 days ago