Submitted On 27-MAR-2001
nhedges
It's pretty fundamental for any multi-enterprise
implementation using Java Plug-In 1.3 over the Internet
that it works with the most commonly used Proxy Server.
Submitted On 24-MAY-2001
Claytonious
This is not only a problem with the plug-in, but with
applications as well.
Submitted On 24-MAY-2001
Claytonious
How are Java applications supposed to become commonplace if
they can't work through the most widely used proxy server?
Submitted On 07-JUN-2001
andyhedges
Yes, it is important to note that this issue is not
effecting applets but all java code that needs to pass
though a proxy server.
Submitted On 07-JUN-2001
andyhedges
_Undo_
Last comment should have read.
Yes, it is important to note that this issue is not _just_
effecting applets but all java code that needs to pass
though a proxy server.
Submitted On 11-JUN-2001
dmm
So much for the idea of java based web services!
Better to go .NET!
Submitted On 23-JUN-2001
langbehn@netcologne.de
Why do you not use your own implementation of java.net.Authenticator or what about using JAAS.
I think the problem is that your using NT challenge authentication. This is special in the Microsoft
domain and not a standard.
Submitted On 25-JUN-2001
jessh
Agreed. Use of NT challenge/response is a request for
incompatibility.
On the other hand, a free supply of a good number of
pluggable JAAS login modules would go a long ways to making
Java's handling of authentication challenges more seamless.
Submitted On 25-JUL-2001
andyhedges
OK, I can appreciate your stand against using proprietary
schemes but this doesn't not help the vast number of
developers out there who need write applications that run
through MS Proxy Server. At the end of the day, especially
with the number of 'Microsoft Houses' out there it will be
Sun that looses out (at least in the short term, who knows
about long term).
Whilst I appreciate that ISA does support RFC2617 digest
format AFAIK this is not the default. Incidentally it is
also possible to setup MS Proxy server so that the 1.3 JRE
can 'see through' but it is not the default.
It used to be the case that Sun would persue these matters
with M$ have you given up on that? It seems to me that Sun
would have a strong case especially as it's partners are
effected by this (Netscape won't run through MS Proxy
configured in the way described (default settings) above))
and could approach them together.
In summary I respect that none standard schemes should not
be supported but this does not help me or the other
developers in the Java community.
We are currently having to look into the legal and
technically viability of implementing CHAPS ourselves. If
anyone is think of doing this also the SAMBA source code is
a good starting point.
End of diatribe.
Submitted On 07-SEP-2001
Claytonious
My customers use MS Proxy Server. If my product doesn't
work with their proxy server, then they will buy my
competition's product instead. I cannot force my customers
to stop using a proprietary authentication scheme, even if
I don't like it.
Submitted On 10-DEC-2001
masticol
The evaluation is really amusing, since the 1.4 plugin is
still in beta and no downloadable codebase for the plugin is
available. So the client has to install the 1.4 beta (and
rip out any other plugins he has) to get the security stuff
to work. So much for the myth of platform independence!
Submitted On 31-DEC-2001
twoodruff
A workaround we use for applets is to have users access
them using SSL. This forces the Java plug-in to route
communication through the browser (which can authenticate
just fine). However, this workaround will go away for 1.4
when as Java-based SSL has been added.
I think it would be a good idea to add a plugin option to
route all http traffic through the browser. Users have a
difficult time understanding why one part of a page loads
and another doesn't. I believe that the Shockwave plugin
takes this approach.
Submitted On 25-FEB-2002
stevenv
IN the mean-time, you can ask your clients to enable both NTLM
authentication AND basic authentication. If they don't like
that, then they can install the Microsoft Proxy client and
use the WinSock proxy (which happens on a lower level than
an HTTP proxy). This is how we've been handling the problem
in my company.
Submitted On 03-MAY-2002
pricec
As Sun suggests, we are using MS ISA server. However this
only supports digest authentication on a Windows 2000
domain, not on an NT domain. I am unable to get the 1.4
plugin to run a single applet, and have had to revert back
to 1.3.
Submitted On 22-MAY-2002
holly_m
Since IE 'knows' NTLM, would it be possible to write a java
wrapper class that uses the 'IE dll' for port 80
communications? I am no expert, so I don't think I could do
it. If this is possible, we could piggy back on M$ and not
need to make modfication to the java runtimes.
Submitted On 22-MAY-2002
shuldos
This is a real killer for us - we have a legacy (Java 1.1)
application incorporating both a Java applet and a server,
running under IIS and happily using NT authentication. We
now want to upgrade the technology to Java 2 or .NET but NT
authentication is a SHOWSTOPPER for many of our customers.
This lack of desire on the part of Sun to support "non-
standard" but widely used technologies (out of spite???) is
forcing teams like mine to abandon Java and move to
technology more in line with our customers' requirements -
i.e.
Submitted On 31-MAY-2002
CDokolas
It seems that the web proxy part of our ISA Server (the
only way we have access to the outside) also supports basic
authentication (I've got GetRight and UD Agent running fine
with basic authentication), but I haven't got the slightest
why the JRE pluggin (I have 1.4.0 installed) doesn't see
that. It may be that the proxy only responds with an NTLM
authentication requirement.
Does HTTP support alternative authentication schemes via an
appropriately structured response?
Questions, questions... Too bad I don't have access to the
ISA Server's configuration :(
Submitted On 06-JUL-2002
richardporteous
I believe I have the same problem.
If I use a shared directory
<PARAM NAME="codebase" VALUE="file:/p:/appletdir/">
it works, but fails to load from URL
Submitted On 06-JUL-2002
richardporteous
should add this to the comment above
Didn't have this problem with 1.3.1 but do with 1.4.
Told my clients to put the whole webapp on thier intranet
but that did not fix it. Yes they use Windows NT 4.0, and
no, there is no proxy inside thier intranet.
Submitted On 06-SEP-2002
jim.willis
Would there be a way to tell the java vm to use another class
for its basic IP services? It is my understanding, that just
linking with the MS WebClient.dll or one of their libraries
would handle the authentication automagically. Then
someone could write a JNI based wrapper for the sockets and
we could just modify a system property
Submitted On 27-MAR-2003
stocktonbc
I have the same problem with MS ISA Server. Is there ever
likely to be a fix?
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|