aoktox / pwm

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

Null pointer exception in SessionFilter.java on clean install #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. New install of PWM (from SVN, revision 108), no configuration
2. Open browser
3. Go to http(s)://<yoursite>:<port>/pwm/

What is the expected output? What do you see instead?

The expected output is a working site that allows you to create a starting 
configuration, but instead you get a null pointer exception, because there is 
no configuration.

What version of the product are you using? On what operating system?

revision 108 on Tomcat 6, SLES 11 P1

Please provide any additional information below.

A patch for SessionFilter.java is attached.

Original issue reported on code.google.com by menno.pi...@gmail.com on 25 Feb 2011 at 7:24

Attachments:

GoogleCodeExporter commented 9 years ago
Resolved in svn 109.

Original comment by jrivard on 25 Feb 2011 at 2:41