Niklas Närhinen

Results 6 issues of Niklas Närhinen

When using the clauth login-handler I sometimes get this exception. Mostly when I open with a fresh browser a protected route that redirects to login. Exception: ``` java.lang.ClassCastException java.lang.String cannot...

This commit reads authorization info from the Servlet Request by parsing the Authorization-header. The authorization information is then passed along to Database to be used in indexing requests from database...

A search query like ``` ?include_docs=true&limit=100&default_operator=AND&q=renova*%20kytkin*&debug=true ``` produces: ``` "analyzer": "class org.apache.lucene.analysis.standard.StandardAnalyzer", "etag": "1dde3b58c453e3", "fetch_duration": 41, "limit": 100, "plan": "BooleanQuery(+PrefixQuery(default:renova,boost=1.0)+PrefixQuery(default:kytkin,boost=1.0),boost=1.0)", "q": "+default:renova* +default:kytkin*", ``` but if each search term is...

I know this has been discussed in numerous issues here, but not about this specific case. IMHO the following code ``` js app.route('/user/:id').get(oneUser).delete(delUser).put(updateUser); ``` should send `405 Method Not Allowed`...

enhancement
help wanted
5.x

This is to support theme inheritance properly.