https://bz.apache.org/bugzilla/show_bug.cgi?id=56108
--- Comment #6 from Michael Osipov <1983-01...@gmx.net> ---
Hi Rainer, 1.2.2 has been released
(http://tomcat.apache.org/native-doc/miscellaneous/changelog.html). I cannot
see the changes you have made. Has this been postponed to 1.2.3?
--
You
https://bz.apache.org/bugzilla/show_bug.cgi?id=56108
--- Comment #7 from Rainer Jung ---
It is in 1.2.2, but the change had already also been backported to the 1.1
branch for the forthcoming 1.1.34.
The changelog of 1.2.2 starts on top of 1.1 but unfirtunately not on top of the
last released 1.1
Author: violetagg
Date: Wed Nov 11 09:55:51 2015
New Revision: 1713793
URL: http://svn.apache.org/viewvc?rev=1713793&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=56777
Allow file based configuration resources (user database, certificate revocation
lists, keystores and trust st
https://bz.apache.org/bugzilla/show_bug.cgi?id=56777
Violeta Georgieva changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
[
https://issues.apache.org/jira/browse/MTOMCAT-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15000369#comment-15000369
]
Sergey Ponomarev commented on MTOMCAT-234:
--
Hi Rupert,
hope your doing well. Ju
Author: markt
Date: Wed Nov 11 15:19:25 2015
New Revision: 1713869
URL: http://svn.apache.org/viewvc?rev=1713869&view=rev
Log:
Add Content-Type, Content-Language and Date headers to HTTP/2 responses
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java
Modified: tomcat
On 10/11/2015 21:57, Mark Thomas wrote:
> On 10/11/2015 21:54, Rémy Maucherat wrote:
>> 2015-11-10 22:34 GMT+01:00 Mark Thomas :
>>
>>> Just a quick update on the issues Violeta reported with 9.0.x, HTTP/2
>>> and Windows.
>>>
>>> I can repeat the Chrome + WebSocket == failure result
>>>
>>
>> What
Author: markt
Date: Wed Nov 11 15:30:56 2015
New Revision: 1713871
URL: http://svn.apache.org/viewvc?rev=1713871&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58596
Clarify how environment variables are used.
Modified:
tomcat/trunk/RUNNING.txt
Modified: tomcat/trunk/RUNNIN
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/606
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
Author: markt
Date: Wed Nov 11 15:34:20 2015
New Revision: 1713872
URL: http://svn.apache.org/viewvc?rev=1713872&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58596
Clarify how environment variables are used.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.
Author: markt
Date: Wed Nov 11 15:35:31 2015
New Revision: 1713873
URL: http://svn.apache.org/viewvc?rev=1713873&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58596
Clarify how environment variables are used.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58596
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
All,
I think we have reached the point where it makes sense to roll a
9.0.0.RC1 release. To summarise:
- Tomcat Native is available with ALPN, SNI and OpenSSL BIO
- HTTP/2 is implemented
- Servlet API is up to date with latest 4.0. draft (plus some tweaks
of my own)
- No movement on WebSocket,
https://bz.apache.org/bugzilla/show_bug.cgi?id=58603
Bug ID: 58603
Summary: RemoteIpFilter does not adjust getRequestURL()
Product: Tomcat 8
Version: 8.0.28
Hardware: PC
OS: Linux
Status: NEW
Severity: nor
https://bz.apache.org/bugzilla/show_bug.cgi?id=56108
Bruno Campolo changed:
What|Removed |Added
CC||bcamp...@mmm.com
--
You are receiving
https://bz.apache.org/bugzilla/show_bug.cgi?id=56108
--- Comment #8 from Bruno Campolo ---
Hi Rainer, it sounds like this fix is in 1.2.2, but missed in the changelog and
will be in the upcoming 1.1.34. Is this a correct summary?
If so, can the changelog for 1.2.2 be updated to include these no
GitHub user hasalex opened a pull request:
https://github.com/apache/tomcat/pull/24
Support of Digest authentication in the JNDIRealm
Digest can be supported when using the userPassword attribute.
You can merge this pull request into a Git repository by running:
$ git pull htt
Author: markt
Date: Wed Nov 11 19:32:31 2015
New Revision: 1713919
URL: http://svn.apache.org/viewvc?rev=1713919&view=rev
Log:
Handle date and content type headers in unit tests that use the simple request
Modified:
tomcat/trunk/test/org/apache/coyote/http2/Http2TestBase.java
Modified: tomca
2015-11-11 16:25 GMT+01:00 Mark Thomas :
> Since I had everything set up, I took a look at the network traffic and
> all I was seeing was a single request (over h2) for drawboard.xhtml.
>
> I did some digging and found the Chrome was reporting errors in that
> page because no content-type was set.
Author: markt
Date: Wed Nov 11 20:02:31 2015
New Revision: 1713924
URL: http://svn.apache.org/viewvc?rev=1713924&view=rev
Log:
Fix remaining test case failures after adding date header to response
Modified:
tomcat/trunk/test/org/apache/coyote/http2/Http2TestBase.java
tomcat/trunk/test/org
Mark,
On 11/10/15 6:55 AM, ma...@apache.org wrote:
> Author: markt
> Date: Tue Nov 10 11:55:45 2015
> New Revision: 1713618
>
> URL: http://svn.apache.org/viewvc?rev=1713618&view=rev
> Log:
> Add a new Context option, enabled by default, that enables an additional
> check that a client provided
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/608
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSche
Mark,
On 11/11/15 10:39 AM, Mark Thomas wrote:
> All,
>
> I think we have reached the point where it makes sense to roll a
> 9.0.0.RC1 release. To summarise:
>
> - Tomcat Native is available with ALPN, SNI and OpenSSL BIO
> - HTTP/2 is implemented
> - Servlet API is up to date with latest 4.0. d
Author: markt
Date: Wed Nov 11 20:46:09 2015
New Revision: 1713931
URL: http://svn.apache.org/viewvc?rev=1713931&view=rev
Log:
FindBugs fixes
Modified:
tomcat/trunk/java/org/apache/catalina/session/JDBCStore.java
tomcat/trunk/java/org/apache/catalina/startup/ClassLoaderFactory.java
to
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc7.0.x-validate has an issue affecting its community
integration.
25 matches
Mail list logo