https://bz.apache.org/bugzilla/show_bug.cgi?id=60276
Remy Maucherat changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=60276
pc8...@gmail.com changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
The Buildbot has detected a new failure on builder tomcat-trunk while building
. Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/2995
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler schedu
The Buildbot has detected a restored build on builder tomcat-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/2994
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
Author: markt
Date: Fri Jan 26 20:29:17 2018
New Revision: 1822345
URL: http://svn.apache.org/viewvc?rev=1822345&view=rev
Log:
Simplify
Modified:
tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
UR
https://bz.apache.org/bugzilla/show_bug.cgi?id=41007
--- Comment #9 from Mark Thomas ---
No worries. I've written far worse in my time.
Fixing this is turning up all sorts of interesting edge cases. I'm actually
quite enjoying tackling it.
This is one I've kept coming back to from time to time
Author: markt
Date: Fri Jan 26 20:11:52 2018
New Revision: 1822342
URL: http://svn.apache.org/viewvc?rev=1822342&view=rev
Log:
Generate the correct allow header for a 405 response to a TRACE request to a
JSP page.
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java
The Buildbot has detected a new failure on builder tomcat-trunk while building
. Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/2993
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler schedu
Author: markt
Date: Fri Jan 26 19:25:23 2018
New Revision: 1822339
URL: http://svn.apache.org/viewvc?rev=1822339&view=rev
Log:
Improve OPTION and Allow behavior for JSPs.
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/Generator.java
tomcat/trunk/java/org/apache/jasper/resources/Lo
https://bz.apache.org/bugzilla/show_bug.cgi?id=41007
--- Comment #8 from Veit Guna ---
After a decade, reading my posts is embarassing in terms of politeness. My
apologies. A little late - but better than never. Thanks you for finally
looking into this :)!
--
You are receiving this mail because
Hi,
2018-01-26 19:07 GMT+02:00 Igal @ Lucee.org :
>
> On 1/26/2018 5:16 AM, Violeta Georgieva wrote:
>>
>> 2018-01-26 14:40 GMT+02:00 Konstantin Kolinko :
>>>
>>> It looks OK now, after I regenerated the docs - r1822283 .
>
> Right. I do not patch the generated files, only the source ones, so doc
On 1/26/2018 5:16 AM, Violeta Georgieva wrote:
2018-01-26 14:40 GMT+02:00 Konstantin Kolinko :
It looks OK now, after I regenerated the docs - r1822283 .
Right. I do not patch the generated files, only the source ones, so
docs must be regenerated after each patch.
I still see odd "OK" butto
https://bz.apache.org/bugzilla/show_bug.cgi?id=41007
--- Comment #7 from Mark Thomas ---
A decade plus on from when this was opened I'm planning on implementing a
solution for this. The overall plan is:
- Pass errors that happen early in the processing chain to the app / the
container to handl
https://bz.apache.org/bugzilla/show_bug.cgi?id=62049
Bug ID: 62049
Summary: use of unimplemented RequestUtil method in Manager
page
Product: Tomcat 9
Version: 9.0.4
Hardware: PC
OS: Linux
Status:
2018-01-26 14:40 GMT+02:00 Konstantin Kolinko :
>
> 2018-01-26 13:04 GMT+03:00 Violeta Georgieva :
> > Hi,
> >
> > 2018-01-26 7:14 GMT+02:00 Igal Sapir :
> >>
> >> Please see patch at
https://github.com/isapir/tomcat-site/commit/5e4d642
> >> which adjusts the search box alignment and adds a keyboar
https://bz.apache.org/bugzilla/show_bug.cgi?id=61751
Markus Dörschmidt changed:
What|Removed |Added
Resolution|WORKSFORME |---
Version|8.5.16
Author: markt
Date: Fri Jan 26 12:41:04 2018
New Revision: 1822287
URL: http://svn.apache.org/viewvc?rev=1822287&view=rev
Log:
Pass 404 errors triggered by a missing ROOT web application to the container
error handling to generate the response body.
Modified:
tomcat/trunk/java/org/apache/cat
2018-01-26 13:04 GMT+03:00 Violeta Georgieva :
> Hi,
>
> 2018-01-26 7:14 GMT+02:00 Igal Sapir :
>>
>> Please see patch at https://github.com/isapir/tomcat-site/commit/5e4d642
>> which adjusts the search box alignment and adds a keyboard toggle with the
>> Enter key when the hamburger menu icon has
Author: markt
Date: Fri Jan 26 12:39:52 2018
New Revision: 1822286
URL: http://svn.apache.org/viewvc?rev=1822286&view=rev
Log:
Refactor error handling to enable errors that occur before processing is passed
to the application to be handled by the application provided error handling
and/or the co
Author: kkolinko
Date: Fri Jan 26 12:32:32 2018
New Revision: 1822284
URL: http://svn.apache.org/viewvc?rev=1822284&view=rev
Log:
Remove credit from recently added js file. Contributed by Igal Sapir.
The policy is to do not have any @author annotations in source files.
Developing Tomcat is a col
Author: kkolinko
Date: Fri Jan 26 12:28:55 2018
New Revision: 1822283
URL: http://svn.apache.org/viewvc?rev=1822283&view=rev
Log:
Regenerate the site. (Touch tomcat-site.xsl and run Ant)
Modified:
tomcat/site/trunk/docs/bugreport.html
tomcat/site/trunk/docs/ci.html
tomcat/site/trunk/d
Hi,
2018-01-26 7:14 GMT+02:00 Igal Sapir :
>
> Please see patch at https://github.com/isapir/tomcat-site/commit/5e4d642
> which adjusts the search box alignment and adds a keyboard toggle with the
> Enter key when the hamburger menu icon has focus.
Here is what I see after applying the patch to t
Author: violetagg
Date: Fri Jan 26 09:52:34 2018
New Revision: 1822263
URL: http://svn.apache.org/viewvc?rev=1822263&view=rev
Log:
Adjusted searchbox alignment and added menu toggle by hitting enter.
Patch by Igal Sapir.
Modified:
tomcat/site/trunk/docs/res/css/tomcat.css
tomcat/site/trun
23 matches
Mail list logo