> - > > > http_access deny !AuthorizedUsers > > > > ... performs authentication. Which was your problem > with > > Java... > > > > order is important! > > > > So does it mean, i need to put them as the following; > > ### For JAVA > acl Java browser Java/1.4 Java/1.5 Java/1.6 > acl testnet src 192.168.7.0/24 > acl testnet src 192.168.8.0/24 > http_access allow testnet Java > > http_access deny !AuthorizedUsers > Yes when i modified as the above, its working fine.... Now another doubt. will this solve the issues related to all the java sites?