DO NOT REPLY [Bug 45765] Heap size is growing
https://issues.apache.org/bugzilla/show_bug.cgi?id=45765 --- Comment #4 from Barak <[EMAIL PROTECTED]> 2008-09-14 00:55:14 PST --- Please advice - what kind of relevant information should I attached to the bug? -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
svn commit: r695148 - /tomcat/tc6.0.x/trunk/STATUS.txt
Author: jfclere Date: Sun Sep 14 01:55:54 2008 New Revision: 695148 URL: http://svn.apache.org/viewvc?rev=695148&view=rev Log: Propose a fix to build with eclipse. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=695148&r1=695147&r2=695148&view=diff == --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Sun Sep 14 01:55:54 2008 @@ -153,3 +153,8 @@ http://svn.apache.org/viewvc?rev=694992&view=rev +1: mark (prefer enabled, happy with disabled) -1: + +* Exclude wsdl4j stuff from .classpath (it can't build anyway). + http://people.apache.org/~jfclere/patches/patch.classpath + +1: jfclere + -1: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
svn commit: r695164 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/core/AprLifecycleListener.java webapps/docs/changelog.xml
Author: jfclere Date: Sun Sep 14 02:38:47 2008 New Revision: 695164 URL: http://svn.apache.org/viewvc?rev=695164&view=rev Log: Fix for PR#44809 Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/AprLifecycleListener.java tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=695164&r1=695163&r2=695164&view=diff == --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Sun Sep 14 02:38:47 2008 @@ -91,11 +91,6 @@ +1: jfclere, remm, markt -1: -* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44809 - http://svn.apache.org/viewvc?rev=689395&view=rev - +1: jfclere, remm, rjung - -1: - * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45074 http://svn.apache.org/viewvc?rev=689402&view=rev +1: jfclere Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/AprLifecycleListener.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/AprLifecycleListener.java?rev=695164&r1=695163&r2=695164&view=diff == --- tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/AprLifecycleListener.java (original) +++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/AprLifecycleListener.java Sun Sep 14 02:38:47 2008 @@ -86,7 +86,7 @@ if (!log.isDebugEnabled()) { log.info(sm.getString("aprListener.sslInit")); } else { -log.debug(sm.getString("aprListener.sslInit")); +log.debug(sm.getString("aprListener.sslInit"), t); } } } Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=695164&r1=695163&r2=695164&view=diff == --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sun Sep 14 02:38:47 2008 @@ -35,6 +35,7 @@ + 44809Improve AprLifecycleListener Error Messages. (jfclere) Log AccessControlException for context specific logging.properties during startup with security manager. (rjung) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
svn commit: r695173 - /tomcat/tc6.0.x/trunk/webapps/docs/building.xml
Author: jfclere Date: Sun Sep 14 02:59:51 2008 New Revision: 695173 URL: http://svn.apache.org/viewvc?rev=695173&view=rev Log: Arrange doc about building with eclipse. Modified: tomcat/tc6.0.x/trunk/webapps/docs/building.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/building.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/building.xml?rev=695173&r1=695172&r2=695173&view=diff == --- tomcat/tc6.0.x/trunk/webapps/docs/building.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/building.xml Sun Sep 14 02:59:51 2008 @@ -179,17 +179,13 @@ -Use File->New Project to create a new Java project -for each of the binaries repository (e.g., /usr/share/java), -container, connectors, jasper, servletapi. -Unless you thought ahead to make the ${tomcat.source} directory be under -your Workspace folder, tell Eclipse the external location using "Import/Export...", -General->Existing Project into Workspace. +Use File->Import and chose "Existing Projects into Workspace". +From there import the root directory where you have checked out tomcat. -Eclipse .project and .classpath files are provided in each of these -directories so Eclipse should find all source trees and jars, and +Eclipse .project and .classpath files are provided in to root directory of tomcat repository +should allow Eclipse to find all source trees and jars, and hopefully compile without problems. Note that these files assume you are using Eclipse with a 5.0 or later JDK; also, the connectors module must be built with a compiler compliance level of 5.0. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 44382] Need to add support for HTTPOnly session cookie parameter
https://issues.apache.org/bugzilla/show_bug.cgi?id=44382 --- Comment #13 from Jim Manico <[EMAIL PROTECTED]> 2008-09-14 07:00:35 PST --- Mark, thank you! I'm a big fan of the choices you made here in terms of proposing default-on for tomcat 5/6 and easy configuration via the Tomcat Manager. Right ON! I can't wait to see this go live! -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 45765] Heap size is growing
https://issues.apache.org/bugzilla/show_bug.cgi?id=45765 --- Comment #5 from Mark Thomas <[EMAIL PROTECTED]> 2008-09-14 07:09:07 PST --- The ideal information would be the steps to reproduce this issue on a clean Tomcat installation. Failing providing the hprof output obtained from JMap (either attach it or provide it via a URL) would enable others to analyse it to ID the source of the leak. -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 44382] Need to add support for HTTPOnly session cookie parameter
https://issues.apache.org/bugzilla/show_bug.cgi?id=44382 --- Comment #14 from Mark Thomas <[EMAIL PROTECTED]> 2008-09-14 07:11:43 PST --- I don't think I was too clear in my previous comment. Configuration isn't via the Manager app it is via the Manager element that may be placed within a Context element in the configuration files. ie a new attribute has been added to http://tomcat.apache.org/tomcat-6.0-doc/config/manager.html -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 33453] Jasper should recompile JSP files whose datestamps change in either direction (not just newer)
https://issues.apache.org/bugzilla/show_bug.cgi?id=33453 Roberto <[EMAIL PROTECTED]> changed: What|Removed |Added Version|5.5.9 |5.5.15 -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
svn commit: r695273 - /tomcat/trunk/java/org/apache/catalina/util/
Author: markt Date: Sun Sep 14 12:45:08 2008 New Revision: 695273 URL: http://svn.apache.org/viewvc?rev=695273&view=rev Log: Some clean up in o.a.c.util Use generics, remove unused code, fix various Eclipse warnings. Removed: tomcat/trunk/java/org/apache/catalina/util/Queue.java Modified: tomcat/trunk/java/org/apache/catalina/util/Base64.java tomcat/trunk/java/org/apache/catalina/util/CustomObjectInputStream.java tomcat/trunk/java/org/apache/catalina/util/DOMWriter.java tomcat/trunk/java/org/apache/catalina/util/DateTool.java tomcat/trunk/java/org/apache/catalina/util/ExtensionValidator.java tomcat/trunk/java/org/apache/catalina/util/HexUtils.java tomcat/trunk/java/org/apache/catalina/util/MD5Encoder.java tomcat/trunk/java/org/apache/catalina/util/MIME2Java.java tomcat/trunk/java/org/apache/catalina/util/ManifestResource.java tomcat/trunk/java/org/apache/catalina/util/SchemaResolver.java tomcat/trunk/java/org/apache/catalina/util/ServerInfo.java tomcat/trunk/java/org/apache/catalina/util/StringManager.java tomcat/trunk/java/org/apache/catalina/util/URLEncoder.java Modified: tomcat/trunk/java/org/apache/catalina/util/Base64.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/util/Base64.java?rev=695273&r1=695272&r2=695273&view=diff == --- tomcat/trunk/java/org/apache/catalina/util/Base64.java (original) +++ tomcat/trunk/java/org/apache/catalina/util/Base64.java Sun Sep 14 12:45:08 2008 @@ -37,7 +37,6 @@ static private final int TWENTYFOURBITGROUP = 24; static private final int EIGHTBIT = 8; static private final int SIXTEENBIT = 16; -static private final int SIXBIT = 6; static private final int FOURBYTE = 4; static private final int SIGN = -128; static private final byte PAD= (byte) '='; Modified: tomcat/trunk/java/org/apache/catalina/util/CustomObjectInputStream.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/util/CustomObjectInputStream.java?rev=695273&r1=695272&r2=695273&view=diff == --- tomcat/trunk/java/org/apache/catalina/util/CustomObjectInputStream.java (original) +++ tomcat/trunk/java/org/apache/catalina/util/CustomObjectInputStream.java Sun Sep 14 12:45:08 2008 @@ -69,7 +69,7 @@ * @exception ClassNotFoundException if this class cannot be found * @exception IOException if an input/output error occurs */ -public Class resolveClass(ObjectStreamClass classDesc) +public Class resolveClass(ObjectStreamClass classDesc) throws ClassNotFoundException, IOException { try { return Class.forName(classDesc.getName(), false, classLoader); @@ -85,10 +85,10 @@ * class descriptor. Do this using the class loader assigned to this * Context. */ -protected Class resolveProxyClass(String[] interfaces) +protected Class resolveProxyClass(String[] interfaces) throws IOException, ClassNotFoundException { -Class[] cinterfaces = new Class[interfaces.length]; +Class[] cinterfaces = new Class[interfaces.length]; for (int i = 0; i < interfaces.length; i++) cinterfaces[i] = classLoader.loadClass(interfaces[i]); Modified: tomcat/trunk/java/org/apache/catalina/util/DOMWriter.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/util/DOMWriter.java?rev=695273&r1=695272&r2=695273&view=diff == --- tomcat/trunk/java/org/apache/catalina/util/DOMWriter.java (original) +++ tomcat/trunk/java/org/apache/catalina/util/DOMWriter.java Sun Sep 14 12:45:08 2008 @@ -332,18 +332,4 @@ } // normalize(String):String - private static void printValidJavaEncoding() { - System.err.println( "ENCODINGS:" ); - System.err.print( " " ); - for( int i = 0; - i < MIME2JAVA_ENCODINGS.length; i++) { - System.err.print( MIME2JAVA_ENCODINGS[i] + " " ); - if( (i % 7 ) == 0 ){ - System.err.println(); - System.err.print( " " ); - } - } - - } // printJavaEncoding() - } Modified: tomcat/trunk/java/org/apache/catalina/util/DateTool.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/util/DateTool.java?rev=695273&r1=695272&r2=695273&view=diff == --- tomcat/trunk/java/org/apache/catalina/util/DateTool.java (original) +++ tomcat/trunk/java/org/apache/catalina/util/DateTool.java Sun Sep 14 12:45:08 2008 @@ -33,9 +33,6 @@ */ public class DateTool { -private static StringManager sm = -StringManager.getManager("org.apache.catalina.util"); - /** * U
svn commit: r695274 - in /tomcat/trunk/java/org/apache/catalina: loader/WebappLoader.java util/ExtensionValidator.java
Author: markt Date: Sun Sep 14 13:01:21 2008 New Revision: 695274 URL: http://svn.apache.org/viewvc?rev=695274&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45785 Ignore directories named xxx.jar in WEB-INF/lib Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java tomcat/trunk/java/org/apache/catalina/util/ExtensionValidator.java Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java?rev=695274&r1=695273&r2=695274&view=diff == --- tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java (original) +++ tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java Sun Sep 14 13:01:21 2008 @@ -994,6 +994,10 @@ // impossible to update it or remove it at runtime) File destFile = new File(destDir, binding.getName()); +// Ignore directories named xxx.jar +if (destFile.isDirectory()) +continue; + if( log.isDebugEnabled()) log.debug(sm.getString("webappLoader.jarDeploy", filename, destFile.getAbsolutePath())); Modified: tomcat/trunk/java/org/apache/catalina/util/ExtensionValidator.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/util/ExtensionValidator.java?rev=695274&r1=695273&r2=695274&view=diff == --- tomcat/trunk/java/org/apache/catalina/util/ExtensionValidator.java (original) +++ tomcat/trunk/java/org/apache/catalina/util/ExtensionValidator.java Sun Sep 14 13:01:21 2008 @@ -180,8 +180,13 @@ if (!binding.getName().toLowerCase().endsWith(".jar")) { continue; } -Resource resource = (Resource)dirContext.lookup -("/WEB-INF/lib/" + binding.getName()); +Object obj = +dirContext.lookup("/WEB-INF/lib/" + binding.getName()); +if (!(obj instanceof Resource)) { +// Probably a directory named xxx.jar - ignore it +continue; +} +Resource resource = (Resource) obj; Manifest jmanifest = getManifest(resource.streamContent()); if (jmanifest != null) { ManifestResource mre = new ManifestResource( - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 45785] ClassCastException if directory ending with .jar exists in WEB-INF/lib
https://issues.apache.org/bugzilla/show_bug.cgi?id=45785 --- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-09-14 13:03:54 PST --- This has been fixed in trunk and proposed for 6.0.x -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
svn commit: r695275 - /tomcat/tc6.0.x/trunk/STATUS.txt
Author: markt Date: Sun Sep 14 13:03:48 2008 New Revision: 695275 URL: http://svn.apache.org/viewvc?rev=695275&view=rev Log: Propose fix for 45785 Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=695275&r1=695274&r2=695275&view=diff == --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Sun Sep 14 13:03:48 2008 @@ -153,3 +153,9 @@ http://people.apache.org/~jfclere/patches/patch.classpath +1: jfclere -1: + +* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45785 + Ignore directories named xxx.jar in WEB-INF/lib + http://svn.apache.org/viewvc?rev=695274&view=rev + +1: markt + -1: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
svn commit: r695285 - /tomcat/tc6.0.x/trunk/STATUS.txt
Author: markt Date: Sun Sep 14 13:43:47 2008 New Revision: 695285 URL: http://svn.apache.org/viewvc?rev=695285&view=rev Log: Improve fix for 45785 Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=695285&r1=695284&r2=695285&view=diff == --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Sun Sep 14 13:43:47 2008 @@ -157,5 +157,6 @@ * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45785 Ignore directories named xxx.jar in WEB-INF/lib http://svn.apache.org/viewvc?rev=695274&view=rev + http://svn.apache.org/viewvc?rev=695284&view=rev +1: markt -1: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
svn commit: r695284 - /tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java
Author: markt Date: Sun Sep 14 13:43:15 2008 New Revision: 695284 URL: http://svn.apache.org/viewvc?rev=695284&view=rev Log: Improve previous fix to handle WAR deployment Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java?rev=695284&r1=695283&r2=695284&view=diff == --- tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java (original) +++ tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java Sun Sep 14 13:43:15 2008 @@ -994,15 +994,17 @@ // impossible to update it or remove it at runtime) File destFile = new File(destDir, binding.getName()); -// Ignore directories named xxx.jar -if (destFile.isDirectory()) -continue; - if( log.isDebugEnabled()) log.debug(sm.getString("webappLoader.jarDeploy", filename, destFile.getAbsolutePath())); -Resource jarResource = (Resource) binding.getObject(); +Object obj = binding.getObject(); + +if (!(obj instanceof Resource)) +continue; + +Resource jarResource = (Resource) obj; + if (copyJars) { if (!copy(jarResource.streamContent(), new FileOutputStream(destFile))) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 44382] Need to add support for HTTPOnly session cookie parameter
https://issues.apache.org/bugzilla/show_bug.cgi?id=44382 --- Comment #15 from Jim Manico <[EMAIL PROTECTED]> 2008-09-14 14:19:30 PST --- Thanks for the clarification, Mark. If I'm reading this right - you are placing the HttpOnly configuration option within the context of one virtual host instead of a global system property? -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Servlet 3.0 and Common Javaflow
hi Stefano, Stefano Bagnara wrote: Hi all, I read that Servlet 3.0 will probably support pause/resume methods and I read that Jetty 7 preview already rewrote its continuations support to expose "standard" servlet 3.0 services. Is there any plan to support this in tomcat? the servlet 3.0 has not yet come to a conclusion on what type of asynchronous behavior to expose. Do you know that ASF host a cool generic continuation library? Commons Javaflow (http://commons.apache.org/sandbox/javaflow/) yes, I've explored it in the past for the exact same reason. From a performance standpoint, instrumenting every possible class, it not that great of an idea. In Tomcat 6, with Comet, we already have this behavior without any bytecode instrumentation I'm just spreading the word, because I thought javaflow is interesting for supporting servlet 3.0 and I would be happy to see some community built around this cool library. Stefano Filip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 44382] Need to add support for HTTPOnly session cookie parameter
https://issues.apache.org/bugzilla/show_bug.cgi?id=44382 --- Comment #16 from Mark Thomas <[EMAIL PROTECTED]> 2008-09-14 15:57:13 PST --- With the current trunk implementation, you would need to do the following to disable HttpOnly As with any Context configuration you could set this for an individual Context, all Contexts within a host or every Context within a Tomcat instance. -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[CfO] Fwd: Google Alert - Diary of a mad white woman=Sarah Palin
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Coloradans for Obama" group. To post to this group, send email to coloradansforobama@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/coloradansforobama?hl=en -~--~~~~--~~--~--~--- --- Begin Message --- Google Web Alert for: Diary of a mad white woman=Sarah Palin To the Point: 5 letters : eLetters Sep 14, 2008 ... Don’t put a woman in the White House just because she’s a woman. Sarah Palin isanti-choice, pro-war, and against sex education and equal ...