Fix CertRequestInfo URLs
    
    The URLs were generated by a UriBuilder that referred to the resource's
    annotated path.  This top-level path changed though, even if the underlying
    paths did not.  Replace this with a reference to the getX methods instead.
    
    Also fixed a few eclipse flagged warnings (unused imports etc).
    
    Ticket 2447
Please review ..