Uploaded image for project: 'FishEye'
  1. FishEye
  2. FE-3620

Displayname not being picked up correctly in some cases with JIRA user management

    XMLWordPrintable

Details

    Description

      Fisheye does not appear to display the displaynames correctly for users where their firstname and lastname fields are null in JIRA database (cwd_user table). These fields can be null for very old versions of JIRA such as 3.7.1 or when upgrading from an old version similar to 3.7.x.
      If the firstname and lastname are null in JIRA database, Fisheye uses the username rather than the displayname to fetch the display name for the affected user.

      Replicated locally with following steps:

      1) Install JIRA 3.7.1
      2) Created 2 new users "admin371" and "user1"
      3) Checked db, they just had fullname, no first or last name columns in JIRA DB. JIRA DB schema for this version is here.
      4) Upgraded JIRA to 4.3.4
      5) Checked the db tables again. This time, the fullname was split into first and last name. Fullname was stored under displayname field in CWD_user table. The Firstname and lastname fields were null.
      6) Added a new user in 4.3.4. This user had their fullname split into first and last name in the db.
      7) Delegated user management to JIRA in Fisheye 2.6.1
      8) The result was that the original JIRA users coming from 3.7.1 had their displaynames same as usernames, since their first and last names were empty. New JIRA users had their display names correctly shown in Fisheye.

      Enabled HTTP wire logging in Fisheye for original JIRA 3.7.1 user "user1" and authenticated them for the first time in Fisheye. The output is below:

      2011-08-04 09:29:25,563 DEBUG [btpool0-85 ] fisheye.perf ProfilingServletFilter-logRequest - start request POST /login?rememberme=yes&username=user1&origUrl=&password=XXXX nosession
      2011-08-04 09:29:25,565 DEBUG [btpool0-85 ] fisheye.app DefaultUserManager-getOrImportUser - Login: attempting to import user "user1"
      2011-08-04 09:29:25,565 INFO  [btpool0-85 ] perf.timer Timer-output - -> CrowdAuth.authenticate() mem_usage = 138541328 heapsize = 180772864 freemem = 42231536
      2011-08-04 09:29:25,572 DEBUG [btpool0-85 ] wire.header Wire-wire - >> "POST /rest/usermanagement/1/authentication?username=user1 HTTP/1.1[\r][\n]"
      2011-08-04 09:29:25,573 DEBUG [btpool0-85 ] wire.header Wire-wire - >> "Accept: application/xml[\r][\n]"
      2011-08-04 09:29:25,573 DEBUG [btpool0-85 ] wire.header Wire-wire - >> "Authorization: Basic ZmlzaGV5ZTphZG1pbjM3MQ==[\r][\n]"
      2011-08-04 09:29:25,574 DEBUG [btpool0-85 ] wire.header Wire-wire - >> "User-Agent: Jakarta Commons-HttpClient/3.1[\r][\n]"
      2011-08-04 09:29:25,574 DEBUG [btpool0-85 ] wire.header Wire-wire - >> "Host: localhost:8080[\r][\n]"
      2011-08-04 09:29:25,575 DEBUG [btpool0-85 ] wire.header Wire-wire - >> "Cookie: $Version=0; JSESSIONID=E35A27AC8172F069ECF564D860326F5A; $Path=/[\r][\n]"
      2011-08-04 09:29:25,576 DEBUG [btpool0-85 ] wire.header Wire-wire - >> "Cookie: $Version=0; atlassian.xsrf.token=AW5I-PTEA-P9KO-2JBZ|abec57bce6dfc68178c026b6ab56f914c774a540|lout; $Path=/[\r][\n]"
      2011-08-04 09:29:25,576 DEBUG [btpool0-85 ] wire.header Wire-wire - >> "Content-Length: 104[\r][\n]"
      2011-08-04 09:29:25,577 DEBUG [btpool0-85 ] wire.header Wire-wire - >> "Content-Type: application/xml[\r][\n]"
      2011-08-04 09:29:25,577 DEBUG [btpool0-85 ] wire.header Wire-wire - >> "[\r][\n]"
      2011-08-04 09:29:25,578 DEBUG [btpool0-85 ] wire.content Wire-wire - >> "<?xml version="1.0" encoding="UTF-8" standalone="yes"?>[\n]"
      2011-08-04 09:29:25,579 DEBUG [btpool0-85 ] wire.content Wire-wire - >> "<password>[\n]"
      2011-08-04 09:29:25,579 DEBUG [btpool0-85 ] wire.content Wire-wire - >> "    <value>user1</value>[\n]"
      2011-08-04 09:29:25,580 DEBUG [btpool0-85 ] wire.content Wire-wire - >> "</password>[\n]"
      2011-08-04 09:29:25,653 DEBUG [btpool0-85 ] wire.header Wire-wire - << "HTTP/1.1 200 OK[\r][\n]"
      2011-08-04 09:29:25,654 DEBUG [btpool0-85 ] wire.header Wire-wire - << "HTTP/1.1 200 OK[\r][\n]"
      2011-08-04 09:29:25,655 DEBUG [btpool0-85 ] wire.header Wire-wire - << "Server: Apache-Coyote/1.1[\r][\n]"
      2011-08-04 09:29:25,655 DEBUG [btpool0-85 ] wire.header Wire-wire - << "X-AREQUESTID: 569x66x1[\r][\n]"
      2011-08-04 09:29:25,655 DEBUG [btpool0-85 ] wire.header Wire-wire - << "X-ASESSIONID: gbyo8z[\r][\n]"
      2011-08-04 09:29:25,656 DEBUG [btpool0-85 ] wire.header Wire-wire - << "X-Embedded-Crowd-Version: JIRA/4.3.4[\r][\n]"
      2011-08-04 09:29:25,656 DEBUG [btpool0-85 ] wire.header Wire-wire - << "X-Crowd-User-Management-Version: 1[\r][\n]"
      2011-08-04 09:29:25,657 DEBUG [btpool0-85 ] wire.header Wire-wire - << "X-Seraph-LoginReason: AUTHENTICATED_FAILED[\r][\n]"
      2011-08-04 09:29:25,657 DEBUG [btpool0-85 ] wire.header Wire-wire - << "X-AUSERNAME: anonymous[\r][\n]"
      2011-08-04 09:29:25,657 DEBUG [btpool0-85 ] wire.header Wire-wire - << "Content-Type: application/xml;charset=UTF-8[\r][\n]"
      2011-08-04 09:29:25,658 DEBUG [btpool0-85 ] wire.header Wire-wire - << "Content-Length: 579[\r][\n]"
      2011-08-04 09:29:25,658 DEBUG [btpool0-85 ] wire.header Wire-wire - << "Date: Wed, 03 Aug 2011 23:29:25 GMT[\r][\n]"
      2011-08-04 09:29:25,659 DEBUG [btpool0-85 ] wire.header Wire-wire - << "[\r][\n]"
      2011-08-04 09:29:25,666 DEBUG [btpool0-85 ] wire.content Wire-wire - << "<"
      2011-08-04 09:29:25,667 DEBUG [btpool0-85 ] wire.content Wire-wire - << "?"
      2011-08-04 09:29:25,667 DEBUG [btpool0-85 ] wire.content Wire-wire - << "x"
      2011-08-04 09:29:25,668 DEBUG [btpool0-85 ] wire.content Wire-wire - << "m"
      2011-08-04 09:29:25,668 DEBUG [btpool0-85 ] wire.content Wire-wire - << "l"
      2011-08-04 09:29:25,669 DEBUG [btpool0-85 ] wire.content Wire-wire - << " "
      2011-08-04 09:29:25,669 DEBUG [btpool0-85 ] wire.content Wire-wire - << "v"
      2011-08-04 09:29:25,669 DEBUG [btpool0-85 ] wire.content Wire-wire - << "e"
      2011-08-04 09:29:25,670 DEBUG [btpool0-85 ] wire.content Wire-wire - << "r"
      2011-08-04 09:29:25,670 DEBUG [btpool0-85 ] wire.content Wire-wire - << "s"
      2011-08-04 09:29:25,670 DEBUG [btpool0-85 ] wire.content Wire-wire - << "i"
      2011-08-04 09:29:25,671 DEBUG [btpool0-85 ] wire.content Wire-wire - << "o"
      2011-08-04 09:29:25,671 DEBUG [btpool0-85 ] wire.content Wire-wire - << "n"
      2011-08-04 09:29:25,671 DEBUG [btpool0-85 ] wire.content Wire-wire - << "="
      2011-08-04 09:29:25,672 DEBUG [btpool0-85 ] wire.content Wire-wire - << """
      2011-08-04 09:29:25,672 DEBUG [btpool0-85 ] wire.content Wire-wire - << "1"
      2011-08-04 09:29:25,673 DEBUG [btpool0-85 ] wire.content Wire-wire - << "."
      2011-08-04 09:29:25,673 DEBUG [btpool0-85 ] wire.content Wire-wire - << "0"
      2011-08-04 09:29:25,673 DEBUG [btpool0-85 ] wire.content Wire-wire - << """
      2011-08-04 09:29:25,674 DEBUG [btpool0-85 ] wire.content Wire-wire - << " "
      2011-08-04 09:29:25,674 DEBUG [btpool0-85 ] wire.content Wire-wire - << "e"
      2011-08-04 09:29:25,675 DEBUG [btpool0-85 ] wire.content Wire-wire - << "n"
      2011-08-04 09:29:25,675 DEBUG [btpool0-85 ] wire.content Wire-wire - << "c"
      2011-08-04 09:29:25,675 DEBUG [btpool0-85 ] wire.content Wire-wire - << "o"
      2011-08-04 09:29:25,676 DEBUG [btpool0-85 ] wire.content Wire-wire - << "d"
      2011-08-04 09:29:25,676 DEBUG [btpool0-85 ] wire.content Wire-wire - << "i"
      2011-08-04 09:29:25,677 DEBUG [btpool0-85 ] wire.content Wire-wire - << "n"
      2011-08-04 09:29:25,677 DEBUG [btpool0-85 ] wire.content Wire-wire - << "g"
      2011-08-04 09:29:25,677 DEBUG [btpool0-85 ] wire.content Wire-wire - << "="
      2011-08-04 09:29:25,678 DEBUG [btpool0-85 ] wire.content Wire-wire - << """
      2011-08-04 09:29:25,678 DEBUG [btpool0-85 ] wire.content Wire-wire - << "U"
      2011-08-04 09:29:25,678 DEBUG [btpool0-85 ] wire.content Wire-wire - << "T"
      2011-08-04 09:29:25,679 DEBUG [btpool0-85 ] wire.content Wire-wire - << "F"
      2011-08-04 09:29:25,679 DEBUG [btpool0-85 ] wire.content Wire-wire - << "-"
      2011-08-04 09:29:25,680 DEBUG [btpool0-85 ] wire.content Wire-wire - << "8"
      2011-08-04 09:29:25,680 DEBUG [btpool0-85 ] wire.content Wire-wire - << """
      2011-08-04 09:29:25,680 DEBUG [btpool0-85 ] wire.content Wire-wire - << " "
      2011-08-04 09:29:25,681 DEBUG [btpool0-85 ] wire.content Wire-wire - << "s"
      2011-08-04 09:29:25,681 DEBUG [btpool0-85 ] wire.content Wire-wire - << "t"
      2011-08-04 09:29:25,681 DEBUG [btpool0-85 ] wire.content Wire-wire - << "a"
      2011-08-04 09:29:25,682 DEBUG [btpool0-85 ] wire.content Wire-wire - << "n"
      2011-08-04 09:29:25,682 DEBUG [btpool0-85 ] wire.content Wire-wire - << "d"
      2011-08-04 09:29:25,683 DEBUG [btpool0-85 ] wire.content Wire-wire - << "a"
      2011-08-04 09:29:25,683 DEBUG [btpool0-85 ] wire.content Wire-wire - << "l"
      2011-08-04 09:29:25,683 DEBUG [btpool0-85 ] wire.content Wire-wire - << "o"
      2011-08-04 09:29:25,684 DEBUG [btpool0-85 ] wire.content Wire-wire - << "n"
      2011-08-04 09:29:25,684 DEBUG [btpool0-85 ] wire.content Wire-wire - << "e"
      2011-08-04 09:29:25,685 DEBUG [btpool0-85 ] wire.content Wire-wire - << "="
      2011-08-04 09:29:25,685 DEBUG [btpool0-85 ] wire.content Wire-wire - << """
      2011-08-04 09:29:25,685 DEBUG [btpool0-85 ] wire.content Wire-wire - << "y"
      2011-08-04 09:29:25,686 DEBUG [btpool0-85 ] wire.content Wire-wire - << "e"
      2011-08-04 09:29:25,686 DEBUG [btpool0-85 ] wire.content Wire-wire - << "s"
      2011-08-04 09:29:25,686 DEBUG [btpool0-85 ] wire.content Wire-wire - << """
      2011-08-04 09:29:25,687 DEBUG [btpool0-85 ] wire.content Wire-wire - << "?"
      2011-08-04 09:29:25,687 DEBUG [btpool0-85 ] wire.content Wire-wire - << ">"
      2011-08-04 09:29:25,688 DEBUG [btpool0-85 ] wire.content Wire-wire - << "<user name="user1" expand="attributes"><link rel="self" href="http://localhost:8080/rest/usermanagement/1/user?username=user1"/><first-name></first-name><last-name></last-name><display-name>user1 fullname</display-name><email>user1@atlassian.com</email><password><link rel="edit" href="http://localhost:8080/rest/usermanagement/1/user/password?username=user1"/></password><active>true</active><attributes><link rel="self" href="http://localhost:8080/rest/usermanagement/1/user/attribute?username=user1"/></attributes></user>"
      2011-08-04 09:29:25,689 INFO  [btpool0-85 ] perf.timer Timer-output - <- CrowdAuth.authenticate()  time 123328 micros mem_usage = 139757104 heapsize = 180772864 freemem = 41015760
      2011-08-04 09:29:25,689 INFO  [btpool0-85 ] fisheye.app DefaultUserManager-importUser - auto-import user: "user1"
      2011-08-04 09:29:25,695 DEBUG [btpool0-85 ] fisheye.app DefaultUserManager$20-write - adding user to DB
      2011-08-04 09:29:25,700 INFO  [btpool0-85 ] perf.timer Timer-output - -> CrowdAuth.authenticate() mem_usage = 139935600 heapsize = 180772864 freemem = 40837264
      2011-08-04 09:29:25,705 DEBUG [btpool0-85 ] wire.header Wire-wire - >> "POST /rest/usermanagement/1/authentication?username=user1 HTTP/1.1[\r][\n]"
      2011-08-04 09:29:25,705 DEBUG [btpool0-85 ] wire.header Wire-wire - >> "Accept: application/xml[\r][\n]"
      2011-08-04 09:29:25,706 DEBUG [btpool0-85 ] wire.header Wire-wire - >> "Authorization: Basic ZmlzaGV5ZTphZG1pbjM3MQ==[\r][\n]"
      2011-08-04 09:29:25,706 DEBUG [btpool0-85 ] wire.header Wire-wire - >> "User-Agent: Jakarta Commons-HttpClient/3.1[\r][\n]"
      2011-08-04 09:29:25,706 DEBUG [btpool0-85 ] wire.header Wire-wire - >> "Host: localhost:8080[\r][\n]"
      2011-08-04 09:29:25,707 DEBUG [btpool0-85 ] wire.header Wire-wire - >> "Cookie: $Version=0; JSESSIONID=E35A27AC8172F069ECF564D860326F5A; $Path=/[\r][\n]"
      2011-08-04 09:29:25,707 DEBUG [btpool0-85 ] wire.header Wire-wire - >> "Cookie: $Version=0; atlassian.xsrf.token=AW5I-PTEA-P9KO-2JBZ|abec57bce6dfc68178c026b6ab56f914c774a540|lout; $Path=/[\r][\n]"
      2011-08-04 09:29:25,708 DEBUG [btpool0-85 ] wire.header Wire-wire - >> "Content-Length: 104[\r][\n]"
      2011-08-04 09:29:25,708 DEBUG [btpool0-85 ] wire.header Wire-wire - >> "Content-Type: application/xml[\r][\n]"
      2011-08-04 09:29:25,708 DEBUG [btpool0-85 ] wire.header Wire-wire - >> "[\r][\n]"
      2011-08-04 09:29:25,709 DEBUG [btpool0-85 ] wire.content Wire-wire - >> "<?xml version="1.0" encoding="UTF-8" standalone="yes"?>[\n]"
      2011-08-04 09:29:25,709 DEBUG [btpool0-85 ] wire.content Wire-wire - >> "<password>[\n]"
      2011-08-04 09:29:25,709 DEBUG [btpool0-85 ] wire.content Wire-wire - >> "    <value>user1</value>[\n]"
      2011-08-04 09:29:25,710 DEBUG [btpool0-85 ] wire.content Wire-wire - >> "</password>[\n]"
      2011-08-04 09:29:25,781 DEBUG [btpool0-85 ] wire.header Wire-wire - << "HTTP/1.1 200 OK[\r][\n]"
      2011-08-04 09:29:25,782 DEBUG [btpool0-85 ] wire.header Wire-wire - << "HTTP/1.1 200 OK[\r][\n]"
      2011-08-04 09:29:25,782 DEBUG [btpool0-85 ] wire.header Wire-wire - << "Server: Apache-Coyote/1.1[\r][\n]"
      2011-08-04 09:29:25,782 DEBUG [btpool0-85 ] wire.header Wire-wire - << "X-AREQUESTID: 569x67x1[\r][\n]"
      2011-08-04 09:29:25,783 DEBUG [btpool0-85 ] wire.header Wire-wire - << "X-ASESSIONID: gbyo8z[\r][\n]"
      2011-08-04 09:29:25,783 DEBUG [btpool0-85 ] wire.header Wire-wire - << "X-Embedded-Crowd-Version: JIRA/4.3.4[\r][\n]"
      2011-08-04 09:29:25,784 DEBUG [btpool0-85 ] wire.header Wire-wire - << "X-Crowd-User-Management-Version: 1[\r][\n]"
      2011-08-04 09:29:25,784 DEBUG [btpool0-85 ] wire.header Wire-wire - << "X-Seraph-LoginReason: AUTHENTICATED_FAILED[\r][\n]"
      2011-08-04 09:29:25,784 DEBUG [btpool0-85 ] wire.header Wire-wire - << "X-AUSERNAME: anonymous[\r][\n]"
      2011-08-04 09:29:25,785 DEBUG [btpool0-85 ] wire.header Wire-wire - << "Content-Type: application/xml;charset=UTF-8[\r][\n]"
      2011-08-04 09:29:25,785 DEBUG [btpool0-85 ] wire.header Wire-wire - << "Content-Length: 579[\r][\n]"
      2011-08-04 09:29:25,786 DEBUG [btpool0-85 ] wire.header Wire-wire - << "Date: Wed, 03 Aug 2011 23:29:25 GMT[\r][\n]"
      2011-08-04 09:29:25,786 DEBUG [btpool0-85 ] wire.header Wire-wire - << "[\r][\n]"
      2011-08-04 09:29:25,793 DEBUG [btpool0-85 ] wire.content Wire-wire - << "<"
      2011-08-04 09:29:25,794 DEBUG [btpool0-85 ] wire.content Wire-wire - << "?"
      2011-08-04 09:29:25,794 DEBUG [btpool0-85 ] wire.content Wire-wire - << "x"
      2011-08-04 09:29:25,794 DEBUG [btpool0-85 ] wire.content Wire-wire - << "m"
      2011-08-04 09:29:25,795 DEBUG [btpool0-85 ] wire.content Wire-wire - << "l"
      2011-08-04 09:29:25,795 DEBUG [btpool0-85 ] wire.content Wire-wire - << " "
      2011-08-04 09:29:25,796 DEBUG [btpool0-85 ] wire.content Wire-wire - << "v"
      2011-08-04 09:29:25,796 DEBUG [btpool0-85 ] wire.content Wire-wire - << "e"
      2011-08-04 09:29:25,796 DEBUG [btpool0-85 ] wire.content Wire-wire - << "r"
      2011-08-04 09:29:25,797 DEBUG [btpool0-85 ] wire.content Wire-wire - << "s"
      2011-08-04 09:29:25,797 DEBUG [btpool0-85 ] wire.content Wire-wire - << "i"
      2011-08-04 09:29:25,797 DEBUG [btpool0-85 ] wire.content Wire-wire - << "o"
      2011-08-04 09:29:25,798 DEBUG [btpool0-85 ] wire.content Wire-wire - << "n"
      2011-08-04 09:29:25,798 DEBUG [btpool0-85 ] wire.content Wire-wire - << "="
      2011-08-04 09:29:25,798 DEBUG [btpool0-85 ] wire.content Wire-wire - << """
      2011-08-04 09:29:25,799 DEBUG [btpool0-85 ] wire.content Wire-wire - << "1"
      2011-08-04 09:29:25,799 DEBUG [btpool0-85 ] wire.content Wire-wire - << "."
      2011-08-04 09:29:25,800 DEBUG [btpool0-85 ] wire.content Wire-wire - << "0"
      2011-08-04 09:29:25,800 DEBUG [btpool0-85 ] wire.content Wire-wire - << """
      2011-08-04 09:29:25,800 DEBUG [btpool0-85 ] wire.content Wire-wire - << " "
      2011-08-04 09:29:25,801 DEBUG [btpool0-85 ] wire.content Wire-wire - << "e"
      2011-08-04 09:29:25,801 DEBUG [btpool0-85 ] wire.content Wire-wire - << "n"
      2011-08-04 09:29:25,802 DEBUG [btpool0-85 ] wire.content Wire-wire - << "c"
      2011-08-04 09:29:25,802 DEBUG [btpool0-85 ] wire.content Wire-wire - << "o"
      2011-08-04 09:29:25,802 DEBUG [btpool0-85 ] wire.content Wire-wire - << "d"
      2011-08-04 09:29:25,803 DEBUG [btpool0-85 ] wire.content Wire-wire - << "i"
      2011-08-04 09:29:25,803 DEBUG [btpool0-85 ] wire.content Wire-wire - << "n"
      2011-08-04 09:29:25,804 DEBUG [btpool0-85 ] wire.content Wire-wire - << "g"
      2011-08-04 09:29:25,804 DEBUG [btpool0-85 ] wire.content Wire-wire - << "="
      2011-08-04 09:29:25,804 DEBUG [btpool0-85 ] wire.content Wire-wire - << """
      2011-08-04 09:29:25,805 DEBUG [btpool0-85 ] wire.content Wire-wire - << "U"
      2011-08-04 09:29:25,805 DEBUG [btpool0-85 ] wire.content Wire-wire - << "T"
      2011-08-04 09:29:25,806 DEBUG [btpool0-85 ] wire.content Wire-wire - << "F"
      2011-08-04 09:29:25,806 DEBUG [btpool0-85 ] wire.content Wire-wire - << "-"
      2011-08-04 09:29:25,806 DEBUG [btpool0-85 ] wire.content Wire-wire - << "8"
      2011-08-04 09:29:25,807 DEBUG [btpool0-85 ] wire.content Wire-wire - << """
      2011-08-04 09:29:25,807 DEBUG [btpool0-85 ] wire.content Wire-wire - << " "
      2011-08-04 09:29:25,807 DEBUG [btpool0-85 ] wire.content Wire-wire - << "s"
      2011-08-04 09:29:25,808 DEBUG [btpool0-85 ] wire.content Wire-wire - << "t"
      2011-08-04 09:29:25,809 DEBUG [btpool0-85 ] wire.content Wire-wire - << "a"
      2011-08-04 09:29:25,809 DEBUG [btpool0-85 ] wire.content Wire-wire - << "n"
      2011-08-04 09:29:25,810 DEBUG [btpool0-85 ] wire.content Wire-wire - << "d"
      2011-08-04 09:29:25,810 DEBUG [btpool0-85 ] wire.content Wire-wire - << "a"
      2011-08-04 09:29:25,810 DEBUG [btpool0-85 ] wire.content Wire-wire - << "l"
      2011-08-04 09:29:25,811 DEBUG [btpool0-85 ] wire.content Wire-wire - << "o"
      2011-08-04 09:29:25,811 DEBUG [btpool0-85 ] wire.content Wire-wire - << "n"
      2011-08-04 09:29:25,811 DEBUG [btpool0-85 ] wire.content Wire-wire - << "e"
      2011-08-04 09:29:25,812 DEBUG [btpool0-85 ] wire.content Wire-wire - << "="
      2011-08-04 09:29:25,812 DEBUG [btpool0-85 ] wire.content Wire-wire - << """
      2011-08-04 09:29:25,813 DEBUG [btpool0-85 ] wire.content Wire-wire - << "y"
      2011-08-04 09:29:25,813 DEBUG [btpool0-85 ] wire.content Wire-wire - << "e"
      2011-08-04 09:29:25,813 DEBUG [btpool0-85 ] wire.content Wire-wire - << "s"
      2011-08-04 09:29:25,814 DEBUG [btpool0-85 ] wire.content Wire-wire - << """
      2011-08-04 09:29:25,814 DEBUG [btpool0-85 ] wire.content Wire-wire - << "?"
      2011-08-04 09:29:25,815 DEBUG [btpool0-85 ] wire.content Wire-wire - << ">"
      2011-08-04 09:29:25,815 DEBUG [btpool0-85 ] wire.content Wire-wire - << "<user name="user1" expand="attributes"><link rel="self" href="http://localhost:8080/rest/usermanagement/1/user?username=user1"/><first-name></first-name><last-name></last-name><display-name>user1 fullname</display-name><email>user1@atlassian.com</email><password><link rel="edit" href="http://localhost:8080/rest/usermanagement/1/user/password?username=user1"/></password><active>true</active><attributes><link rel="self" href="http://localhost:8080/rest/usermanagement/1/user/attribute?username=user1"/></attributes></user>"
      2011-08-04 09:29:25,816 INFO  [btpool0-85 ] perf.timer Timer-output - <- CrowdAuth.authenticate()  time 115681 micros mem_usage = 141142560 heapsize = 180772864 freemem = 39630304
      2011-08-04 09:29:25,822 DEBUG [btpool0-85 ] fisheye.app PreferenceManager-makeCookie - adding cookie / str=D%3D1312414165822
      2011-08-04 09:29:25,822 DEBUG [btpool0-85 ] fisheye.app PreferenceManager-makeCookie - adding cookie / str=D%3D1312414165822
      2011-08-04 09:29:25,826 DEBUG [btpool0-85 ] fisheye.perf ProfilingServletFilter-logRequest - end request POST /login?rememberme=yes&username=user1&origUrl=&password=XXXX sessionid=mn9fduf0jvdwnh534lho3xd1
      2011-08-04 09:29:25,829 DEBUG [btpool0-85 ] fisheye.perf ProfilingServletFilter-logRequest - start request GET / sessionid=mn9fduf0jvdwnh534lho3xd1
      

      Attachments

        Activity

          People

            pepoirot Pierre-Etienne Poirot (Inactive)
            ganand Gurleen Anand [Atlassian]
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 3.6h
                3.6h