Project

General

Profile

Bug #397

Validators String Replacement Incorrect

Added by Luke Murphey over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
08/22/2012
Due date:
% Done:

100%


Description

The field validators don't include the correct arguments. Two arguments are included in the string replacement yet only one is included:

admin.ArgValidationException("The value for the '%s' parameter cannot be empty" % ( str(value), name))

See http://lukemurphey.net/projects/splunk-radius-auth/repository/entry/trunk/src/bin/radius_auth_rest_handler.py

Associated revisions

Revision 56 (diff)
Added by Luke Murphey over 11 years ago

Fixed issue where error message regarding incorrect argument value was not substituted correctly(closes #397).

Revision 49 (diff)
Added by Luke Murphey over 11 years ago

Fixed issue where error message regarding incorrect argument value was not substituted correctly(closes #397).

History

#1 Updated by Luke Murphey over 11 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Applied in changeset r56.

Also available in: Atom PDF