Bug #7392
Solr Filter not returning event entries for valid users
100%
Description
only the log is returned for the response without events. The filter acts as if a valid cn administrator is a public user.
Associated revisions
refs #7392
adding in debugging messages.
refs #7392
adding in debugging messages.
refs #7392
Cannot be certain that Params are messed up before handleRequestBody. Trying a different method.
refs #7392
Cannot be certain that Params are messed up before handleRequestBody. Trying a different method.
refs #7392.
adding in more debugging.
refs #7392.
adding in more debugging.
refs #7392.
adding in more debugging. but should compile this time.
refs #7392.
adding in more debugging. but should compile this time.
refs #7392.
Maybe solr is only reading from the query string now and not the request params to fill in SolrParams?
refs #7392.
Maybe solr is only reading from the query string now and not the request params to fill in SolrParams?
refs #7392
configure solr configuration to allow passing the original http request to the Request Handlers that manipulate the solr params to include authorization filters.
refs #7392
configure solr configuration to allow passing the original http request to the Request Handlers that manipulate the solr params to include authorization filters.
closes #7392
Solr configuration allows for the original HttpServletRequest to be passed to the SolrRequestHandler. Use the HttpServletRequest to grab the authorization parameters set by the SessionAuthorizationFilterStrategy.
closes #7392
Solr configuration allows for the original HttpServletRequest to be passed to the SolrRequestHandler. Use the HttpServletRequest to grab the authorization parameters set by the SessionAuthorizationFilterStrategy.
History
#1 Updated by Robert Waltz about 9 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
#2 Updated by Robert Waltz about 9 years ago
- Status changed from In Progress to Closed
- % Done changed from 30 to 100
Applied in changeset d1-python:d1_python|r16510.