[ https://issues.apache.org/jira/browse/SOLR-13969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16984237#comment-16984237 ]
ASF subversion and git services commented on SOLR-13969: -------------------------------------------------------- Commit 9f78482295819ba10a383d3027c1d6313c6e2e7d in lucene-solr's branch refs/heads/master from Jan Høydahl [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=9f78482 ] SOLR-13969: Clean up and document AuditEvent API (#1041) > Clean up and document AuditEvent API > ------------------------------------ > > Key: SOLR-13969 > URL: https://issues.apache.org/jira/browse/SOLR-13969 > Project: Solr > Issue Type: Improvement > Security Level: Public(Default Security Level. Issues are Public) > Components: Auditlogging > Affects Versions: 8.1, 8.2, 8.3 > Reporter: Jan Høydahl > Assignee: Jan Høydahl > Priority: Major > Fix For: 8.4 > > Time Spent: 0.5h > Remaining Estimate: 0h > > The AuditEvent bean has an awkward API for the request URL. It exposes > {{public StringBuffer getRequestUrl()}} which returns a StringBuffer of the > url up to the query part. This patch will replace that with a {{public String > getBaseUrl()}}. We will also add a {{public String getUrl()}} method to get > the full request URL including query parameters. > Also need to add JavaDocs to all getters in {{AuditEvent}} -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org