34
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[no comment] More... over 16 years ago
Close InputStream obtained from data source all data has read and written. Ensure close is called in all cases by closing the stream in a finally block. More... over 16 years ago
[no comment] More... over 16 years ago
Fixed bug in File entity provider, the FileInput/OutputStream is wrapped around a BufferedInput/OutputStream. More... over 16 years ago
Fixed bug in InputStream entity provider, after the bytes read from the InputStream have been written the InputStream is closed. More... over 16 years ago
NB beta 1 has bugs refactoring stuff!! More... over 16 years ago
Unused import. More... over 16 years ago
Renamed package More... over 16 years ago
Moved base class for testing resources (NB SVN module does not like rename then move). More... over 16 years ago
Renamed base testing class for resources More... over 16 years ago
Completed conversion of tests. More... over 16 years ago
Grrr...TODO write a canonicalize response method that is called before the response is handed to the container. More... over 16 years ago
[no comment] More... over 16 years ago
[no comment] More... over 16 years ago
[no comment] More... over 16 years ago
Added ResponseInBound.lastModified More... over 16 years ago
More tests converted. More... over 16 years ago
Added ResponseInBound.getLangauge If setting the entity directly on the HTTP response then correctly set the status if 200/204 codes apply. More... over 16 years ago
Tests converted to new API. More... over 16 years ago
Added ResponseInBound.getEntityTag Added methods to builder to add headers. More... over 16 years ago
Added ResponseInBound.getLocation More... over 16 years ago
Added ResponseInBound.hasEntity method. Added filter to check by default for 200/204 response codes depending if response has an entity or not. More... over 16 years ago
Added ResponseInBound.hasEntity method. Added filter to check by default for 200/204 response codes depending if response has an entity or not. More... over 16 years ago
Created in-memory test resource proxy. Converted one test over to use resource proxy API. More... over 16 years ago
Changed ResponseInBound.getHeaders to ResponseInBound.getMetadata Added method ResponseInBound.getContentType. Removed throwing IIOException, instead a runtime exception ResourceProxyException is thrown. More... over 16 years ago
Modified RequestOutBound to encapsulate metadata (HTTP headers) rather than being responsible for adding metadata. This enables filters to modify the metadata. Clients wishing create reuseable RequestOutBound instances must clone the instance before passing to a method on ResourceProxy (TODO: consider something smarter using copy on write functionality instead). More... over 16 years ago
Modified RequestOutBound to encapsulate metadata (HTTP headers) rather than being responsible for adding metadata. This enables filters to modify the metadata. Clients wishing create reuseable RequestOutBound instances must clone the instance before passing to a method on ResourceProxy (TODO: consider something smarter using copy on write functionality instead). More... over 16 years ago
Included very basic Client side API (currently in the implementation until documented and tested). Tests using LW HTTP server were modified to use this API. More... over 16 years ago
Cache entity and header providers (should boost performance). Do not print out stack trace with warnings for entity providers that cannot be loaded because a dependent class is not present in the class path. More... over 16 years ago
"" More... over 16 years ago