Environment Details java version "1.6.0_01" Java(TM) SE Runtime Environment (build 1.6.0_01-b06) Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode, sharing)
OS - Win XP - SP3 Got the problem. Problem is at Line 98 of org.apache.mina.proxy.handlers.http.ntlm.NTLMUtilities Since the out of command "ver" (Line 91) on my machine is "Microsoft Windows XP [Version 5.1.2600]" The code (Line 98) checks int pos = line.indexOf("version"); which fails and an exception is thrown and we get the default properties in exception block. Not sure of its a bug?