Sign in
apache
/
httpd-tests
/
refs/heads/trunk
/
.
/
t
/
htdocs
/
modules
/
proxy_html
/
fixups_case.html
blob: cb598233132c96b1105757cad4f374f2b8b86008 [
file
]
<!DOCTYPE html>
<html>
<head>
<title>
Fixups Case Test
</title>
</head>
<body>
<a
href
=
"http://a.example.com/Path/With/CAPS.html"
>
Mixed Case
</a>
<a
href
=
"http://a.example.com/ALL/UPPERCASE.HTML"
>
All Caps
</a>
</body>
</html>