Author: mturk
Date: Fri Sep 27 09:37:31 2013
New Revision: 1526842
URL: http://svn.apache.org/r1526842
Log:
Dump correct IPv4/IPv6 addresses
Modified:
tomcat/jk/trunk/native/common/jk_connect.c
Modified: tomcat/jk/trunk/native/common/jk_connect.c
URL:
http://svn.apache.org/viewvc/tomcat/jk/
https://issues.apache.org/bugzilla/show_bug.cgi?id=55588
st.mailingli...@gmail.com changed:
What|Removed |Added
CC||st.mailingli...@gmail.co
https://issues.apache.org/bugzilla/show_bug.cgi?id=55602
Bug ID: 55602
Summary: JRE crashes during websocket communication
Product: Tomcat 7
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity
https://issues.apache.org/bugzilla/show_bug.cgi?id=55603
Bug ID: 55603
Summary: Printing from servlet causes endles spoolling
Product: Tomcat 7
Version: 7.0.42
Hardware: PC
OS: Windows XP
Status: NEW
Sever
https://issues.apache.org/bugzilla/show_bug.cgi?id=55588
Christopher Schultz changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from
Author: kpreisser
Date: Fri Sep 27 14:48:41 2013
New Revision: 1526918
URL: http://svn.apache.org/r1526918
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383
Improve CSS:
- Use media queries in the main CSS file to better control when CSS styles
should not be applied for printing.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55588
--- Comment #2 from Christopher Schultz ---
Also, why do you believe this is not the issue covered by bug #51813 ?
--
You are receiving this mail because:
You are the assignee for the bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55602
--- Comment #1 from Christopher Schultz ---
Possible dupe of bug #51813
Can you re-try with tcnative 1.1.28? (I mis-typed in your other bug that 1.1.27
is latest... it's 1.1.28 though it does not appear to be on the download page
for some
https://issues.apache.org/bugzilla/show_bug.cgi?id=55603
Christopher Schultz changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from
Author: kpreisser
Date: Fri Sep 27 14:56:46 2013
New Revision: 1526921
URL: http://svn.apache.org/r1526921
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383
Improve CSS:
- Use media queries in the main CSS file to better control when CSS styles
should not be applied for printing.
Konstantin,
On 9/27/13 10:56 AM, kpreis...@apache.org wrote:
> Author: kpreisser
> Date: Fri Sep 27 14:56:46 2013
> New Revision: 1526921
>
> URL: http://svn.apache.org/r1526921
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383
> Improve CSS:
> - Use media queries in the main
Author: kpreisser
Date: Fri Sep 27 14:59:38 2013
New Revision: 1526922
URL: http://svn.apache.org/r1526922
Log:
Use instead of for Headings in elements for correct
document outline.
Modified:
tomcat/site/trunk/docs/whoweare.html
tomcat/site/trunk/xdocs/whoweare.xml
Modified: tomcat/s
Author: kpreisser
Date: Fri Sep 27 15:02:15 2013
New Revision: 1526926
URL: http://svn.apache.org/r1526926
Log:
Follow-Up to r1526921:
Remove unnecessary CSS file, as printer-only styles are now in the main CSS
file.
Removed:
tomcat/site/trunk/docs/stylesheets/tomcat-printer.css
tomcat/s
https://issues.apache.org/bugzilla/show_bug.cgi?id=55603
--- Comment #2 from Jodgi ---
If it was security issue, there would be no spooling! Plus there is no
exceptions.
--
You are receiving this mail because:
You are the assignee for the bug.
--
Hi Chris,
> -Original Message-
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Sent: Friday, September 27, 2013 4:58 PM
> To: Tomcat Developers List
> Subject: Re: svn commit: r1526921 - in /tomcat/site/trunk: docs/
> docs/stylesheets/ xdocs/stylesheets/
>
> Konstantin
https://issues.apache.org/bugzilla/show_bug.cgi?id=55602
--- Comment #2 from st.mailingli...@gmail.com ---
(The other bug #55588 is not created by me, I just subscribed as the jre crash
looked similar. But it does not seem to have to do with websockets. Our tomcat
is very stable when not using web
https://issues.apache.org/bugzilla/show_bug.cgi?id=55602
--- Comment #3 from Konstantin Preißer ---
Hi,
I remember that I got crashes when using a WebSocket application on Tomcat
7.0.27 with TC Native 1.1.23 and Java 1.7.0_03 on Windows Server 2008 x86 - see
[1].
I do not know if it is related,
https://issues.apache.org/bugzilla/show_bug.cgi?id=55603
--- Comment #3 from Christopher Schultz ---
Can you define "spooling"? You say it never calls your paint() method, so it's
probably not printing. If it's not printing, then it's not "spooling" because
that implies it's doing *something* sim
Violetta,
On 9/25/13 9:37 AM, Violeta Georgieva wrote:
> The proposed Apache Tomcat 7.0.45 release is now available for voting.
> This release candidate contains JSR-356 Java WebSocket 1.0 implementation.
> Note that use of this functionality requires Java 7.
>
> It can be obtained from:
> https:
https://issues.apache.org/bugzilla/show_bug.cgi?id=55603
--- Comment #4 from Jodgi ---
Created attachment 30892
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30892&action=edit
Thread dump of Tomcat 7.0.42
This is a thread dump of Tomcat while the printer queue shows the status
"spo
Author: kpreisser
Date: Fri Sep 27 23:22:48 2013
New Revision: 1527123
URL: http://svn.apache.org/r1527123
Log:
Allow to specify "noHighlight" class on a parent element so that child
elements will not be highlighted.
Modified:
tomcat/site/trunk/docs/stylesheets/tomcat.css
tomcat/site/tr
Author: kpreisser
Date: Fri Sep 27 23:23:54 2013
New Revision: 1527124
URL: http://svn.apache.org/r1527124
Log:
Allow to specify "noHighlight" class on a parent element so that child
elements will not be highlighted.
Modified:
tomcat/trunk/webapps/docs/images/docs-stylesheet.css
Modified:
All,
I know Mark and Rainer are working on trying to avoid corruption of what
looks like pollset counts or whatever, but I wanted to know if anyone
can help me decode the cause of the null-dereference that's occurring.
Obviously bandaging the symptom is not the best solution, but keeping
the JVM
https://issues.apache.org/bugzilla/show_bug.cgi?id=55603
--- Comment #5 from Christopher Schultz ---
I don't see a bug in Tomcat, here. The printing code is all your own. Tomcat is
waiting on your code to complete. If you can demonstrate a failure in Tomcat,
here, we'll take a look.
If you want
2013/9/25 Violeta Georgieva
>
> The proposed Apache Tomcat 7.0.45 release is now available for voting.
> This release candidate contains JSR-356 Java WebSocket 1.0
implementation. Note that use of this functionality requires Java 7.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist
Author: violetagg
Date: Sat Sep 28 04:06:13 2013
New Revision: 3015
Log:
7.0.45 RC did not pass the vote - dropping.
Removed:
dev/tomcat/tomcat-7/v7.0.45/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For addi
Author: violetagg
Date: Sat Sep 28 04:06:13 2013
New Revision: 3015
Log:
7.0.45 RC did not pass the vote - dropping.
Removed:
dev/tomcat/tomcat-7/v7.0.45/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For addi
Author: violetagg
Date: Sat Sep 28 04:20:07 2013
New Revision: 1527148
URL: http://svn.apache.org/r1527148
Log:
Mark 7.0.45 as not released based on the vote results.
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
htt
28 matches
Mail list logo