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

Andras Piros updated OOZIE-3225:
--------------------------------
    Description: 
In Jetty when defining a filter, we should map them to the call types. Right 
now, the filters are mapped on request calls, but a call to {{/oozie}} is 
forwarded to {{index.jsp}}. Since this is a forward call, the filter is 
skipped, but when trying to get the {{extjs}} dependencies, the error 401 is 
thrown, so it will be processed as missing dependency, and the Oozie console 
disabled message will be shown instead of 401 error.

We should extend the scope of the filters.

  was:
In Jetty when defining a filter, we should map them to the call types. Right 
now, the filters are mapped on request calls, but a call to /oozie is forwarded 
to index.jsp. Since this is a forward call, the filter is skipped, but when 
trying to get the extjs dependencies, the error 401 is thrown, so it will be 
processed as missing dependency, and the Oozie console disabled message will be 
shown instead of 401 error.

We should extend the scope of the filters.


> "Oozie webconsole disabled" message shown instead of 401 error in case of a 
> secure cluster 
> -------------------------------------------------------------------------------------------
>
>                 Key: OOZIE-3225
>                 URL: https://issues.apache.org/jira/browse/OOZIE-3225
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: 5.0.0
>            Reporter: Julia Kinga Marton
>            Assignee: Julia Kinga Marton
>            Priority: Major
>         Attachments: OOZIE-3225-001.patch
>
>
> In Jetty when defining a filter, we should map them to the call types. Right 
> now, the filters are mapped on request calls, but a call to {{/oozie}} is 
> forwarded to {{index.jsp}}. Since this is a forward call, the filter is 
> skipped, but when trying to get the {{extjs}} dependencies, the error 401 is 
> thrown, so it will be processed as missing dependency, and the Oozie console 
> disabled message will be shown instead of 401 error.
> We should extend the scope of the filters.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to