[logback-dev] [Bug 110] New: AccessEvent is missing getters for RequestParameters.
bugzilla-daemon at pixie.qos.ch
bugzilla-daemon at pixie.qos.ch
Wed Oct 24 14:24:15 CEST 2007
http://bugzilla.qos.ch/show_bug.cgi?id=110
Summary: AccessEvent is missing getters for RequestParameters.
Product: logback-access
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P1
Component: Other
AssignedTo: logback-dev at qos.ch
ReportedBy: joern at huxhorn.de
Please provide the following method in AccessEvent:
public Map<String, Object> getRequestParameterMap() {
if (requestParameterMap == null) {
buildRequestParameterMap();
}
return requestParameterMap;
}
requestParameterMap is initialized but there is no method to access it or it's
contents.
--
Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the logback-dev
mailing list