<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-12168038.post7848872410397761759..comments</id><updated>2011-10-11T14:08:43.938+05:30</updated><category term='Redmine'/><category term='PHP'/><category term='Tomcat'/><category term='WebService'/><category term='JBoss'/><category term='Http'/><category term='Maven'/><category term='Linux'/><category term='Hudson'/><category term='JTA'/><category term='Atomikos'/><category term='Apache'/><category term='Spring'/><category term='Java'/><category term='SVN'/><category term='NoSQL'/><category term='Artifactory'/><category term='Google'/><title type='text'>Comments on Vinod Singh: Proxy authentication in Java</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.vinodsingh.com/feeds/7848872410397761759/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html'/><author><name>विनोद सिंह</name><uri>https://profiles.google.com/103834618757927017718</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-xXpn1uzbbGo/AAAAAAAAAAI/AAAAAAAAC_c/hhEBO9tdJ54/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>19</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-12168038.post-4604068854022916568</id><published>2011-10-11T14:08:43.938+05:30</published><updated>2011-10-11T14:08:43.938+05:30</updated><title type='text'>i am trying to acces SSRS 2008 web services using ...</title><content type='html'>i am trying to acces SSRS 2008 web services using JAX-WS , tomcat 6, jdk1.6   form sun, on windows vista machine. but getPasswordAuthentication() is never called &amp;amp; client proxy pick  up the loged in user credentials from the machine itself.. please help</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/4604068854022916568'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/4604068854022916568'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html?showComment=1318322323938#c4604068854022916568' title=''/><author><name>Poonam Kamboj</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html' ref='tag:blogger.com,1999:blog-12168038.post-7848872410397761759' source='http://www.blogger.com/feeds/12168038/posts/default/7848872410397761759' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1058438838'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-8220933956583811315</id><published>2011-09-08T12:34:12.054+05:30</published><updated>2011-09-08T12:34:12.054+05:30</updated><title type='text'>Hi,

Thanks a lot for the post.

Regards
Aditya</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;Thanks a lot for the post.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Aditya</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/8220933956583811315'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/8220933956583811315'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html?showComment=1315465452054#c8220933956583811315' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html' ref='tag:blogger.com,1999:blog-12168038.post-7848872410397761759' source='http://www.blogger.com/feeds/12168038/posts/default/7848872410397761759' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1640711106'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-2506716558753780122</id><published>2011-05-27T16:06:47.513+05:30</published><updated>2011-05-27T16:06:47.513+05:30</updated><title type='text'>1. import java.net.Authenticator;  
2.   
3. class...</title><content type='html'>1. import java.net.Authenticator;  &lt;br /&gt;2.   &lt;br /&gt;3. class ProxyAuthenticator extends Authenticator {  &lt;br /&gt;4.   &lt;br /&gt;5.     private String user, password;  &lt;br /&gt;6.   &lt;br /&gt;7.     public ProxyAuthenticator(String user, String password) {  &lt;br /&gt;8.         this.user = user;  &lt;br /&gt;9.         this.password = password;  &lt;br /&gt;10.     }  &lt;br /&gt;11.   &lt;br /&gt;12.     protected PasswordAuthentication getPasswordAuthentication() {  &lt;br /&gt;13.         return new PasswordAuthentication(user, password.toCharArray());  &lt;br /&gt;14.     }  &lt;br /&gt;15. }  &lt;br /&gt;&lt;br /&gt;I have implemented above.&lt;br /&gt;&lt;br /&gt;I want to verify that the provided username and password are correct for that proxy,&lt;br /&gt;When password authorization is not needed means getPasswordAuthentication() will not call at this time.&lt;br /&gt;I need this to ensure the username and password are correct when they needed means when getPasswordAuthentication() will call.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/2506716558753780122'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/2506716558753780122'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html?showComment=1306492607513#c2506716558753780122' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html' ref='tag:blogger.com,1999:blog-12168038.post-7848872410397761759' source='http://www.blogger.com/feeds/12168038/posts/default/7848872410397761759' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-979972698'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-5597459238448460346</id><published>2011-02-08T16:35:18.412+05:30</published><updated>2011-02-08T16:35:18.412+05:30</updated><title type='text'>Thank you alot. Your solution worked perfectly wel...</title><content type='html'>Thank you alot. Your solution worked perfectly well. It is accepted by the proxy without any hitches.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/5597459238448460346'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/5597459238448460346'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html?showComment=1297163118412#c5597459238448460346' title=''/><author><name>George</name><uri>http://www.blogger.com/profile/10476071165228459808</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html' ref='tag:blogger.com,1999:blog-12168038.post-7848872410397761759' source='http://www.blogger.com/feeds/12168038/posts/default/7848872410397761759' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2001297896'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-1047685117876571745</id><published>2011-01-13T12:23:16.404+05:30</published><updated>2011-01-13T12:23:16.404+05:30</updated><title type='text'>Thank you very much!
It worked!</title><content type='html'>Thank you very much!&lt;br /&gt;It worked!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/1047685117876571745'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/1047685117876571745'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html?showComment=1294901596404#c1047685117876571745' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html' ref='tag:blogger.com,1999:blog-12168038.post-7848872410397761759' source='http://www.blogger.com/feeds/12168038/posts/default/7848872410397761759' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1392375143'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-8432797277469245456</id><published>2010-10-15T16:37:00.131+05:30</published><updated>2010-10-15T16:37:00.131+05:30</updated><title type='text'>Yes it worked for me.

But the problem is that its...</title><content type='html'>Yes it worked for me.&lt;br /&gt;&lt;br /&gt;But the problem is that its caching the credentials which are provided for the first call and is not picking up the new credentials.&lt;br /&gt;&lt;br /&gt;Please suggest how we can reset the JVM cache for java.net.Authenticator object reference.&lt;br /&gt;&lt;br /&gt;Thanks</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/8432797277469245456'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/8432797277469245456'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html?showComment=1287140820131#c8432797277469245456' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html' ref='tag:blogger.com,1999:blog-12168038.post-7848872410397761759' source='http://www.blogger.com/feeds/12168038/posts/default/7848872410397761759' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2063511175'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-6726168542065625515</id><published>2010-08-24T14:39:02.517+05:30</published><updated>2010-08-24T14:39:02.517+05:30</updated><title type='text'>Is there any way to setting proxy config to partic...</title><content type='html'>Is there any way to setting proxy config to particular class? Or else, is there any way to setting proxy config to jax-ws? I don&amp;#39;t want to touch global jvm config(&lt;br /&gt;System.setProperty(&amp;quot;http.proxyHost&amp;quot;, &amp;quot;proxy host&amp;quot;);).&lt;br /&gt;Because I concern it will effect to all other classes which are connecting to network things(various host and ip which are actually local). I don&amp;#39;t want to exclude em by &amp;quot;http.nonProxyHosts&amp;quot; also. Is there any way? Thanks in adv for help.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/6726168542065625515'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/6726168542065625515'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html?showComment=1282640942517#c6726168542065625515' title=''/><author><name>j0k3r</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html' ref='tag:blogger.com,1999:blog-12168038.post-7848872410397761759' source='http://www.blogger.com/feeds/12168038/posts/default/7848872410397761759' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1514122576'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-5937954966070004064</id><published>2010-08-23T15:09:28.640+05:30</published><updated>2010-08-23T15:09:28.640+05:30</updated><title type='text'>yeah...it worked for me....

 - Anurag Verma</title><content type='html'>yeah...it worked for me....&lt;br /&gt;&lt;br /&gt; - Anurag Verma</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/5937954966070004064'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/5937954966070004064'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html?showComment=1282556368640#c5937954966070004064' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html' ref='tag:blogger.com,1999:blog-12168038.post-7848872410397761759' source='http://www.blogger.com/feeds/12168038/posts/default/7848872410397761759' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1385872938'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-8159982953053277143</id><published>2010-03-17T21:21:46.790+05:30</published><updated>2010-03-17T21:21:46.790+05:30</updated><title type='text'>NO, it works without that.</title><content type='html'>NO, it works without that.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/8159982953053277143'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/8159982953053277143'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html?showComment=1268841106790#c8159982953053277143' title=''/><author><name>Vinod Singh</name><uri>http://www.blogger.com/profile/14429571106836951918</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='29' src='http://2.bp.blogspot.com/_Kn0LXTsgm7w/SYMuIYoHruI/AAAAAAAAABw/GzpsXli4_hE/S220/vinod.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html' ref='tag:blogger.com,1999:blog-12168038.post-7848872410397761759' source='http://www.blogger.com/feeds/12168038/posts/default/7848872410397761759' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-330575695'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-6451142453494507769</id><published>2010-03-17T21:19:40.998+05:30</published><updated>2010-03-17T21:19:40.998+05:30</updated><title type='text'>Do you need to set any SecurityManager in order fo...</title><content type='html'>Do you need to set any SecurityManager in order for&lt;br /&gt;Authenticator.setDefault(new ProxyAuthenticator(&amp;quot;user&amp;quot;, &amp;quot;password&amp;quot;)); &lt;br /&gt;to work?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/6451142453494507769'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/6451142453494507769'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html?showComment=1268840980998#c6451142453494507769' title=''/><author><name>Maciej</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html' ref='tag:blogger.com,1999:blog-12168038.post-7848872410397761759' source='http://www.blogger.com/feeds/12168038/posts/default/7848872410397761759' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1139664392'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-3514178451073997030</id><published>2010-02-16T23:42:02.072+05:30</published><updated>2010-02-16T23:42:02.072+05:30</updated><title type='text'>is there a way , where you can set proxyUser, and ...</title><content type='html'>is there a way , where you can set proxyUser, and proxyPassword, without setting property in System class.&lt;br /&gt;Because i have this issue on Weblogic, not able to set property in system class(i mean the system.setProperty has no effect)&lt;br /&gt;I tried apach HttpClient as well, it doesnot support NTLM.&lt;br /&gt;&lt;br /&gt;Tejas</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/3514178451073997030'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/3514178451073997030'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html?showComment=1266343922072#c3514178451073997030' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html' ref='tag:blogger.com,1999:blog-12168038.post-7848872410397761759' source='http://www.blogger.com/feeds/12168038/posts/default/7848872410397761759' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-460553258'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-2294003638232448467</id><published>2009-08-24T18:03:41.754+05:30</published><updated>2009-08-24T18:03:41.754+05:30</updated><title type='text'>I think it should, though I never tried it for ftp...</title><content type='html'>I think it should, though I never tried it for ftp protocol hence no definitive answer ;-)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/2294003638232448467'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/2294003638232448467'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html?showComment=1251117221754#c2294003638232448467' title=''/><author><name>Vinod Singh</name><uri>http://www.blogger.com/profile/14429571106836951918</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='29' src='http://2.bp.blogspot.com/_Kn0LXTsgm7w/SYMuIYoHruI/AAAAAAAAABw/GzpsXli4_hE/S220/vinod.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html' ref='tag:blogger.com,1999:blog-12168038.post-7848872410397761759' source='http://www.blogger.com/feeds/12168038/posts/default/7848872410397761759' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-330575695'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-4528880516295733826</id><published>2009-08-24T17:59:14.582+05:30</published><updated>2009-08-24T17:59:14.582+05:30</updated><title type='text'>Would this work for ftp.proxy* as well?</title><content type='html'>Would this work for ftp.proxy* as well?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/4528880516295733826'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/4528880516295733826'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html?showComment=1251116954582#c4528880516295733826' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html' ref='tag:blogger.com,1999:blog-12168038.post-7848872410397761759' source='http://www.blogger.com/feeds/12168038/posts/default/7848872410397761759' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-104410567'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-6796379512119352773</id><published>2009-03-23T18:51:00.000+05:30</published><updated>2009-03-23T18:51:00.000+05:30</updated><title type='text'>&lt;i&gt;thanks Mr.vinod,i tried this and it worked prop...</title><content type='html'>&lt;I&gt;thanks Mr.vinod,i tried this and it worked properly.......&lt;/I&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/6796379512119352773'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/6796379512119352773'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html?showComment=1237814460000#c6796379512119352773' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html' ref='tag:blogger.com,1999:blog-12168038.post-7848872410397761759' source='http://www.blogger.com/feeds/12168038/posts/default/7848872410397761759' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-888408919'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-2805896364128067142</id><published>2008-12-30T10:28:00.000+05:30</published><updated>2008-12-30T10:28:00.000+05:30</updated><title type='text'>subWiz,&lt;br&gt;&lt;br&gt;Thanks, for the update.</title><content type='html'>subWiz,&lt;BR/&gt;&lt;BR/&gt;Thanks, for the update.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/2805896364128067142'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/2805896364128067142'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html?showComment=1230613080000#c2805896364128067142' title=''/><author><name>Vinod Singh</name><uri>http://www.blogger.com/profile/14429571106836951918</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_Kn0LXTsgm7w/SOFoeyYlzRI/AAAAAAAAAAM/xEr5n8EVELE/S220/DSC00150.JPG'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html' ref='tag:blogger.com,1999:blog-12168038.post-7848872410397761759' source='http://www.blogger.com/feeds/12168038/posts/default/7848872410397761759' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-330575695'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-7813635569090895571</id><published>2008-12-30T10:13:00.000+05:30</published><updated>2008-12-30T10:13:00.000+05:30</updated><title type='text'>This example uses System properties. This is not i...</title><content type='html'>This example uses System properties. This is not ideal for web applications--as this system property will affect the complete JVM running the web application.&lt;BR/&gt;&lt;BR/&gt;We ran into issues when we deployed two web-applications, one of which connected to a local HTTP server, and the other using proxy connected to a internet site. When we set the system properties, the one requiring local connection was also trying to go through the proxy.&lt;BR/&gt;&lt;BR/&gt;Finally we used Apache HTTP Client:&lt;BR/&gt;&lt;BR/&gt;http://hc.apache.org/httpcomponents-client/index.html&lt;BR/&gt;&lt;BR/&gt;This has a neat proxy authentication implementation.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/7813635569090895571'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/7813635569090895571'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html?showComment=1230612180000#c7813635569090895571' title=''/><author><name>subWiz</name><uri>http://www.blogger.com/profile/05854955140158998481</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_YOpaC2kjJqw/SNMp0N-r-PI/AAAAAAAAAJc/q-ur9exaDn0/S220/subhash.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html' ref='tag:blogger.com,1999:blog-12168038.post-7848872410397761759' source='http://www.blogger.com/feeds/12168038/posts/default/7848872410397761759' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-491993260'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-8673572047510290095</id><published>2008-10-30T11:51:00.000+05:30</published><updated>2008-10-30T11:51:00.000+05:30</updated><title type='text'>i tried this. but i m getting following exception&lt;...</title><content type='html'>i tried this. but i m getting following exception&lt;BR/&gt;&lt;BR/&gt;can u help  me out ????&lt;BR/&gt;&lt;BR/&gt;*************************************************************&lt;BR/&gt;&lt;BR/&gt;11:44:16,688 INFO [STDOUT] 2008-10-30 11:44:16,688 ERROR [HttpMethodDirector-authenticate-235]-Credentials cannot be used for NTLM authentication: org.apache.commons.httpclient.UsernamePasswordCredentials&lt;BR/&gt;&lt;BR/&gt;&lt;BR/&gt;org.apache.commons.httpclient.auth.InvalidCredentialsException: Credentials cannot be used for NTLM authentication: org.apache.commons.httpclient.UsernamePasswordCredentials&lt;BR/&gt;&lt;BR/&gt;&lt;BR/&gt;11:44:16,719 INFO [STDOUT] 2008-10-30 11:44:16,719 ERROR [searchTrip_jsp-_jspService-658]-Transport error: 407 Error: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )&lt;BR/&gt;org.apache.axis2.AxisFault: Transport error: 407 Error: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )&lt;BR/&gt;&lt;BR/&gt;&lt;BR/&gt;&lt;BR/&gt;&lt;BR/&gt;***************************************************************</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/8673572047510290095'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/8673572047510290095'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html?showComment=1225347660000#c8673572047510290095' title=''/><author><name>____</name><uri>http://www.blogger.com/profile/06389122730937758437</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html' ref='tag:blogger.com,1999:blog-12168038.post-7848872410397761759' source='http://www.blogger.com/feeds/12168038/posts/default/7848872410397761759' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1896885048'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-453091826882752544</id><published>2008-08-05T09:46:00.000+05:30</published><updated>2008-08-05T09:46:00.000+05:30</updated><title type='text'>Hi Praveen,&lt;br&gt;&lt;br&gt;No Idea about WL 9.2, though it...</title><content type='html'>Hi Praveen,&lt;BR/&gt;&lt;BR/&gt;No Idea about WL 9.2, though it works fine on Tomcat.&lt;BR/&gt;&lt;BR/&gt;Thanks,&lt;BR/&gt;Vinod</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/453091826882752544'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/453091826882752544'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html?showComment=1217909760000#c453091826882752544' title=''/><author><name>Vinod Singh</name><uri>http://www.blogger.com/profile/13166513089494335418</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html' ref='tag:blogger.com,1999:blog-12168038.post-7848872410397761759' source='http://www.blogger.com/feeds/12168038/posts/default/7848872410397761759' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1044016967'/></entry><entry><id>tag:blogger.com,1999:blog-12168038.post-402575886311185067</id><published>2008-07-31T16:47:00.000+05:30</published><updated>2008-07-31T16:47:00.000+05:30</updated><title type='text'>Hi&lt;br&gt;&lt;br&gt;This works fine in case of stand alone p...</title><content type='html'>Hi&lt;BR/&gt;&lt;BR/&gt;This works fine in case of stand alone program. But in case of a web application it is throwing&lt;BR/&gt;&lt;BR/&gt;Proxy authentication requires error.&lt;BR/&gt;&lt;BR/&gt;Is there any thing to change in the code, when run as a web application.&lt;BR/&gt;&lt;BR/&gt;I am using weblogic 9.2 to run my application.&lt;BR/&gt;&lt;BR/&gt;Can you please help me ijn this case.&lt;BR/&gt;&lt;BR/&gt;Thanks in Advance&lt;BR/&gt;Praveen</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/402575886311185067'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12168038/7848872410397761759/comments/default/402575886311185067'/><link rel='alternate' type='text/html' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html?showComment=1217503020000#c402575886311185067' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vinodsingh.com/2008/05/proxy-authentication-in-java.html' ref='tag:blogger.com,1999:blog-12168038.post-7848872410397761759' source='http://www.blogger.com/feeds/12168038/posts/default/7848872410397761759' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1480682074'/></entry></feed>
