Hi there!
After applying the security patch (really thank for it,
man!!) I've been experimenting some troubles if I try a
bad login. I was testing my application and I think
that the "fireLoginErrorEvent" is never fired for I've
got an exception when I send a bad login request.
I enclose the exception captured (it's the same we got
when the TWN wasn't fixed, I think).
rath.msnm.NotificationProcessor:
java.lang.reflect.InvocationTargetException
at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
rath.msnm.AbstractProcessor.run(AbstractProcessor.java:373)
Caused by: java.io.IOException: Server returned HTTP
response code: 401 for URL:
https://loginnet.passport.com/login2.srf
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown
So
urce)
at
com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl
.getInputStream(Unknown Source)
at rath.msnm.util.TWN.getTNPImpl(TWN.java:121)
at rath.msnm.util.TWN.getTNP(TWN.java:90)
at
rath.msnm.NotificationProcessor.processAuth(NotificationProcessor.jav
a:360)
... 5 more
Thanks for all!!
Keep on it!
Logged In: NO
I hava the same error.
Anybody can help me?