bug 36867

2005-09-30 Thread Leon Rosenberg
just wondering why noone has set bug 36867 to invalid yet, since the
poster obviously doesn't know the difference between jsp and html
comments.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36867

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: bug 36867

2005-09-30 Thread Yoav Shapira
Hi,
Maybe no one has looked at it, or no one cares.  Feel free to add your comments
to this bug (and any others, of course), and/or contact the original poster to
correct his understanding.  In general here (and other Apache projects, and
most OSS projects) stuff gets done when it gets done, with no particular
deadlines.

Yoav

--- Leon Rosenberg [EMAIL PROTECTED] wrote:

 just wondering why noone has set bug 36867 to invalid yet, since the
 poster obviously doesn't know the difference between jsp and html
 comments.
 
 http://issues.apache.org/bugzilla/show_bug.cgi?id=36867
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36867] - Parser unable to identify commented lines ie: !-- xxxx --

2005-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36867.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36867





--- Additional Comments From [EMAIL PROTECTED]  2005-09-30 17:48 ---
I think you should use %-- --% style jsp comments, since jsp compiler can't
know whether you generate html, xml or whatever with your jsps and has to
evaluate everything which isn't out-commented.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: bug 36867

2005-09-30 Thread Bill Barker
It's not clear from the report (at least to someone with my lack of Jasper 
experiance :) that the report isn't  against a problem with a JSP-Document 
(aka XML-format).  Unlikely, but it needs to be checked before setting as 
INVALID.


- Original Message - 
From: Leon Rosenberg [EMAIL PROTECTED]

To: tomcat-dev@jakarta.apache.org
Sent: Friday, September 30, 2005 8:04 AM
Subject: bug 36867


just wondering why noone has set bug 36867 to invalid yet, since the
poster obviously doesn't know the difference between jsp and html
comments.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36867

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication 
in error, please notify us immediately by e-mail and then delete all copies of 
this message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through 
the Internet is not secure. Do not send confidential or sensitive information, 
such as social security numbers, account numbers, personal identification 
numbers and passwords, to us via ordinary (unencrypted) e-mail.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36867] New: - Parser unable to identify commented lines ie: !-- xxxx --

2005-09-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36867.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36867

   Summary: Parser unable to identify commented lines ie: !--  
--
   Product: Tomcat 5
   Version: 5.5.7
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: Jasper
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]


Parser unable to identify commented lines ie: !--     -- when there a 
jsp tag inside the comment it.

For ie this (see below) html line:

!-- wb:set  /wb:set --   

will produce this error (see below):

Caused by: 
org.apache.jasper.JasperException: /modules/retailSchedule/location/driverSetup
.jsp(71,15) The end tag lt;/wb:set is unbalanced
at org.apache.jasper.compiler.DefaultErrorHandler.jspError
(DefaultErrorHandler.java:39)
at org.apache.jasper.compiler.ErrorDispatcher.dispatch
(ErrorDispatcher.java:405)
at org.apache.jasper.compiler.ErrorDispatcher.jspError
(ErrorDispatcher.java:130)
at org.apache.jasper.compiler.Parser.checkUnbalancedEndTag
(Parser.java:1706)
at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1561)
at org.apache.jasper.compiler.Parser.parseBody(Parser.java:1789)
at org.apache.jasper.compiler.Parser.parseOptionalBody
(Parser.java:1060)
at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1367)
at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1560)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]