Please file a Java bug report with Oracle.

On Thu, May 30, 2013 at 10:28 AM, Stadelmann Josef <
josef.stadelm...@axa-winterthur.ch> wrote:

> Thanks for the answer; it is what I expected; In this case it is as with
> ANT which also delegated something not****
>
> so precisely known to java, but java did not do it as expected; ****
>
> ** **
>
> Maybe a future version of java jdk will do a correct authentication
> including giving a hint to the proxy server to ****
>
> what the authentication schema to use should be
> "BASIC","DIGEST","NTLM","NEGOTIATE"; ****
>
> ** **
>
> again not all FW / proxy servers are setup like ours or demand like ours.;
> But one thing you can take for sure. ****
>
> Java alone is insufficient right now to do what we at our place need to be
> done; proper authentication toward a ****
>
> proxy / firewall to reach out to the world. Else it would work when I pass
> the JVM-switches as given in my initial ****
>
> e-mail to this topic, unfortunately it does not. ****
>
> ** **
>
> Josef  ****
>
> ** **
>
> *Von:* Robert Hanson [mailto:hans...@stolaf.edu]
> *Gesendet:* Dienstag, 28. Mai 2013 17:59
> *An**:* jmol-users@lists.sourceforge.net
>
> *Betreff:* Re: [Jmol-users] [jmol-13.0] behind a corporate fire wall****
>
> ** **
>
> ** **
>
> ** **
>
> On Mon, May 27, 2013 at 2:38 AM, Stadelmann Josef <
> josef.stadelm...@axa-winterthur.ch> wrote:****
>
> Thanks for the answers.
>
> The question I would have to Jmol developers is: which (apache) component
> is used
> to establish and maintain an outgoing http network connection? i.e.
>
> http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk****
>
> ** **
>
> (Sorry, that link is just to a directory. Was there something you wanted
> me to look at there?)
>
> We don't do anything at that level; we just call Java:
>
>       URLConnection conn = url.openConnection();
>       return new BufferedInputStream(conn.getInputStream());****
>
> nothing more than that. Whatever else is handled at the Java level.****
>
>  ****
>
> Josef
>
>
> -----Ursprüngliche Nachricht-----
> Von: Angel Herráez [mailto:angel.herr...@uah.es]
> Gesendet: Mittwoch, 22. Mai 2013 10:59
> An: jmol-users@lists.sourceforge.net
> Betreff: Re: [Jmol-users] [jmol-13.0] behind a corporate fire wall****
>
>
> Josef,
>
> You can easily check that this list is a very active forum, where messages
> are usually replied to very quickly.
>
> After some days of waiting you should get the impression that no one has
> had needs or problems related to firewalls. You should not assume ignorance
> of "what a firewall is", but lack of experience with trouble in that while
> using Jmol.
>
> >From your description and attempts, I would say that your problem may
> well be a Java issue more than a Jmol issue. Maybe you can find other
> forums with more expert people in that area.
>
> Sorry we couldn't help you, and good luck.
> The Jmol community will be happy to learn from the outcome.
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only
> SaaS-based application performance monitoring service that delivers
> powerful full stack analytics. Optimize and monitor your browser, app, &
> servers with just a few lines of code. Try New Relic and get this awesome
> Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
> _______________________________________________
> Jmol-users mailing list
> Jmol-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jmol-users
>
>
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
> _______________________________________________
> Jmol-users mailing list
> Jmol-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jmol-users****
>
>
>
>
> --
> Robert M. Hanson
> Larson-Anderson Professor of Chemistry
> Chair, Chemistry Department
> St. Olaf College
> Northfield, MN
> http://www.stolaf.edu/people/hansonr
>
>
> If nature does not answer first what we want,
> it is better to take what answer we get.
>
> -- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900****
>
>
> ------------------------------------------------------------------------------
> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
> Get 100% visibility into your production application - at no cost.
> Code-level diagnostics for performance bottlenecks with <2% overhead
> Download for free and get started troubleshooting in minutes.
> http://p.sf.net/sfu/appdyn_d2d_ap1
> _______________________________________________
> Jmol-users mailing list
> Jmol-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jmol-users
>
>


-- 
Robert M. Hanson
Larson-Anderson Professor of Chemistry
Chair, Chemistry Department
St. Olaf College
Northfield, MN
http://www.stolaf.edu/people/hansonr


If nature does not answer first what we want,
it is better to take what answer we get.

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to