RE: [MarkLogic Dev General] RE: PassingauthenticationinformationinaURL

2010-04-18 Thread Geert Josten
I could use an app server with just enough authentication to execute the basic script plus xdmp:login perm, then do xdmp:login() to re-login as a different user ... provided there was some magic session thingy to pass along. Why do you want to re-login? To utilize permissions on the images?

RE: [MarkLogic Dev General] RE: PassingauthenticationinformationinaURL

2010-04-18 Thread Lee, David
Why do you want to re-login? To utilize permissions on the images? Yes. The theory being I could then count on ML to do authentication for me instead of making it up myself. This is all somewhat pedantic because in this case I don't really need high security for the images, just was hoping for

RE: [MarkLogic Dev General] RE: PassingauthenticationinformationinaURL

2010-04-18 Thread Danny Sokolsky
AM To: General Mark Logic Developer Discussion Subject: RE: [MarkLogic Dev General] RE: PassingauthenticationinformationinaURL Why do you want to re-login? To utilize permissions on the images? Yes. The theory being I could then count on ML to do authentication for me instead of making it up

Re: [MarkLogic Dev General] RE: PassingauthenticationinformationinaURL

2010-04-18 Thread Justin Makeig
David, Which FOP processor are you using on the Java side? Does it have specific configuration that would allow you to specify a user/password for HTTP authentication? Justin Justin Makeig Product Manager Mark Logic Corporation 999 Skyway Road Suite 200 San Carlos, CA 94070 +1 650 655 2387

RE: [MarkLogic Dev General] RE: PassingauthenticationinformationinaURL

2010-04-18 Thread Lee, David
, April 18, 2010 4:49 PM To: General Mark Logic Developer Discussion Subject: RE: [MarkLogic Dev General] RE: PassingauthenticationinformationinaURL I am probably not understanding something here, but how about you just pass the images that you need when you send the XML from MarkLogic to the XSLT

RE: [MarkLogic Dev General] RE: PassingauthenticationinformationinaURL

2010-04-18 Thread Lee, David
or machines over an open channel. -David From: general-boun...@developer.marklogic.com [mailto:general-boun...@developer.marklogic.com] On Behalf Of Justin Makeig Sent: Sunday, April 18, 2010 5:57 PM To: General Mark Logic Developer Discussion Subject: Re: [MarkLogic Dev General] RE

Re: [MarkLogic Dev General] RE: PassingauthenticationinformationinaURL

2010-04-18 Thread Walter Underwood
On Apr 18, 2010, at 6:23 PM, Lee, David wrote: This is all somewhat pedantic because in this case I don't really need high security for the images, just was hoping for a general solution that could be reused 'next time' when I really want security. There is a principle in agile programming named

RE: [MarkLogic Dev General] RE: PassingauthenticationinformationinaURL

2010-04-18 Thread Lee, David
: general-boun...@developer.marklogic.com [mailto:general-boun...@developer.marklogic.com] On Behalf Of Walter Underwood Sent: Sunday, April 18, 2010 9:34 PM To: General Mark Logic Developer Discussion Subject: Re: [MarkLogic Dev General] RE: PassingauthenticationinformationinaURL On Apr 18, 2010, at 6

RE: [MarkLogic Dev General] RE: PassingauthenticationinformationinaURL -- ZIP

2010-04-18 Thread Lee, David
Of Lee, David Sent: Sunday, April 18, 2010 9:15 PM To: General Mark Logic Developer Discussion Subject: RE: [MarkLogic Dev General] RE: PassingauthenticationinformationinaURL Its certainly *possible* to do this but it's not trivial. Right now I'm sending the single XML document as a PUT

Re: [MarkLogic Dev General] RE: PassingauthenticationinformationinaURL

2010-04-18 Thread Walter Underwood
...@developer.marklogic.commailto:general-boun...@developer.marklogic.com [mailto:general-boun...@developer.marklogic.com] On Behalf Of Walter Underwood Sent: Sunday, April 18, 2010 9:34 PM To: General Mark Logic Developer Discussion Subject: Re: [MarkLogic Dev General] RE: PassingauthenticationinformationinaURL On Apr 18, 2010, at 6

RE: [MarkLogic Dev General] RE: PassingauthenticationinformationinaURL

2010-04-18 Thread Lee, David
: general-boun...@developer.marklogic.com [mailto:general-boun...@developer.marklogic.com] On Behalf Of Walter Underwood Sent: Sunday, April 18, 2010 11:41 PM To: General Mark Logic Developer Discussion Subject: Re: [MarkLogic Dev General] RE: PassingauthenticationinformationinaURL We all want