I have updated changes that merge in the new support of HTTP headers in axis2_libcurl.c. But before checking anything in, I wanted to research the convention for revision comments, and what to do to make sure I don't mess up the file by inserting DOS carriage return characters. It appears to me from SVN documentation that the DOS end-of-line sequences inserted by Visual Studio should be cleaned up automatically, provided svn:eol-style is set to native. And the Apache recommendations seem to encourage this to be setup correctly when the files are first created. But, at least on the first file I checked, I couldn't see that the eol-style property was set.
So, what is the convention here? Do we not worry about this? Or should we run dos2unix to clean up files before checking them in from Windows? Thanks, Bill Mitchell -----Original Message----- From: Dinesh Premalal (JIRA) [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 3:08 AM To: [EMAIL PROTECTED] Subject: [jira] Commented: (AXIS2C-861) Enable client session management through http cookies in libcurl [ https://issues.apache.org/jira/browse/AXIS2C-861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563909#action_12563909 ] Dinesh Premalal commented on AXIS2C-861: ---------------------------------------- Hi Bill, I tried to commit this patch, but I couldn't. I think some line numbers are changed. If you could find some time please commit it. > Enable client session management through http cookies in libcurl > ---------------------------------------------------------------- > > Key: AXIS2C-861 > URL: https://issues.apache.org/jira/browse/AXIS2C-861 > Project: Axis2-C > Issue Type: Improvement > Components: transport/http > Affects Versions: Current (Nightly) > Environment: Windows XP, Visual Studio 2005, libxml, libcurl > Reporter: Bill Mitchell > Attachments: libcurl_diff > > > Many existing SOAP services maintain session context through HTTP cookies. > This can be seen in the prevalence of some mechanism to enable client cookies > in various SOAP stacks, including the Axis versions in Java and C++. Without > re-implementing all of this in the Axis2C http transport, it would be easy > and convenient to provide this support for Axis2C clients built with libcurl. > Libcurl already provides the underlying cookie support, all that is needed > is some mechanism to enable/disable this support with, say, the defined but > unused maintain_session option. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]