Bug 849470

Summary: Review Request: oscache - High performance J2EE caching solution
Product: [Fedora] Fedora Reporter: gil cattaneo <puntogil>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mizdebsk, package-review, puntogil
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard: BuildFails
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-04 06:04:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1106947    
Bug Blocks:    

Description gil cattaneo 2012-08-19 18:45:49 UTC
Spec URL: http://gil.fedorapeople.org/oscache.spec
SRPM URL: http://gil.fedorapeople.org/oscache-2.4.1-1.fc16.src.rpm
Description: OSCache solves fundamental problems for dynamic websites:
+ Caching Dynamic Content - Dynamic content must often be
executed in some form each request, but sometimes that
content doesn't change every request. Caching the whole
page does not help because sections of the page change
every request. OSCache solves this problem by providing
a means to cache sections of JSP pages.
+ Caching Binary Content - Generated images and PDFs can
be very costly in terms of server load. OSCache solves
this problem through a Servlet 2.3 CachingFilter which
can cache any URI (such as an entire page or a generated
image/PDF)
+ Error Tolerance - If one error occurs somewhere on your
dynamic page, chances are the whole page will be returned
as an error, even if 95%% of the page executed correctly.
OSCache solves this problem by allowing you to serve the
cached content in the event of an error, and then
reporting the error appropriately.
Fedora Account System Username: gil

Comment 1 Jason Tibbitts 2013-06-10 23:40:22 UTC
Build fails for the usual reason.  Setting needinfo so this will drop out of the review queue until a fixed package appears.

Comment 2 gil cattaneo 2013-06-11 09:48:50 UTC
sorry, missing some BR, as maven-local

Spec URL: http://gil.fedorapeople.org/oscache.spec
SRPM URL: http://gil.fedorapeople.org/oscache-2.4.1-1.fc18.src.rpm

Task info: http://koji.fedoraproject.org/koji/taskinfo?taskID=5490146

Comment 3 Mikolaj Izdebski 2015-02-12 07:39:44 UTC
Package fails to build. It needs to be fixed before review.

Comment 5 gil cattaneo 2015-05-12 07:53:33 UTC
Spec URL: http://gil.fedorapeople.org/oscache.spec
SRPM URL: http://gil.fedorapeople.org/oscache-2.4.2-1.fc20.src.rpm

- update to 2.4.2

Comment 6 gil cattaneo 2015-12-04 06:04:24 UTC
No more interested