https://issues.apache.org/bugzilla/show_bug.cgi?id=50233
Summary: support long URLs (more than 2048) Product: Tomcat Connectors Version: 1.2.28 Platform: PC OS/Version: Windows Server 2003 Status: NEW Severity: critical Priority: P2 Component: isapi AssignedTo: dev@tomcat.apache.org ReportedBy: eyah1...@gmail.com The connector cannot handle URIs that are longer than 2047 characters. The error sent back is: jk_isapi_plugin.c (1853): error while getting the url The reason is that the URI fields are defined with the literal INTERNET_MAX_URL_LENGTH and it's probably too small in the environment in which the code was compiled. IIS supports much longer URLs so this should be easy to fix. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org