[seam-commits] [seam/faces] c09fe7: Fixing SEAMFACES-126
noreply at github.com
noreply at github.com
Thu Aug 25 18:05:52 EDT 2011
Branch: refs/heads/develop
Home: https://github.com/seam/faces
Commit: c09fe7ef75a9dab68a775287c35f31fcd491c8ed
https://github.com/seam/faces/commit/c09fe7ef75a9dab68a775287c35f31fcd491c8ed
Author: LightGuard <lightguard.jp at gmail.com>
Date: 2011-08-25 (Thu, 25 Aug 2011)
Changed paths:
M impl/src/main/java/org/jboss/seam/faces/security/SecurityPhaseListener.java
Log Message:
-----------
Fixing SEAMFACES-126
Logging a warning instead of an exception. This is really a
configuration issue. A 401 is actually the correct thing to do if there
is no configured page.
Also wrapping any output in an if statement to make sure we don't send
any of our output if the users have already pushed things out to the
output stream.
More information about the seam-commits
mailing list