costin 01/02/19 19:36:01
Modified:src/share/org/apache/jasper Constants.java JspC.java
src/share/org/apache/jasper/compiler JasperMangler.java
src/share/org/apache/jasper/servlet JspServlet.java
Log:
Changes for the new package names, plus use of Log.
costin 01/02/19 19:34:11
Modified:src/facade22/org/apache/tomcat/facade
HttpServletRequestFacade.java
HttpServletResponseFacade.java
HttpSessionFacade.java JspInterceptor.java
LoadOnStartupI
costin 01/02/19 19:17:57
Modified:src/share/org/apache/tomcat/core BaseInterceptor.java
Container.java Context.java ContextManager.java
Handler.java Request.java Response.java
ServerSession.java package.html
costin 01/02/19 19:16:53
Modified:src/share/org/apache/tomcat/modules/aaa
AccessInterceptor.java CredentialsInterceptor.java
JDBCRealm.java
src/share/org/apache/tomcat/modules/config ApacheConfig.java
costin 01/02/19 19:15:48
Added: src/share/org/apache/tomcat/util/http
LocaleToCharsetMap.java
Log:
Package move.
Also: remove Headers.java ( an attempt to rewrite MimeHeaders - too late to
add it ) to avoid confusion. I'll keep it around.
Revis
costin 01/02/19 19:14:12
Modified:src/share/org/apache/tomcat/util FastDateFormat.java
PrefixMapper.java
src/share/org/apache/tomcat/util/collections MultiMap.java
MultiMapNamesEnumeration.java
Multi
costin 01/02/19 19:12:59
Added: src/share/org/apache/tomcat/util/io FileUtil.java
RecycleBufferedInputStream.java
Log:
Package move
Revision ChangesPath
1.1 jakarta-tomcat/src/share/org/apache/tomcat/util/io/FileUtil.java
costin 01/02/19 19:12:46
Added: src/share/org/apache/tomcat/util/res StringManager.java
Log:
Package move
Revision ChangesPath
1.1
jakarta-tomcat/src/share/org/apache/tomcat/util/res/StringManager.java
Index: StringManager.java
===
costin 01/02/19 19:12:14
Added: src/share/org/apache/tomcat/util/buf Ascii.java Base64.java
ByteChunk.java CharChunk.java DateTool.java
HexUtils.java MessageBytes.java
Log:
Moving files from tomcat.util in sub-packages.
This av
costin 01/02/19 16:07:48
jakarta-tomcat/src/share/org/apache/tomcat/util/res - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
costin 01/02/19 16:07:41
jakarta-tomcat/src/share/org/apache/tomcat/util/buf - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
costin 01/02/19 16:07:56
jakarta-tomcat/src/share/org/apache/tomcat/util/io - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
I'm having a problem using the keytool distributed
with the JDK from a servlet running on Tomcat. Using the keytool from the
command line requires a command like the following:
/usr/local/jdk1.2.2/bin/keytool -genkey -dname "cn=eForms Demo " -alias
demoAlias -keypass demoPassword -keystor
costin 01/02/19 12:22:42
Modified:src/share/org/apache/tomcat/core Handler.java
ServerSession.java package.html
Log:
Update core documentation ( package.html )
Added a section with core dependencies, removed unused imports.
This prepares for more c
I was reviewing the "crypted password" auth module ( ok, digested, not
crypted ) and few other modules, and I think it would be a bad idea to
commit it as part of the current tomcat.
The module is in an early stage of development ( it provide a very
usefull thing ), and is not required for norma
costin 01/02/19 11:49:48
Modified:src/share/org/apache/tomcat/util/log Log.java
Log:
Missed this one - flush() must be defined in Log.
Revision ChangesPath
1.3 +5 -1 jakarta-tomcat/src/share/org/apache/tomcat/util/log/Log.java
Index: Log.java
=
costin 01/02/19 11:48:51
Modified:src/share/org/apache/tomcat/startup StopTomcat.java
Log:
Guess tomcat.home using introspection utils.
Now "java -jar ~/dist/tomcat/lib/stop-tomcat.jar" is all you need,
no more scripts ( "cd", -DTOMCAT_HOME, etc )
( or double-click if your
costin 01/02/19 11:45:14
Modified:.build.xml
Log:
- removed unused target ( modules.xml auto-generation experiment, too much work
for this release )
- stop-tomcat.jar includes IntrospectionUtils, guess TOMCAT_HOME ( no need
to set it in the command line, can start
Martin T Dengler wrote:
> Craig R. McClanahan wrote:
>
> > That was exactly the original thinking -- create a servlet that would be able
> > to execute external applications in conformance with the CGI spec requirements
> > (principally related to environment variables, and connecting standard in
Hi Costin,
I'm in favor of this, though I would like to add one more
issue to deal with.
I have a need to have the Tomcat "home" (i.e. the directory
where "conf", "webapps", and "work" are found by default)
be different from Tomcat "install" (i.e. where the "lib"
directory and the jars are found
After more thinking, I have to agree with Hans - some of the
"advanced" guesses for detecting the encoding are too "significant" and
not enough specified ( or on the "border" line).
I will fix as many bugs as possible in this area, but I'll not add any new
functionality for 3.3.
What I have to d
As you may noticed, we had few changes in the testing area:
- you can run the test from the web interface
- no special configuration - you just install the test.war and admin.war,
no more command line tweeking.
- the test .wars are built independently - we can add more tests for the
current mile
We received a number of patches and enhancements in the /admin web
applications, and I also added a number of pages for easier testing.
There are few problems:
- /admin is a trusted application ( it has full access to tomcat internals
and permissions ). For security it will be much better to kee
Hi,
As I mentioned some time ago, there is one configuration change I would
like to get in before any code freeze.
The idea is to define a "context profile" - containing common settings for
a group of contexts.
In order to implement this, there are few minimal changes in the code (
use new p
Report #3 Details
Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: closed
Priority: high
Severity: critical
Confidence: public
Environment:
Release: Tomcat 7/27 build
JVM Release: 1.2.2
Operating System: AIX
OS Release: 4.3
Platform: Risc6000
S
Voting is now complete for the Tomcat 3.2.2 Release Plan.
The vote results are as follows:
[9] +1 I am in favor of this plan and will help
[3] +0 I am in favor of this plan, but am unable to help
[0] -0 I am not in favor of this plan
[0] -1 I am against this plan bein
It's done on CVS, about 2 weeks ago..
It's solved for 3.2.2 and up, and in 4.0 and up...
Saludos ,
Ignacio J. Ortega
> -Mensaje original-
> De: Larry Rogers [mailto:[EMAIL PROTECTED]]
> Enviado el: lunes 19 de febrero de 2001 6:39
> Para: [EMAIL PROTECTED]
> Asunto: [PATCH] JDBCRealm o
That problem should only happen with the CHAR type, but with the CHAR type
it can happen in other databases too.
AFAIK, the use of VARCHAR doesn't cause trailing spaces to be added in MS
SQL Server. Although I only used SQL Server trough BDE, ODBC and ADO, it
is hard to imagine that a JDBC driv
Hello, I wish compile ahead automatically the files java starting from the
files jsp, using the command jspc.bat. But I muddle myself with the syntax
of the command.
My directories are organized in the following way:
" D:\folders\projets\calc\web ": sources jsp. Example of file name:
marcsslst.jsp
29 matches
Mail list logo