svn commit: r1512172 - in /tomcat/taglibs/standard/trunk: build-tools/pom.xml compat/pom.xml examples/pom.xml impl/pom.xml jstlel/pom.xml spec/pom.xml standard-test/pom.xml
Author: jboynes Date: Fri Aug 9 07:01:24 2013 New Revision: 1512172 URL: http://svn.apache.org/r1512172 Log: standardize module names Modified: tomcat/taglibs/standard/trunk/build-tools/pom.xml tomcat/taglibs/standard/trunk/compat/pom.xml tomcat/taglibs/standard/trunk/examples/pom.xml tomcat/taglibs/standard/trunk/impl/pom.xml tomcat/taglibs/standard/trunk/jstlel/pom.xml tomcat/taglibs/standard/trunk/spec/pom.xml tomcat/taglibs/standard/trunk/standard-test/pom.xml Modified: tomcat/taglibs/standard/trunk/build-tools/pom.xml URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/build-tools/pom.xml?rev=1512172&r1=1512171&r2=1512172&view=diff == --- tomcat/taglibs/standard/trunk/build-tools/pom.xml (original) +++ tomcat/taglibs/standard/trunk/build-tools/pom.xml Fri Aug 9 07:01:24 2013 @@ -29,7 +29,7 @@ taglibs-build-tools 1.2-SNAPSHOT -Build Tools +Apache Standard Taglib Build Tools Build tool settings common to all Standard Taglib modules Modified: tomcat/taglibs/standard/trunk/compat/pom.xml URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/compat/pom.xml?rev=1512172&r1=1512171&r2=1512172&view=diff == --- tomcat/taglibs/standard/trunk/compat/pom.xml (original) +++ tomcat/taglibs/standard/trunk/compat/pom.xml Fri Aug 9 07:01:24 2013 @@ -31,7 +31,7 @@ 1.2-SNAPSHOT bundle -JSTL 1.0 Compatibility +Apache Standard Taglib 1.0 Compatibility 2001 Modified: tomcat/taglibs/standard/trunk/examples/pom.xml URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/examples/pom.xml?rev=1512172&r1=1512171&r2=1512172&view=diff == --- tomcat/taglibs/standard/trunk/examples/pom.xml (original) +++ tomcat/taglibs/standard/trunk/examples/pom.xml Fri Aug 9 07:01:24 2013 @@ -27,7 +27,7 @@ 1.2.0-RC1 war -JSTL Example WAR +Apache Standard Taglib Example WAR 2001 Modified: tomcat/taglibs/standard/trunk/impl/pom.xml URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/impl/pom.xml?rev=1512172&r1=1512171&r2=1512172&view=diff == --- tomcat/taglibs/standard/trunk/impl/pom.xml (original) +++ tomcat/taglibs/standard/trunk/impl/pom.xml Fri Aug 9 07:01:24 2013 @@ -31,7 +31,7 @@ 1.2-SNAPSHOT bundle -JSTL Implementation +Apache Standard Taglib Implementation 2001 Modified: tomcat/taglibs/standard/trunk/jstlel/pom.xml URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/jstlel/pom.xml?rev=1512172&r1=1512171&r2=1512172&view=diff == --- tomcat/taglibs/standard/trunk/jstlel/pom.xml (original) +++ tomcat/taglibs/standard/trunk/jstlel/pom.xml Fri Aug 9 07:01:24 2013 @@ -31,7 +31,7 @@ 1.2-SNAPSHOT bundle -JSTL 1.0 EL Support +Apache Standard Taglib 1.0 EL Support 2001 Modified: tomcat/taglibs/standard/trunk/spec/pom.xml URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/spec/pom.xml?rev=1512172&r1=1512171&r2=1512172&view=diff == --- tomcat/taglibs/standard/trunk/spec/pom.xml (original) +++ tomcat/taglibs/standard/trunk/spec/pom.xml Fri Aug 9 07:01:24 2013 @@ -27,7 +27,7 @@ 1.2-SNAPSHOT bundle -JSTL Specification API +Apache Standard Taglib Specification API 2001 Modified: tomcat/taglibs/standard/trunk/standard-test/pom.xml URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/standard-test/pom.xml?rev=1512172&r1=1512171&r2=1512172&view=diff == --- tomcat/taglibs/standard/trunk/standard-test/pom.xml (original) +++ tomcat/taglibs/standard/trunk/standard-test/pom.xml Fri Aug 9 07:01:24 2013 @@ -28,7 +28,7 @@ taglibs-standard-test 1.2-SNAPSHOT - Jakarta Standard Taglib Cactus Tests + Apache Standard Taglib Cactus Tests war 2003 - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[taglibs] Examples and doc
On Aug 6, 2013, at 10:13 PM, Henri Yandell wrote: > Slowly digging into this. Thus far I've confirmed the source builds :) > > Next up is working out how to deploy the examples. Wondering here if it would be better to release the examples separately as they can be decoupled. IOW, we would expect the example code not to change wiht releases of the main libraries, and vice versa. Also, how about dropping the "doc" directory and rolling the content into the website? - Jeremy signature.asc Description: Message signed with OpenPGP using GPGMail
buildbot success in ASF Buildbot on tomcat-trunk
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/4806 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source Stamp: [branch tomcat/trunk] 1512148 Blamelist: jboynes Build succeeded! sincerely, -The Buildbot
[Bug 18500] Host aliases to match by regular expression
https://issues.apache.org/bugzilla/show_bug.cgi?id=18500 --- Comment #12 from Alessandro Polverini --- This feature would be very, very appreciated since apache supports wildcard aliases and it is usually used as a frontend for tomcat. I think that suffix-match would be more than enough for a first implementation, since it has most real-world use-cases. -- 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
[Bug 18500] Host aliases to match by regular expression
https://issues.apache.org/bugzilla/show_bug.cgi?id=18500 Alessandro Polverini changed: What|Removed |Added CC||a...@nibbles.it -- 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: Code style rules: Line length
My opinion only (since I've been pretty inactive lately ... only enough time to lurk) I'm a big fan of long method/class names and 80 character width drives me nuts - unless your IDE is a phone - 80 is not very wide. 100 many times is just enough extra space to limit a lot of wrapping. (preferred soft limit) 120 is pretty wide and with enough side bars open in your IDE - this could get annoying. On Thu, Aug 8, 2013 at 1:50 PM, Mark Thomas wrote: > Currently, Tomcat has an 'guide' of a maximum of 80 characters for line > length. It has been a while since we reviewed this and as we are looking > at style rules... > > As a starting point what do folks think of the following options: > > Line length: > 80 - the current > 100 - > 120 - > > Strictness > Informal - the current > Enforce - Use checkstyle to enforce whatever limit is chosen > > > Pros for longer lines: > - code easier to read > > Cons > - diffs may wrap in mail clients > - harder to work with code in a pure text interface (particularly if > that interface is limited in width to 80 chars) > > > Comment > - With increasing screen resolution I expect IDEs to manage widths upto > 120 or possibly even more > - Few (any?) folks will ever need to work in a pure text UI where the > line length is limited > - My only concern is readability of diffs > > I have no strong preference on line length but if we do opt for a longer > length I'd like to see checkstyle enforce the limit. > > Mark > > - > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > >
[Bug 18500] Host aliases to match by regular expression
https://issues.apache.org/bugzilla/show_bug.cgi?id=18500 --- Comment #13 from Christopher Schultz --- My stab has obviously languished, here. I'll take another look at this because I do in fact think it's quite useful. Alessandro, I'm interested in what your use-case is where you have a fronting httpd but still need to multiplex between different in Tomcat. Do you have a complex configuration where different webapps are (exclusively) available to different hosts? -- 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
[Bug 18500] Host aliases to match by regular expression
https://issues.apache.org/bugzilla/show_bug.cgi?id=18500 --- Comment #14 from Alessandro Polverini --- Hello Christopher, I've some setups where multiple (and different) web apps use domains of the form locale.mydomain.com to automatically select the language of the site. Of course in the conffig I can list all the supported language but they may be many tens and a wildcard would be much simpler. On another use case there are some webapps that uses subdomain like x.mydomain.com to generate some kind of (dynmical) custom blog or report, and in that situation the wildcard is essential because the name of the subdomain can't be known in advance. I usually use multiple tomcat instances, each with a default webapp for this situation. -- 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
[Bug 18500] Host aliases to match by regular expression
https://issues.apache.org/bugzilla/show_bug.cgi?id=18500 --- Comment #15 from Christopher Schultz --- Which of those cases can't be solved trivially with a catch-all default host? You are not required to explicitly specify every hostname that a client might use. -- 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
[Bug 18500] Host aliases to match by regular expression
https://issues.apache.org/bugzilla/show_bug.cgi?id=18500 --- Comment #16 from Alessandro Polverini --- As I explained, I'm actually using a default host but if you have more that one host with wildcards you end up using multiple tomcat instances, and that's far from ideal. -- 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