You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Davanum Srinivas <da...@gmail.com> on 2004/09/01 04:07:51 UTC

Re: digest authenticaiton support in axis1.2beta

Awesome :)

-- dims

On Tue, 31 Aug 2004 13:10:01 -0700 (PDT), Robert Badaracco
<ba...@yahoo.com> wrote:
> Davanum,
> 
> Thanks, I just got my MapPoint applciation running
> using Axis1.2beta with Commons HTTP Client eliminating
> the need to use SimpleHTTPSender.java. Much better
> performance.
> 
> Bob
> 
> 
> --- Davanum Srinivas <da...@gmail.com> wrote:
> 
> > Change the HTTPSender to CommonsHTTPSender in
> > client-config wsdd.
> >
> > -- dims
> >
> > On Tue, 31 Aug 2004 07:34:54 -0700 (PDT), Robert
> > Badaracco
> > <ba...@yahoo.com> wrote:
> > > Steve,
> > >
> > > Thanks for the response. Is there some sample code
> > > that I can look at that uses commons http sender
> > to do
> > > digest authentication?
> > >
> > > Thanks,
> > > Bob
> > >
> > >
> > > --- Steve Loughran <st...@apache.org> wrote:
> > >
> > > > David D. Lucas wrote:
> > > > > Perhaps the default should change to using
> > > > CommonsHTTPSender ?
> > > > > That would help out a lot of folks.
> > > >
> > > > yes, except then you'd need commons http sender
> > for
> > > > everything to work,
> > > > and we try and keep the out-the-box dependencies
> > to
> > > > a minimum, even
> > > > though they are pretty high as is. People dont
> > like
> > > > it if we add new
> > > > dependencies, either,.
> > > >
> > >
> > >
> > > __________________________________
> > > Do you Yahoo!?
> > > Read only the mail you want - Yahoo! Mail
> > SpamGuard.
> > >
> > >
> > > http://promotions.yahoo.com/new_mail
> > >
> >
> >
> > --
> > Davanum Srinivas -
> > http://webservices.apache.org/~dims/
> >
> 
>                 
> _______________________________
> Do you Yahoo!?
> Win 1 of 4,000 free domain names from Yahoo! Enter now.
> http://promotions.yahoo.com/goldrush
> 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/

Log4j issue in axis1.2beta and Commons HTTP Client

Posted by Robert Badaracco <ba...@yahoo.com>.
Davanum,

Can't seem to turn off the logger on this message
that's sent to the console from Commons HTTP client:

[9/1/04 10:02:16:699 EDT]  7505bb0 HttpMethodBas I
org.apache.commons.httpclient.HttpMethodBase 
Discarding unexpected response: HTTP/1.1 100 Continue

My log4j.properties file is initialized by a servlet
that reads the following XML file:

Note that the priority value is set to 'error'. I
think
the console message above is a warning that occurs
during the retry...


<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">

<log4j:configuration
xmlns:log4j="http://jakarta.apache.org/log4j/">
        
  <renderer
   
renderingClass="com.mbusa.locator.http.HttpUserEventLogEntryRenderer"
   
renderedClass="com.mbusa.locator.http.HttpUserEventLogEntry"
/>

  <renderer
   
renderingClass="com.mbusa.locator.UserEventLogEntryRenderer"
   
renderedClass="com.mbusa.locator.UserEventLogEntry" />

    <appender name="UserEventLogAppender"
class="org.apache.log4j.FileAppender">
    <param name="File"
value="c:/temp/DealerLocatorUserEvents.csv"/>
    <param name="Append" value="true"/>
    <layout class="org.apache.log4j.PatternLayout" />
    
  </appender>

  <root>
    <priority value ="error"/>
    <appender-ref ref="UserEventLogAppender"/>
  </root>

</log4j:configuration>


--- Davanum Srinivas <da...@gmail.com> wrote:

> Awesome :)
> 
> -- dims
> 
> On Tue, 31 Aug 2004 13:10:01 -0700 (PDT), Robert
> Badaracco
> <ba...@yahoo.com> wrote:
> > Davanum,
> > 
> > Thanks, I just got my MapPoint applciation running
> > using Axis1.2beta with Commons HTTP Client
> eliminating
> > the need to use SimpleHTTPSender.java. Much better
> > performance.
> > 
> > Bob
> > 
> > 
> > --- Davanum Srinivas <da...@gmail.com> wrote:
> > 
> > > Change the HTTPSender to CommonsHTTPSender in
> > > client-config wsdd.
> > >
> > > -- dims
> > >
> > > On Tue, 31 Aug 2004 07:34:54 -0700 (PDT), Robert
> > > Badaracco
> > > <ba...@yahoo.com> wrote:
> > > > Steve,
> > > >
> > > > Thanks for the response. Is there some sample
> code
> > > > that I can look at that uses commons http
> sender
> > > to do
> > > > digest authentication?
> > > >
> > > > Thanks,
> > > > Bob
> > > >
> > > >
> > > > --- Steve Loughran <st...@apache.org> wrote:
> > > >
> > > > > David D. Lucas wrote:
> > > > > > Perhaps the default should change to using
> > > > > CommonsHTTPSender ?
> > > > > > That would help out a lot of folks.
> > > > >
> > > > > yes, except then you'd need commons http
> sender
> > > for
> > > > > everything to work,
> > > > > and we try and keep the out-the-box
> dependencies
> > > to
> > > > > a minimum, even
> > > > > though they are pretty high as is. People
> dont
> > > like
> > > > > it if we add new
> > > > > dependencies, either,.
> > > > >
> > > >
> > > >
> > > > __________________________________
> > > > Do you Yahoo!?
> > > > Read only the mail you want - Yahoo! Mail
> > > SpamGuard.
> > > >
> > > >
> > > > http://promotions.yahoo.com/new_mail
> > > >
> > >
> > >
> > > --
> > > Davanum Srinivas -
> > > http://webservices.apache.org/~dims/
> > >
> > 
> >                 
> > _______________________________
> > Do you Yahoo!?
> > Win 1 of 4,000 free domain names from Yahoo! Enter
> now.
> > http://promotions.yahoo.com/goldrush
> > 
> 
> 
> -- 
> Davanum Srinivas -
> http://webservices.apache.org/~dims/
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com