Author: mturk
Date: Wed May 27 08:19:13 2009
New Revision: 779047
URL: http://svn.apache.org/viewvc?rev=779047&view=rev
Log:
Fix bz41564 by adding /user option to service.bat which respawns the service.bat
using runas command. This pops-up a new window with elevated security on Vista+
Modified:
https://issues.apache.org/bugzilla/show_bug.cgi?id=41564
--- Comment #9 from Mladen Turk 2009-05-27 01:23:42 PST ---
Can you check if the current trunk version works?
You will need to call the service.bat with something like:
service install /user Administrator
Note that you will have to ed
Konstantin Kolinko wrote:
> 2009/5/27 Mark Thomas :
>> All,
>>
>> I have been looking into adding alias support to DirContext so
>> applications can pull in resources from external locations. I looked at
>> a couple of alternatives and settled on this patch (against trunk) as a
>> starting point:
>
https://issues.apache.org/bugzilla/show_bug.cgi?id=47231
--- Comment #2 from Mark Thomas 2009-05-27 05:25:21 PST ---
Created an attachment (id=23719)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=23719)
Tomcat / OpenSSL how-to
Feel free to make as much or as little use of the a
On Thu, 2009-05-14 at 01:33 +0200, Remy Maucherat wrote:
> The candidates binaries are available here:
> http://people.apache.org/~remm/tomcat-6/v6.0.20/
>
> According to the release process, the 6.0.20 tag is:
> [ ] Broken
> [ ] Alpha
> [ ] Beta
> [ ] Stable
Ok, so with one exception, all voted
https://issues.apache.org/bugzilla/show_bug.cgi?id=46950
--- Comment #9 from Mark Thomas 2009-05-27 06:08:48 PST ---
The proposed patch does not work exactly as intended. It does not trigger
renegotiation, rather it sets SSLVerifyClient for the all future SSL sessions
created by that request
On Wed, May 27, 2009 at 8:36 AM, Remy Maucherat wrote:
> On Thu, 2009-05-14 at 01:33 +0200, Remy Maucherat wrote:
>> The candidates binaries are available here:
>> http://people.apache.org/~remm/tomcat-6/v6.0.20/
>>
>> According to the release process, the 6.0.20 tag is:
>> [ ] Broken
>> [ ] Alpha
https://issues.apache.org/bugzilla/show_bug.cgi?id=41564
--- Comment #10 from Mark Thomas 2009-05-27 10:05:02 PST ---
I installed vista on a VM to test this and it doesn't appear to work :(
I did some Googling and, without installing some extras (eg power tools) there
is no way to get somet
https://issues.apache.org/bugzilla/show_bug.cgi?id=41564
--- Comment #11 from Mladen Turk 2009-05-27 10:23:52 PST ---
Mark, did you tried the new service.bat?
service.bat install /user Administrator
will first ask for admin password and then execute the service.bat again
using admin accoun
https://issues.apache.org/bugzilla/show_bug.cgi?id=41564
--- Comment #12 from Mark Thomas 2009-05-27 10:27:43 PST ---
Yep. Fails miserably on vista.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are
https://issues.apache.org/bugzilla/show_bug.cgi?id=41564
--- Comment #13 from Mladen Turk 2009-05-27 10:39:04 PST ---
Well, I tested this on Vista/x86 and Server2k8/amd64 and it
works perfectly on both boxes.
Are you sure you've replaced all @VERSION_MAJOR@ and @VERSION@ strings
with 6 and
https://issues.apache.org/bugzilla/show_bug.cgi?id=41564
--- Comment #14 from Mark Thomas 2009-05-27 10:43:57 PST ---
Yep. I'm working with a build from trunk.
One thing that might be different. Are you testing this as a non-admin user
specifying an administrator user?
I am logged in as an
https://issues.apache.org/bugzilla/show_bug.cgi?id=41564
--- Comment #15 from Mark Thomas 2009-05-27 10:51:25 PST ---
Nope. That isn't it. just created a non-Admin user to test this, specified my
admin user and the service install still failed.
--
Configure bugmail: https://issues.apache.o
mt...@apache.org wrote:
> +runas /env /savecred /user:%SERVICE_USER% "%COMSPEC% /K \"%SELF%\"
> %SERVICE_CMD% %SERVICE_NAME%"
review your cmd.exe syntax. cmd /k is wrong here, that's to persist
a shell. You meant /c I suspect.
---
William A. Rowe, Jr. wrote:
mt...@apache.org wrote:
+runas /env /savecred /user:%SERVICE_USER% "%COMSPEC% /K \"%SELF%\" %SERVICE_CMD%
%SERVICE_NAME%"
review your cmd.exe syntax. cmd /k is wrong here, that's to persist
a shell. You meant /c I suspect.
Well /c does give no info to the user
https://issues.apache.org/bugzilla/show_bug.cgi?id=41564
--- Comment #16 from George Sexton 2009-05-27
11:16:03 PST ---
I've found that execute from an MSI drops privileges when you run exec
commands.
Execute from an EXE does not drop privileges.
--
Configure bugmail: https://issues.apac
Author: markt
Date: Wed May 27 21:30:55 2009
New Revision: 779317
URL: http://svn.apache.org/viewvc?rev=779317&view=rev
Log:
As requested on users list. Port 64-bit installer to 5.5.x
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apa
https://issues.apache.org/bugzilla/show_bug.cgi?id=47231
--- Comment #3 from Sebb 2009-05-27 16:05:38 PST ---
Created an attachment (id=23721)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=23721)
Patch to SSL Howto
--
Configure bugmail: https://issues.apache.org/bugzilla/userp
https://issues.apache.org/bugzilla/show_bug.cgi?id=47276
Summary: Repeated log warnings when /dev/urandom is not
readable
Product: Tomcat 5
Version: 5.5.27
Platform: Other
OS/Version: AIX
Status: NEW
Sever
19 matches
Mail list logo