https://issues.apache.org/bugzilla/show_bug.cgi?id=51739

Konstantin Kolinko <knst.koli...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |

--- Comment #6 from Konstantin Kolinko <knst.koli...@gmail.com> 2011-08-29 
18:07:50 UTC ---
(In reply to comment #5)
> To elaborate in order to avoid a REOPEN:
> 
> Flávio, you must have an enumerated type that is broken.

>From stacktrace and message it seems that valueOf(null) was called with null as
a value of HTTP method.

Looking at o.a.c.authenticator.FormAuthenticator class, there are three places
where "new SavedRequest()" constructor is called:
 one is in #saveRequest(),
 two are in #authenticate().

When in #saveRequest() the created SavedRequest object is filled with data, but
in #authenticate() only requestURI is set and thus SavedRequest#method remains
null.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to