X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/e8b8ed2bad293b190c6b2ce9a575e73fbf93e9e2..97f7cd947be1469c223d09b2e6573051f6629cee:/Projects/Webserver/Webserver.txt
diff --git a/Projects/Webserver/Webserver.txt b/Projects/Webserver/Webserver.txt
index f13c17f5b..5b62f067c 100644
--- a/Projects/Webserver/Webserver.txt
+++ b/Projects/Webserver/Webserver.txt
@@ -54,7 +54,8 @@
*
* To use this project, plug the USB AVR into a computer, so that it enumerates as a standard Mass Storage device. Load
* HTML files onto the disk, so that they can be served out to clients -- the default file to serve should be called
- * index.htm. Filenames must be in 8.3 format for them to be retrieved correctly by the webserver.
+ * index.htm. Filenames must be in 8.3 format for them to be retrieved correctly by the webserver, and the total
+ * requested file path must be equal to or less than 50 characters.
*
* When attached to a RNDIS class device, such as a USB (desktop) modem, the system will enumerate the device, set the
* appropriate parameters needed for connectivity and begin listening for new HTTP connections on port 80. The device IP,