Hi !
Did someone notice the bug that the JSWDK-1.0EA does not accept jsp files
starting with a 'u' ?
I created a subproject 'repository', added the mapping entries to the
default.cfg file and created a first page called upload.jsp.
Each time when I tried to compile the page I got an error "Invalid escape
character". All the other subprojects I created were still working. I tried
to track down the error to the binary level, viewing the jsp file with a hex
editor, but no invalid character appears to be in the file.
Then I copied the content to another file, in another project, from which I
knew it was working. And, it works. so I renamed the page from upload.jsp to
test.jsp and it was working in this project too.
This led me to the conclusion that there must be something wrong with the
filename. Finally I found that the file is not allowed to be of the form
u*.jsp.
Are there any other characters I which are not allowed to use ? Maybe S, U,
N ? :=)
Michael
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".