[08:31:14 CDT(-0500)] <fairwinds> serac: hi ya
[08:31:24 CDT(-0500)] <serac> howdy
[08:31:54 CDT(-0500)] <fairwinds> I have been steadily working away. I have my erlang client working now
[08:32:09 CDT(-0500)] <serac> Language potpourri.
[08:33:10 CDT(-0500)] <fairwinds> serac: I wanted an integration with specific applications so yeah, had to go this way
[08:35:21 CDT(-0500)] <fairwinds> serac: kind of rough shifting gears between langs though. My ex wife was bilingual and sometimes when shifting gears she would call this frenglais cause a mixture of french and english. I have some fun sometimes with simple syntax mistakes for first couple of hours as I shift
[08:35:48 CDT(-0500)] <serac> Sounds completely normal.
[08:37:26 CDT(-0500)] <fairwinds> serac: I have been trying to get the REST thing to work. Followed instructions and set up dependency in pom.xml and put servelet in my web.xml. It is certainly activated but experiencing a problem
[08:37:49 CDT(-0500)] <fairwinds> serac: I am just using curl to examine requests at this point
[08:37:54 CDT(-0500)] <fairwinds> and also my logs
[08:38:16 CDT(-0500)] <serac> Share the error.
[08:38:25 CDT(-0500)] <fairwinds> well not using curl for logs but examining them after making the curl requests
[08:39:58 CDT(-0500)] <fairwinds> k, let me paste. It does not appear to be retrieving username password from params. Give me a sec to paste my curl and log info
[08:46:53 CDT(-0500)] <fairwinds> serac: k, here is my curl first https://gist.github.com/98b5ab3930b9137836ce
[08:49:38 CDT(-0500)] <serac> So you really have a user with those credentials?
[08:49:45 CDT(-0500)] <serac> testuser/password?
[08:50:05 CDT(-0500)] <serac> The server-side logs may shed more insight.
[08:51:02 CDT(-0500)] <fairwinds> serac: heh, yeah not so imaginative. this is just testing locally
[08:51:37 CDT(-0500)] <fairwinds> serac: https://gist.github.com/b56915bd7cec4428de9a
[08:51:46 CDT(-0500)] <fairwinds> serac: these are logs
[08:52:28 CDT(-0500)] <fairwinds> so what is happening is I am receiving no user info so my requests to my ticket end up with a null user
[08:53:09 CDT(-0500)] <fairwinds> I will be modifying my auth hander to look for this in future to throw an error rather than trying to retrieve user info with null
[08:53:42 CDT(-0500)] <fairwinds> but it seems I am not getting what I need from the restlet to the auth handler
[08:54:23 CDT(-0500)] <serac> Try not URL-encoding the POST data.
[08:54:39 CDT(-0500)] <fairwinds> k. give me a sec
Manage space
Manage content
Integrations