View Issue Details

IDProjectCategoryView StatusLast Update
0001181savapage-server[All Projects] Generalpublic2021-04-13 10:15
ReporterrijkrAssigned Torijkr 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.2.0 
Target Version1.3.0Fixed in Version1.3.0 
Summary0001181: Prevent redundant IPP print requests to untrusted queue
DescriptionIST: If a user issues an IPP print request to an untrusted SavaPage queue, and is not logged into the User Web App, the print is denied. However, the IPP client keeps sending requests in regular (several seconds) intervals. This leads to processing overhead and excessive logging.
SOLL-1: Prevent redundant IPP print requests by using HttpServletResponse.SC_OK instead of HttpServletResponse.SC_UNAUTHORIZED.
SOLL-2: Send an IPP response with IppStatusCode.CLI_NOAUTH, IppJobState.STATE_CANCELED and state reason "account-authorization-failed".
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-04-12 16:09 rijkr New Issue
2021-04-12 16:09 rijkr Status new => assigned
2021-04-12 16:09 rijkr Assigned To => rijkr
2021-04-13 10:15 rijkr Status assigned => resolved
2021-04-13 10:15 rijkr Resolution open => fixed
2021-04-13 10:15 rijkr Fixed in Version => 1.3.0