-----Original Message-----
From: Kulpinski, Dejan 
Sent: Monday, August 19, 2002 4:00 PM
To: 'Michael Bell'
Subject: Extra References Bug


Hello Michael,

Here is another minor bug in the latest code from CVS (10:00am pacific time).

When I have more certificates then MaxReturnedItems the Extra References don't seem to 
work correctly. It seems that clicking on ">" increases the viewFrom parameter by one, 
and not by (MaxReturnedItems + 1). It is also possible to go over the boundaries and 
end up with an empty list. In addition, Extra references don't seem to work at all for 
CSRs (software simply ignores the MaxReturnedItems and returns ALL items).

In addition, I am not sure the approach of using viewFrom will work in long term, 
because if for example you revoke some certificates and then you go to view the list 
of valid certificates you will have gaps in the list that will throw off your viewFrom 
calculation. 

Some databases have constructs like Postgres' LIMIT, that help you select a portion of 
the list (see http://www.us.postgresql.org/users-lounge/docs/7.0/user/sql-select.htm), 
but I am not sure that this solution will universally work, especially for DB module.

Thanx,

Dejan


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to