You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/02/03 20:28:01 UTC

[Bug 333] New - accessing JSP page with long URL causes compile error BugRat Report#599

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=333

*** shadow/333	Sat Feb  3 11:28:01 2001
--- shadow/333.tmp.24441	Sat Feb  3 11:28:01 2001
***************
*** 0 ****
--- 1,23 ----
+ +============================================================================+
+ | accessing JSP page with long URL causes compile error BugRat Report#599    |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 333                         Product: Tomcat 3                |
+ |       Status: NEW                         Version: 3.2.1 Final             |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority: High                      Component: Jasper                  |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: bugzilla@apache.org                                          |
+ |  Reported By: anonymous-bug@cortexity.com                                  |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ Accessing a JSP page that is nested deep on a windows system causes the following error: 
+ 2000-12-15 11:10:28 - Ctx( /kbase ): JasperException: R( /kbase + /glossary/d7083/d70838351/def.jsp + null) 
+ Unable to compile class for JSPerror: 
+ Can't write: C:\jakarta-tomcat-3.2\work\localhost_8080%2Fkbase\glossary\d_00037_00030_00038_00033\d_00037_00030_00038_00033_00038_00033_00035_00031\_0002fglossary_0002fd_00037_00030_00038_00033_0002fd_00037_00030_00038_00033_00038_00033_00035_00031_0002fdef_0002ejspdef_jsp_0.class
+ Note: C:\jakarta-tomcat-3.2\work\localhost_8080%2Fkbase\_0002fglossary_0002fd_00037_00030_00038_00033_0002fd_00037_00030_00038_00033_00038_00033_00035_00031_0002fdef_0002ejspdef_jsp_0.java uses or overrides a deprecated API.  Recompile with "-deprecation" for details.1 error, 1 warning
+ 
+ This same JSP works on a higher lvl of the directory structure!