maoyuan121 / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

Asterisks in Details... link on error log page #337

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Generate a new log with an id like 24434BA5-B6BE-4901-9335-61420E7BECA5
2. Go to the ELMAH error log page
3. Inspect the "Details..." link for the new log

What is the expected output? What do you see instead?
expected: <a 
href="/elmah.axd/detail?id=24434BA5-B6BE-4901-9335-61420E7BECA5">Details&hellip;
</a>
actual: <a 
href="/elmah.axd/detail?id=24434BA5-B6BE-***************E7BECA5">Details&hellip;
</a>

What version of the product are you using? On what operating system?
version 1.2.14706.955 on Windows Server 2008 R2 Standard

Please provide any additional information below.
It looks like the pattern 'dddd-dddd-ddddd', where d is a digit, gets replaced 
with asterisks.

Original issue reported on code.google.com by vlia...@gmail.com on 26 Jun 2013 at 8:29

GoogleCodeExporter commented 9 years ago
I forgot to mention that I am using the SQL Server Error Log.

Original comment by vlia...@gmail.com on 26 Jun 2013 at 10:08

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This issue can be closed. It is likely that the issue was not caused by a bug 
in ELMAH, but instead by a security module masking what it thought was 
sensitive data.

Original comment by vlia...@gmail.com on 29 Jun 2013 at 12:59

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 29 Jun 2013 at 11:39