[ 
https://issues.apache.org/jira/browse/KNOX-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17569341#comment-17569341
 ] 

ASF subversion and git services commented on KNOX-2782:
-------------------------------------------------------

Commit ae0fe4606e56aa5ccccb63714504c6951e3bb1c0 in knox's branch 
refs/heads/master from Sandor Molnar
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=ae0fe4606 ]

KNOX-2782 - Enhanced Shiro config with the object class of invalidRequest (#610)



> Knox CLI user-auth-test command failure
> ---------------------------------------
>
>                 Key: KNOX-2782
>                 URL: https://issues.apache.org/jira/browse/KNOX-2782
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: KnoxCLI
>    Affects Versions: 1.6.0
>            Reporter: Sandor Molnar
>            Assignee: Sandor Molnar
>            Priority: Major
>             Fix For: 2.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> There is an issue with KnoxCLI's {{user-auth-test}} command:
> {noformat}
> bin/knoxcli.sh user-auth-test --cluster sandbox --u admin --p admin-password
> java.lang.IllegalArgumentException: Configuration error. Specified object 
> [invalidRequest] with property [blockSemicolon] without first defining that 
> object's class. Please first specify the class property first, e.g. myObject 
> = fully_qualified_class_name and then define additional properties.
> org.apache.knox.gateway.util.KnoxCLI$LDAPCommand$BadSubjectException: Subject 
> could not be created with Shiro Config at sections=main,urls
> For more information use --d for debug output.
> ERR: Unable to authenticate user: admin {noformat}
> The reason is, that 3 properties are added OOTB to the generated Shiro 
> configuration, under the "{{{}main{}}}" section, as per KNOX-2455
> {noformat}
>     params.putIfAbsent("main.invalidRequest.blockSemicolon", "false");
>     params.putIfAbsent("main.invalidRequest.blockBackslash", "false");
>     params.putIfAbsent("main.invalidRequest.blockNonAscii", "false"); 
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to