ratcashdev / authenticroast

Automatically exported from code.google.com/p/authenticroast
1 stars 0 forks source link

Can't find JAAS config file with Tomcat 7 versioned webapp #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Deploy a web-app using AuthenticRoast using the versioning feature, e.g. 
web-app##001.war.
2. Attempt to login.
3. Observe the stack trace.

What is the expected output?

A login.

What do you see instead?

A stack trace.

What version of the product are you using?

Current.

On what operating system?

Windows Vista, Tomcat 7.0.27.

Please provide any additional information below.

The cause is a slight mishandling of the JAAS configuration file URL.

The attached version of JAASAuthContextImpl.java fixes the problem.

Original issue reported on code.google.com by EsmondP...@gmail.com on 29 Jun 2012 at 4:38

Attachments: