DO NOT REPLY [Bug 46564] New: .tagx files don't compile if the document and page encoding casing differs

2009-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46564

   Summary: .tagx files don't compile if the document and page
encoding casing differs
   Product: Tomcat 6
   Version: 6.0.18
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P3
 Component: Jasper
AssignedTo: dev@tomcat.apache.org
ReportedBy: daan.k...@blackbit.net


Jasper will raise an error like

/WEB-INF/tags/sampletaglib/sampletag.tagx(3,99) Page-encoding specified in XML
prolog (iso-8859-1) is different from that specified in page directive
(ISO-8859-1)

if the encoding specified within the XML prolog and the page directive use
different casing:


http://java.sun.com/JSP/Page"; version="2.0">


This is a sample tag!



Proposed solution: Compare the encodings case-insensitive. For example:

iso-8859-1 and ISO-8859-1 are both valid identifiers for the same encoding.


-- 
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



DO NOT REPLY [Bug 46557] Calling a Java Servlet from a JSP Page - Tomcat server

2009-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46557


Pid  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #1 from Pid   2009-01-20 05:17:51 PST ---
This isn't a bug.  

In short your forms 'action' attribute should contain the servlet url-pattern,
in this case '/servlet/HelloWorld'.

The tomcat-user mailing list is the best place to ask for information about
problems like this.


-- 
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



DO NOT REPLY [Bug 46558] Shutdown port with address binding

2009-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46558


Mark Thomas  changed:

   What|Removed |Added

   Severity|major   |enhancement




--- Comment #1 from Mark Thomas   2009-01-20 05:24:14 PST ---
I have changed this to an enhancement.

Be aware that this was changed several major versions ago (around Tomcat 3 or
4) to only listen on localhost due to the security issues with listening on
other interfaces.

Any patch would have to address the obvious security concerns.

Also keep in mind that in production environments the port is often set to -1
to completely disable this feature - again for security reasons. The general
push seems to be to tighten this up rather than relax it.


-- 
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



DO NOT REPLY [Bug 46558] Shutdown port with address binding

2009-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46558





--- Comment #2 from M.ElBichon   2009-01-20 05:30:03 PST 
---
If -1 is set to disable the feature, is there another way to stop Tomcat rather
than killing the process ?


-- 
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



Re: [comet] state of the implementation

2009-01-20 Thread Flo
Hi,

I had the same concern (and offered to have a look at the current Tomcat 
implementation and eventually contribute an impl for the current API). The gap 
actually turned out to be larger than expected, so it will depend on our 
project plan during the next weeks, whether we'll stick with Tomcat (and 
provide that impl) or move to Jetty. That discussion is still open in our 
project team, so no decision yet :-(

Regards,
Flo

Am Dienstag 20 Januar 2009 schrieb Matthias Wessendorf:
> > oh, I see. Thanks
> >
> > So, I think I have one more question, on the completeness. What are the
> > current plan? "Only" all the MUST/SHALL NOTs ? Or also optional,
> > e.g streaming (as transport), to just name one
>
> found the thread.
> Thanks
>
> > -Matthias
> >
> >> BTW, this Tomcat cometd API is also available in JBoss AS 5, so that
> >> should mean good production deployment availability (eventually).
> >>
> >> Rémy
> >>
> >>
> >>
> >> -
> >> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> >> For additional commands, e-mail: dev-h...@tomcat.apache.org
> >
> > --
> > Matthias Wessendorf
> >
> > blog: http://matthiaswessendorf.wordpress.com/
> > sessions: http://www.slideshare.net/mwessendorf
> > twitter: http://twitter.com/mwessendorf



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 46562] Reader not closed

2009-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46562





--- Comment #1 from Flavio Crispim   2009-01-20 
13:07:12 PST ---
(In reply to comment #0)
> SHTML files are locked when using windows. Closing the reader solves the
> problem.
> 

How to reproduce? Please, provide an example.


-- 
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



DO NOT REPLY [Bug 45666] JspContextWrapper contains infinite loop in include(String relativeUrlPath, boolean flush)

2009-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45666





--- Comment #5 from David Mansfield   2009-01-20 
13:26:36 PST ---
any chance to get this into the 5.5 line?  it's really quite a bogus bug with
an obvious 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



DO NOT REPLY [Bug 46562] Reader not closed

2009-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46562





--- Comment #2 from Michael Rauner   2009-01-20 
23:33:23 PST ---
Try editing an SSI Include with Dreamweaver on XP (version seems to be
irrelevant). Eclipse and good editors will work.

Kind regards, Michael


-- 
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