Project

General

Profile

Defect #15233 » redmineconv.txt

Request and response - Jens Theisen, 2013-10-31 13:08

 
1
POST /redmine/users.xml HTTP/1.1
2
User-Agent: Fiddler
3
Host: ec2-54-205-110-71.compute-1.amazonaws.com
4
X-Redmine-API-Key: 9f76bc9447e1ff385302809e041b2490aa9b9048
5
Content-Length: 257
6

    
7
<?xml version="1.0" encoding="ISO-8859-1" ?>
8
<user>
9
  <login>jplang</login>
10
  <firstname>Jean-Philippe</firstname>
11
  <lastname>Lang</lastname>
12
  <password>secret</password>
13
  <mail>jp_lang@yahoo.fr</mail>
14
  <auth_source_id>2</auth_source_id>
15
</user>
16
HTTP/1.1 500 Internal Server Error
17
Date: Wed, 23 Oct 2013 18:54:30 GMT
18
Server: Apache
19
X-Request-Id: 15052b924ad5e23ba7528bcc1ad2019c
20
X-Runtime: 0.007612
21
X-Rack-Cache: invalidate, pass
22
X-Powered-By: Phusion Passenger 4.0.17
23
Content-Length: 674
24
Status: 500 Internal Server Error
25
Connection: close
26
Content-Type: text/html; charset=utf-8
27

    
28
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
29
   "http://www.w3.org/TR/html4/loose.dtd">
30
<html>
31
<title>Redmine 500 error</title>
32
<style>
33
body{
34
font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
35
color:#303030;
36
margin:10px;
37
}
38
h1{
39
font-size:1.5em;
40
}
41
p{
42
font-size:0.8em;
43
}
44
</style>
45
<body>
46
  <h1>Internal error</h1>
47
  <p>An error occurred on the page you were trying to access.<br />
48
  If you continue to experience problems please contact your Redmine administrator for assistance.</p>
49
  <p>If you are the Redmine administrator, check your log files for details about the error.</p>
50
  <p><a href="javascript:history.back()">Back</a></p>
51
</body>
52
</html>
(1-1/2)