[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xmlblaster] java.lang.NullPointerException on doSend with svn checkout
Brad Clements wrote:
But wait, xmlblaster allowed it to login with the old password. So, I
think xmlblaster is caching htpasswd entries.. Is that correct?
In
http://www.xmlblaster.org/xmlBlaster/doc/requirements/security.htpasswd.html
we state:
"The password file is reloaded on each login, but not on client-reconnect."
I'm not sure if the reload is done on wrong passwords ...
Ah wait, and I think it's only using 8 character passwords too?
Yes, the ordinary crypt is limited in length.
I can't get the cpu load to go to 100% again with easy tests, so I
don't know what happened. If it happens again, how can I track down
what's causing the high load? I have jconsole enabled..
Try a 'kill -3 <pid>' or a 'killall -3 java', the dump could possibly
show what happens
Marcel