Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

404 Not Found View CSS #27

Closed
JBoye opened this issue Sep 4, 2014 · 3 comments
Closed

404 Not Found View CSS #27

JBoye opened this issue Sep 4, 2014 · 3 comments

Comments

@JBoye
Copy link

JBoye commented Sep 4, 2014

The 404 View does not look good with long URLs.

urltrackerbefore

Using the Chromes web inspector, i added these lines to td

text-overflow: ellipsis;
white-space: nowrap;
max-width:400px;
overflow: hidden

After:
urltrackerafter

@kipusoep
Copy link
Owner

What version are you using? It's fine for me:
image

@JBoye
Copy link
Author

JBoye commented Oct 20, 2014

UrlTracker V3.0.1 and Umbraco 7.1.7

It only happends for extremely long URL (in our case spambots trying to inject php code in querystrings)

Something like:
cgi-bin/php-cgi?%2D%64+%61%6C%6C%6F%77%5F%75%72%6C%5F%69%6E%63%6C%75%64%65%3D%6F%6E+%2D%64+%73%61%66%65%5F%6D%6F%64%65%3D%6F%66%66+%2D%64+%73%75%68%6F%73%69%6E%2E%73%69%6D%75%6C%61%74%69%6F%6E%3D%6F%6E+%2D%64+%64%69%73%61%62%6C%65%5F%66%75%6E%63%74%69%6F%6E%73%3D%22%22+%2D%64+%6F%70%65%6E%5F%62%61%73%65%64%69%72%3D%6E%6F%6E%65+%2D%64+%61%75%74%6F%5F%70%72%65%70%65%6E%64%5F%66%69%6C%65%3D%70%68%70%3A%2F%2F%69%6E%70%75%74+%2D%64+%63%67%69%2E%66%6F%72%63%65%5F%72%65%64%69%72%65%63%74%3D%30+%2D%64+%63%67%69%2E%72%65%64%69%72%65%63%74%5F%73%74%61%74%75%73%5F%65%6E%76%3D%30+%2D%6E

@kipusoep
Copy link
Owner

Thanks for the suggestion. I've included it in v3.5.
Next time it would be cool if you could create a Pull Request ;-)

kipusoep added a commit that referenced this issue Feb 20, 2015
[BugFix] Manual redirects not working with root set to / ([#62](#62))
[Improvement] 404 Not Found View CSS ([#27](#27))
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants