Github user prasadwagle commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/848#issuecomment-215987782
@Leemoonsoo I merged with latest master, fixed the jshint errors and tested
with anonymous authentication. When I tried with basic authentication, I got:
GET http://localhost:8080/api/login;jsessionid=154khh1wznk3p2njo49c0dsea
405 (Method Not Allowed)
In the server log, I saw:
MacBook-Pro incubator-zeppelin-prasadwagle (ZEPPELIN-819) $ grep WARN logs/*
WARN [2016-04-30 11:45:08,219] ({main}
ServletHolder.java[getNameOfJspClass]:923) - Unable to make identifier for jsp
rest trying rest instead
WARN [2016-04-30 11:45:26,434] ({qtp2032251042-17}
JAXRSUtils.java[findTargetMethod]:499) - No operation matching request path
"/api/login;jsessionid=hmcl70a36eq4oii5owu4kvig" is found, Relative Path: /,
HTTP Method: GET, ContentType: */*, Accept:
text/html,application/xhtml+xml,image/webp,application/xml;q=0.9,*/*;q=0.8,.
Please enable FINE/TRACE log level for more details.
WARN [2016-04-30 11:45:26,435] ({qtp2032251042-17}
WebApplicationExceptionMapper.java[toResponse]:73) -
javax.ws.rs.ClientErrorException
I am debugging now. Am I doing something wrong?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---