By the way, Should it show the hashed password at all? sounds like a
security vulnerability.


On Sun, Jun 10, 2012 at 3:23 PM, Ronen Itkin <[email protected]> wrote:

> Hey Marvin!
>
> I set the logging categories by adding the following lines to the log4j:
>
>   <logger name="org.hibernate.pretty">
>     <level value="DEBUG" />
>   </logger>
>
>   <logger name="org.hibernate.event">
>     <level value="DEBUG" />
>   </logger>
>
> And yet it appears with a question mark on the log:
> 2012-06-10 12:20:53,757 DEBUG [org.springframework.jdbc.core.JdbcTemplate]
> - Executing prepared SQL statement [Select count('x') from users Where name
> = ? And password = ?]
>
> Should I add something else to the log4j? any other ideas?
>
> Thanks!
>
>
>
>
> On Thu, Jun 7, 2012 at 10:29 PM, Marvin S. Addison <
> [email protected]> wrote:
>
>> 2012-06-06 08:40:06,092 DEBUG [org.springframework.jdbc.**
>>> core.JdbcTemplate]
>>> - Executing prepared SQL query
>>> 2012-06-06 08:40:06,095 DEBUG [org.springframework.jdbc.**
>>> core.JdbcTemplate]
>>> - Executing prepared SQL statement [Select count('x') from users Where
>>> name
>>> = ? And password = ?]
>>>
>>
>> Need to see the query parameters set for the query above to determine
>> whether the password is being hashed properly.  Please set the following
>> two logging categories and try again and post just the log entries related
>> to executing the database query:
>>
>> org.hibernate.event=DEBUG
>> org.hibernate.pretty=DEBUG
>>
>>
>> M
>>
>> --
>> You are currently subscribed to [email protected] as:
>> [email protected]
>> To unsubscribe, change settings or access archives, see
>> http://www.ja-sig.org/wiki/**display/JSG/cas-user<http://www.ja-sig.org/wiki/display/JSG/cas-user>
>>
>
>
>
> --
> *
> Ronen Itkin*
> Taykey | www.taykey.com
>
>


-- 
*
Ronen Itkin*
Taykey | www.taykey.com

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to