GitHub user Leemoonsoo opened a pull request:

    https://github.com/apache/zeppelin/pull/2344

    [ZEPPELIN-2545] SecurityRestApiTest test fails on travis

    ### What is this PR for?
    shiro returns multiple JSESSIONID on login request in integration test.
    
    ```bash
    moon$ curl -v -XPOST -H "Origin: http://localhost:8080/api"; -H "Host: 
localhost:8080" --data "userName=admin&password=password1" 
'http://localhost:8080/api/login'
    *   Trying ::1...
    * Connected to localhost (::1) port 8080 (#0)
    > POST /api/login HTTP/1.1
    > Host: localhost:8080
    > User-Agent: curl/7.43.0
    > Accept: */*
    > Origin: http://localhost:8080/api
    > Content-Length: 33
    > Content-Type: application/x-www-form-urlencoded
    > 
    * upload completely sent off: 33 out of 33 bytes
    < HTTP/1.1 200 OK
    < Date: Mon, 15 May 2017 14:24:10 GMT
    < Access-Control-Allow-Origin: http://localhost:8080/api
    < Access-Control-Allow-Credentials: true
    < Access-Control-Allow-Headers: authorization,Content-Type
    < Access-Control-Allow-Methods: POST, GET, OPTIONS, PUT, HEAD, DELETE
    < Date: Monday, May 15, 2017 7:24:10 AM PDT
    < Set-Cookie: rememberMe=deleteMe; Path=/; Max-Age=0; Expires=Sun, 
14-May-2017 14:24:10 GMT
    < Set-Cookie: JSESSIONID=2c0062db-99f0-438c-a5f6-6fdffa4eb7ae; Path=/; 
HttpOnly
    < Set-Cookie: JSESSIONID=deleteMe; Path=/; Max-Age=0; Expires=Sun, 
14-May-2017 14:24:10 GMT
    < Set-Cookie: JSESSIONID=6bb25285-6cb0-47ea-8bb6-e268110a6034; Path=/; 
HttpOnly
    < Set-Cookie: rememberMe=deleteMe; Path=/; Max-Age=0; Expires=Sun, 
14-May-2017 14:24:10 GMT
    < Content-Type: application/json
    < Date: Mon, 15 May 2017 14:24:10 GMT
    < Content-Length: 123
    < Server: Jetty(9.2.15.v20160210)
    < 
    * Connection #0 to host localhost left intact
    ```
    
    Later one is valid JSESSIONID. This PR changes test code to use last 
JSESSIONID.
    
    
    ### What type of PR is it?
    Bug Fix
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-2545
    
    ### How should this be tested?
    After https://github.com/apache/zeppelin/pull/2342 is merged, this PR will 
be rebased. Then CI should be green.
    
    ### Questions:
    * Does the licenses files need update? no
    * Is there breaking changes for older versions? no
    * Does this needs documentation? no


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Leemoonsoo/zeppelin ZEPPELIN-2545

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/2344.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2344
    
----
commit 8b627c7ac0fbb7017af56f3ead7b7dc6d6a1d605
Author: Lee moon soo <[email protected]>
Date:   2017-05-15T14:28:39Z

    use last JSESSIONID

----


---
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.
---

Reply via email to