You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Jan Høydahl (Jira)" <ji...@apache.org> on 2019/11/20 10:09:00 UTC

[jira] [Updated] (SOLR-13905) Make findRequestType in AuditEvent more robust

     [ https://issues.apache.org/jira/browse/SOLR-13905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Høydahl updated SOLR-13905:
-------------------------------
    Summary: Make findRequestType in AuditEvent more robust  (was: Nullpointer exception in AuditEvent)

> Make findRequestType in AuditEvent more robust
> ----------------------------------------------
>
>                 Key: SOLR-13905
>                 URL: https://issues.apache.org/jira/browse/SOLR-13905
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Auditlogging
>    Affects Versions: 8.3
>            Reporter: Jan Høydahl
>            Assignee: Jan Høydahl
>            Priority: Major
>             Fix For: 8.4, 8.3.1
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Nullpointer exception in AuditEvent for events with HttpServletRequest as input. Happens when {{getPathInfo()}} returns null, which was not caught by current tests. This causes the whole request to fail, rendering the audit service unusable.
> The nullpointer is experienced in the {{findRequestType()}} method when performing pattern match on the resource (path).
> This is a regression from 8.3, caused by SOLR-13835 where we switched from fetching the URL path from {{httpRequest.getContextPath()}} to {{httpRequest.getPathInfo()}}. However while this method behaves well in tests (JettyTestRunner) it returns {{null}} in production.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org